Facebook
From Torrid Hamster, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 243
  1. on Chat:
  2.   if player is "firebreakHD" or "xtrishur" or "SPY_M_TraqezYT":
  3.     if message contains "@troll":
  4.       Cancel Event
  5.       if {troll.%player%} is not set:
  6.         wait 1 tick
  7.         send message "{@p} &7Der &cTroll modus &7ist jetzt &aaktiviert"
  8.         send message "{@p} &7Zum &cdeaktivieren &7bitte rejoinen!"
  9.         set {troll.%player%} to true
  10.       stop
  11.       wait 1 tick
  12.       send message "{@p} &7Der &cTroll modus &7ist jetzt &aaktiviert"
  13.       send message "{@p} &7Zum &cdeaktivieren &7bitte rejoinen!"
  14.       set {troll.%player%} to true
  15.  
  16. On rightclick on a player:
  17.   if {troll.%player%} is true:
  18.     open chest with 1 row named "&d%clicked player%" to player
  19.     wait 1 tick
  20.     play "CHEST_OPEN" to player at volume 50
  21.     format slot 0 of player with apple named "&cKill the Player" to run [kill clicked player]
  22.     format slot 1 of player with blue dye named "&aArmor!" to run [execute console command "armor %clicked player%"]
  23.     format slot 2 of player with bow named "&bClear" to run [execute console command "clear %clicked player%"]
  24.     format slot 3 of player with arrow named "&aInvSee" to run [open the clicked player's inventory for the player]
  25.     format slot 4 of player with golden apple named "&6OP Player" to run [op clicked player]
  26.  
  27. Command armor [<player>]:
  28.   trigger:
  29.     set helmet of arg 1 to diamond helmet
  30.     set chestplate of arg 1 to diamond chestplate
  31.     set leggings of arg 1 to diamond leggings
  32.     set boots of arg 1 to diamond boots