atsSignTeleport
Andret Tools System
The plugin allows placing a special sign in the world, that will teleport anyone who interacts with it into desired by its creator spot in the desired.
Details
You can define in the
config.yml file, how each of lines should look like after successful sign creation. The only limitation is: there have to be exactly 4 lines. Any line more will be ignored, any less will cause plugin crash. Coordinates that can be placed (as placeholders) anywhere in the lines aren't obligatory, target is saved in sign's metadata.
To have working sign, the initial content of its lines should be:
- Literally "[TELEPORT]"
- World's name in brackets, e.g., "[world]"
- 3 comma-separated coordinates (x, y, z) in brackets, e.g., "[-12.5, 100, 0]"
- Empty line
Content of sign will be erased and replaced by the one defined in config and target location including world will be stored inside block's metadata. Target location doesn't have to be visible on the sign.
Permissions
- ats.singteleport.*
- ats.signteleport.create (when allowed, sing will become able to teleport; otherwise it'll leave its default text)
- ats.signteleport.use (if interacting with sign should teleport player who clicked).