PWarps is a system that allows players to set their own warps. It has three different permissions: one for users, another for VIP ranks, and another for VIP+ ranks. Depending on the permission, each user has a maximum number of pwarps that they can set. These permissions can be easily modified from code.
Commands: - /pwarp-set <name> Set a pwarp. - /pwarp-remove <name> Remove a pwarp. - /pwarp <name> Teleport you to a player pwarp. You can modify the commands in the code. Permissions: - pwarp.use Use all the user comands of pwarps. - pwarps.usuario Set the player's max pwarps to 5. - pwarps.vip Set the player's max pwarps to 10. - pwarps.vip+ Set the player's max pwarps to 15. You can modify the max pwarps and the permissions in the code.