
DONUTSMP WARP
warp plugin like donutsmp
📖About DONUTSMP WARP
DONUTSMP WARP is a comprehensive Bukkit plugin designed to revolutionize warp management on your Minecraft server. Offering intuitive commands and robust customization options, RAI_WARPS empowers server administrators to create, manage, and utilize warps seamlessly, enhancing gameplay for players of all levels.
Features:
Effortless Warp Management:
/setwarp : Instantly create new warp points at your current location.
/delwarp : Remove existing warps to maintain server organization and efficiency.
Flexible Teleportation:
/warp : Swiftly teleport to any predefined warp location with minimal hassle.
Configurable Countdown: Customize teleportation countdown duration (default: 5 seconds) via the config.yml, ensuring a smooth transition for players.
Customizable Configurations:
config.yml: Easily adjust settings such as teleport countdown, message display preferences (messages-chat and messages-action-bar), and more to suit your server's unique needs.
Dynamic Configuration Reload: Update plugin configurations in real-time using /reloadwarpsconfig and /reloadwarpsmessages, eliminating the need for server restarts and ensuring immediate implementation of changes.
Personalized Player Interaction:
messages.yml: Customize every aspect of player interaction with configurable messages for permissions, warp actions, countdown notifications, and more. Messages support color codes (&c, &b, etc.) for enhanced readability and aesthetic appeal.
Granular Permission System:
Fine-Grained Control: Utilize permission nodes (raiwarps.admin and raiwarps.use) to manage warp creation, deletion, and usage permissions, maintaining security and control over gameplay features.
Why Choose RAI_WARPS?
User-Centric Design: RAI_WARPS prioritizes ease of use and accessibility, featuring a user-friendly interface that caters to both novice players and seasoned administrators alike.
Reliability and Performance: Built on the robust Bukkit platform, RAI_WARPS ensures stability and optimal performance even in demanding server environments, guaranteeing a seamless warp management experience.
Community-Driven Development: Continuously updated and supported, RAI_WARPS evolves with community feedback and feature requests, ensuring ongoing improvements and long-term plugin reliability.
CONFIG.YML
# Teleport countdown duration (in seconds)
teleport_countdown: 5
# Display messages in chat (true/false)
messages-chat: false
# Display messages in action bar (true/false)
messages-action-bar: true
messages.yml
messages:
no_permission: "&cYou don't have permission to use this command."
warp_set: "&7Warp &b%warp% &7has been set to your location."
warp_already_exists: "&7Warp &b%warp% &7already exists."
setwarp_usage: "&7Correct usage: &b/setwarp [warp name]"
warp_deleted: "&b%warp% &7warp has been removed from the database."
warp_not_found: "&7Warp &b%warp% &7does not exist."
warp_usage: "&7Correct usage: &b/warp [warp name]"
teleport_countdown: "&7Teleporting in &b%seconds% &7seconds..."
teleported_to_warp: "&7Teleported to warp &b%warp%."
teleport_cancelled_movement: "&cTeleportation cancelled because you moved."
delwarp_usage: "&7Correct usage: &b/delwarp [warp name]"



