- Compatible API Versions
- 1.1.0
- Sourcecode
- https://github.com/CrieXD1337/FormWarps
FormWarps
Warp system for your server with GUI
Main functions:
• Creating warps.
• Teleportation to warps.
• Removing warps.
• Simple config.
• An interface.
Commands:
⠀ /warp <warp name> - Teleport to warp
⠀ /setwarp <new warp> - Create a warp based on your coordinates (just /setwarp - open GUI)
⠀ /delwarp <warp name> - Delete warp (just /delwarp - open GUI)
Permissions
⠀
⠀
License
This project is licensed under MIT license. Please see the LICENSE file for details.
Source code: https://github.com/CrieXD1337/EssentialsChat
If you want to suggest a new feature or report a bug - write to me in discord: @darksunset00
Warp system for your server with GUI

• Creating warps.
• Teleportation to warps.
• Removing warps.
• Simple config.
• An interface.

⠀ /warp <warp name> - Teleport to warp
⠀ /setwarp <new warp> - Create a warp based on your coordinates (just /setwarp - open GUI)
⠀ /delwarp <warp name> - Delete warp (just /delwarp - open GUI)

Permission | Description | Default |
---|---|---|
formwarps.commands.setwarp | /setwarp command | OP |
formwarps.commands.delwarp | /delwarp commands | OP |
formwarps.commands.delwarp.others | Access to delete other people's warps. | OP |
formwarps.commands.warp | /warp command | true |
⠀
YAML:
messages:
# Chat messages
warp-usage: "§7> §cUsage: §e/warp <warp name>"
warp-tp-success: "§7> §fTeleported to warp §b{warp}"
warp-set-success: "§7> §fWarp §b{warp} §fcreated successfully!"
warp-exists: "§7> §cThis warp already exists!"
warp-not-found: "§7> §cWarp not found!"
warp-deleted: "§7> §fWarp §b{warp} §fdeleted successfully."
no-permission: "§c%commands.generic.permission"
name-too-short: "§7> §cWarp name must be between §e2§c and §e14§c characters."
# Forms text
no-warps: "You have no warps."
form-setwarp-title: "Create Warp Point"
form-setwarp-input: "Enter warp name (2-14 characters):"
form-deletewarp-title: "Delete Warp"
form-deletewarp-desc: "Select a warp to delete:"
form-confirm-title: "Confirm Deletion"
form-confirm-desc: "Delete warp {warp}?"
form-warp-tip: "warp name"
yes: "Yes"
no: "No"

This project is licensed under MIT license. Please see the LICENSE file for details.

