Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: &8[&6Spot&8]&7
- Perm: spot.op
- TelePerm: spot.player
- command /setspot [<text>]:
- Permission: {Perm}
- trigger:
- if arg-1 is not set:
- message "{@P} /SetSpot <Name of Spot>"
- stop
- else:
- set {spot.%arg-1%} to location of the player
- message "{@P} %arg-1% has been set at %location%"
- command /spot [<text>]:
- permission: {TelePerm}
- trigger:
- if arg-1 is not set:
- message "{@P} /Spot <Name of Spot>"
- stop
- else:
- if {spot.%arg-1%} is not set:
- message "{@P} That spot has not been set yet!"
- stop
- else:
- teleport player to {spot.%arg-1%}
- message "{@P} You have been teleported to %arg-1%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement