💎 A simple WarpSystem – no credits, just commands. Free to use!
A lightweight and configurable Bukkit/Spigot/Paper plugin for managing simple player warps — with support for customizable messages, sounds, colors, and runtime configuration reloads.
config.yml plugins/ folder. config.yml. plugins/WarpSysPlugin/config.yml to adjust settings. All user-facing text, sounds, and colors are defined in config.yml.
| Setting | Default | Description |
|---|---|---|
actionbar |
true |
Show actionbar notifications |
message |
true |
Send chat messages |
sound |
true |
Play sounds on actions |
color.primary |
&7 |
Primary text color |
color.secondary |
&a |
Highlight color |
warps.folder |
warplocations |
Folder where warps are stored |
Uses Bukkit’s Sound enum names:
sounds:
success: 'ENTITY_VILLAGER_TRADE'
fail: 'ENTITY_VILLAGER_NO'
delete_confirm: 'BLOCK_ANVIL_PLACE'
confirmation:
delete:
enabled: true
ttl_seconds: 20
messages:
reloaded: '&aConfiguration reloaded.'
warp-set: '&aSuccessfully set warp "{warp}".'
warp-deleted: '&aWarp "{warp}" deleted successfully.'
delete-confirm: '&ePlease confirm deletion: &c/delwarp confirm {warp} &ewithin {seconds}s.'
[!TIP]
Use&for your Colorcodes, its mor readable than §.
| Command | Description | Permission |
|---|---|---|
/setwarp <name> |
Set a warp at your current location | warpsystem.setwarp |
/warp <name> |
Teleport to a saved warp | (everyone) |
/warps |
List all available warps | (everyone) |
/delwarp <name> |
Start deletion flow | warpsystem.delete |
/delwarp confirm <name> |
Confirm deletion within TTL | warpsystem.delete |
/warpsysreloadconfig |
Reload the configuration | warpsystem.* |
| Permission | Description | Default |
|---|---|---|
warpsystem.setwarp |
Allows creating warps | OP |
warpsystem.delete |
Allows deleting warps | OP |
warpsystem.* |
Grants all permissions | OP |
plugins/WarpSysPlugin/warplocations/). /warpsysreloadconfig. plugins/ subfolder. Sound enum names in your config. Invalid names fall back to defaults.Contributions are welcome!
Please open pull requests or issues for bugs, improvements, or new features. Keep changes small, focused, and tested.
MIT License
Copyright (c) 2025 Larrox
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.