Advertisement
Haon

AchievementParanoia [SK]

Jan 24th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. options:
  2. B: &6§lAchParanoia §7»
  3.  
  4. command /AchievementParanoia [<text>]:
  5. trigger:
  6. if arg-1 is "on" or "enable":
  7. broadcast "{@B} §aenable"
  8. set {AchievementParanoia} to true
  9. if arg-1 is "off" or "disable":
  10. broadcast "{@B} §cdisable"
  11. set {AchievementParanoia} to false
  12. if arg-1 is not set:
  13. send "{@B} §8(§aon§8/§coff§8)"
  14.  
  15. on achievement get:
  16. if {AchievementParanoia} is true:
  17. broadcast "{@B} §a§l%event-player% §7» X:§e§l%x-coordinate of player% §8Y:§e§l%y-coordinate of player% §8Z:§e§l%z-coordinate of player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement