config.yml:
# The title of the warp GUI:
"&8Warps" # The material of the item used to represent a warp in the GUI. # A full list of materials can be found here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
warp-item-material: "ENDER_PEARL"
commands:
setwarp:
description: Sets a warp at your current location.
usage: /<command> <name>
permission: warpgui.setwarp
delwarp:
description: Deletes an existing warp.
usage: /<command> <name>
permission: warpgui.delwarp
warps:
description: Opens the warp GUI.
usage: /<command>
aliases: [warpmenu, warplist]
permission: warpgui.use
permissions:
warpgui.setwarp:
description: Allows a player to set a warp.
default: op
warpgui.delwarp:
description: Allows a player to delete a warp.
default: op
warpgui.use:
description: Allows a player to use the warp GUI.
default: true