Facebook
From Gracious Tern, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 283
  1. every 1 tick:
  2.     loop all players:
  3.         if name of loop-player's boots is "&9&lSPEEDy":
  4.             if loop-player is wearing diamond boots:
  5.                 apply speed of tier 2 to the loop-player for 1 tick
  6. command /boots [<player>]:
  7.     permission: butki.admin
  8.     trigger:
  9.         if arg 1 is not set:
  10.             give 1 diamond boots named "&b&lSPEEDy" with lore "&aButy Ze Speedem 2" to the player
  11.             send "&aOtrzymales buty ze &9&1SPEEDEM &a:)" to the player
  12.         if arg 1 is set:
  13.             give 1 diamond boots named "&b&lSPEEDy" with lore "&aButy Ze Speedem 2" to arg-1
  14.             send "&aOtrzymales buty ze &9&1SPEEDEM &a:)" to arg-1