Warp System allows players with permission to create and delete warp points that players can teleport to.
All the warps made with the warp add command can be found in the WarpSystem.json data file.
If you want everyone to be able to use the warp just put in the WarpPermissionGroup argument put "all"Example:/warp add SpaceShip 5 0 0 all
If you want your VIP players to be able to use the warp just put the group that you created or simply put a one that you didnt create so the plugin will do it for you (automatic permission group registering)
All the warps made with the warp add command can be found in the WarpSystem.json data file.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- warpsystem.admin -- Allows player to use the warp admin commands
Commands
This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`.- warp help -- Lists all the available warp commands
- warp add <warp name> <WarpTimer> <WarpRange> <WarpMaxUses> <WarpPermissionGroup> -- Creates a warp point with the set name on the current locationNote: If you don't want the warp random range, then set it to 0 and it will warp to the location that the warp got added.Note: If you don't want the warp max uses then set it to 0 and it will have unlimited max uses
- warp to <warp name or warp id> -- Use the warp and teleport the player to the warp location
- warp limit -- Displays the players remaining cooldown, cooldown between warps and if cooldown is enabled/disabled
- warp list -- Lists all available warps
- warp all <warp name or warp id> -- Teleports every online player to the specified warp
- warp sleepers <warp name or warp id> -- Teleports every sleeping player to the specified warp
- warp back -- Takes you back to the previous location
- warp remove <warp name> -- Deletes the warp <warp name>
- warp wipe -- Wipes all the set warps<warp name or warp id> -- A shorter version of warp to <warp name or warp id>
- warp.playerto <player name or id> <warp name or id> -- Teleports the target to the warp
Permission Warps
If the permission group that you put in the <WarpPermissionGroup> field does not exists, the plugin will register it once you complete the /warp add commandIf you want everyone to be able to use the warp just put in the WarpPermissionGroup argument put "all"Example:/warp add SpaceShip 5 0 0 all
If you want your VIP players to be able to use the warp just put the group that you created or simply put a one that you didnt create so the plugin will do it for you (automatic permission group registering)