options: format: &6[SPY] &7Gracz &c%player% &7uzyl komendy &c%command% %arguments% variables: {spy.%player%} = false command /commandspy: aliases: cspy permission: cspy.use permission message: &7» &cNie masz uprawnien do tej komendy! &7(cspy.use) trigger: if {spy.%player%} is true: set {spy.%player%} to false send "&c » &7Wylaczono CommandSpy" stop if {spy.%player%} is false: set {spy.%player%} to true send " &c» &7Wlaczono CommandSpy" stop on command: loop all players: if {spy.%loop-player%} is true: set {_cspy} to "{@format}" replace all "" with "&7(Brak argumentu)" in {_cspy} send " " to loop-player send "%{_cspy}%" to loop-player send " " to loop-player