Advertisement
70sOn7

Trails

Nov 27th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. command /trail <text> [<offlineplayer>] <text>:
  2. permission: server.trail
  3. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error.
  4. trigger:
  5. if arg-1 is not set:
  6. send "&9Trails > &7/trail (Give/Remove) (Player) (Trail)"
  7. if arg-2 is not set:
  8. &9Trails > &7/trail (Give/Remove) (Player) (Trail)
  9. if arg-3 is not set:
  10. &9Trails > &7/trail (Give/Remove) (Player) (Trail)
  11. if arg-1 is set:
  12. if arg-2 is set:
  13. if arg-3 is set:
  14. if arg-1 is "give":
  15. if arg-3 is not "%{Trails.List::*}%":
  16. send "&9Trails > &7This trail has not been created!"
  17. else:
  18. set {trails.%arg-3%.%arg-2%} to true
  19. send "&9Trails > &7You added the %arg-3% to %arg-2%!"
  20. send "&9Trails > &7You have been awarded the %arg-3% trail!" to arg 2
  21.  
  22.  
  23. on shoot:
  24. projectile is arrow
  25. if {trail.snowball.%shooter%} is set:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement