Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- B: &6§lAchParanoia §7»
- command /AchievementParanoia [<text>]:
- trigger:
- if arg-1 is "on" or "enable":
- broadcast "{@B} §aenable"
- set {AchievementParanoia} to true
- if arg-1 is "off" or "disable":
- broadcast "{@B} §cdisable"
- set {AchievementParanoia} to false
- if arg-1 is not set:
- send "{@B} §8(§aon§8/§coff§8)"
- on achievement get:
- if {AchievementParanoia} is true:
- 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