Simple plugin shall work almost on any version (only test on newest stable version).
Works best if you pre generated the world (will be little slower to tp player and can give some warns in console, especially if you use spigot (they not support async chunkloading)).
For players shall access tp command you need give this permission: `randomteleport.command.randomteleport` it will not be added auto (Is to give you as server owner better control).
Commands:
- /teleport, /rtp or /rwild will random teleport a player.
- /teleport <player name> will random teleport player you type for example /teleport broken_arrow .
- /randomteleport reload will reload your settings/config files.
- /tpa <location/player> or /tpa <player> <location> - to teleport to x location or to a player (second option work in console also).
Permissions:
Code (Text):
randomteleport.command.randomteleport_others
description: "Give you acces to random tp other players"
randomteleport.command.randomteleport
description: "Give you acces to tp you self"
randomteleport.command.reload
description: "reload the config."
randomteleport.command.randomteleport_bypass_cooldown
description: "bypass cooldown of this command"
randomteleport.command.tpa.*
description: "acces to all tpa commands"
randomteleport.command.tpa.player
description: "acces to teleport to player"
