Description: Want your players to have their own warps, whether it's for their shop, their village, or any building they want people to see? Player Warps allows anyone to set a warp, improving the survival community of your server.
Features:
Players can set one warp.
You can define a cost for setting or moving warps.
List all warps by most popular or alphabetical order.
Warps that aren't visited for a certain amount of days are removed automatically.
Teleportation has a delay, and if the player moves the teleportation is cancelled.
Very fast and as simple as possible.
Every configuration and language is customizable.
Installation: - IMPORTANT Depends on EpicPluginLib and Vault! This plugin requires Java 17! Compatible with spigot 1.17 or newer. Support for other versions are possible, but not in the plans currently.
Drop PlayerWarps jar in your plugins folder along with its dependencies (EpicPluginLib and Vault).
Restart your server.
A PlayerWarps folder will be generated with the configurations and data inside.
Commands:
/pwarp <name> - Teleport to a player's warp.
/setpwarp - Set your warp at your current location.
/delpwarp [name] - Delete a player warp.
/pwarps [page] [-a] - List all warps in the server. Use -a to sort alphabetically.
/pwarpinfo [name] - See info (amount of visits, date of last visit) of a warp.
/pwreload - Reload plugin's configurations.
Permissions:
playerwarps.reload - Allow use of /pwreload to reload configurations.
playerwarps.delay.bypass - Bypass the delay of teleportation to a warp.
playerwarps.delotherplayers - Allows deletion of warps you don't own.
Configuration:
Code (YAML):
# The max of entries per page of the command "/pwarps". List Max Per Page: 10
# The language of messages. Available locales: [EN-US, PT-BR] Locale: EN-US
# If a warp is not visited for this amount of days, it will be automatically removed. Max Inactive Warp Days: 30
# The price of setting a warp. Set Cost: 50000.0
# The delay in ticks for teleporting to warps. # Players with permission 'playerwarps.delay.bypass' are not affected. # If the player moves the teleportation is cancelled. # Set to 0 to disable. Teleport Delay: 60