knugi

Untitled

Oct 17th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. #Max 20 Graczy
  2. #10/10
  3. variables:
  4. {itemki.dedust.%player%} = false
  5. every 1 second in "de_dust2":
  6. world is "de_dust2":
  7. loop all players:
  8. loop-player is in "de_dust2":
  9. {itemki.dedust.%loop-player%} is false:
  10. loop-player doesn't have permission "vip.dedus":
  11. equip loop-player with all iron armour
  12. wait 1 tick
  13. enchant the loop-player's helmet with protection 1 and unbreaking 100
  14. enchant the loop-player's chestplate with protection 1 and unbreaking 100
  15. enchant the loop-player's leggings with protection 1 and unbreaking 100
  16. enchant the loop-player's boots with protection 1 and unbreaking 100
  17. give a diamond sword of sharpness 2 to the loop-player
  18. apply potion of speed 2 to the loop-player for 999 days
  19. set {itemki.dedust.%loop-player%} to true
  20. stop
  21. equip loop-player with all iron armour
  22. wait 1 tick
  23. enchant the loop-player's helmet with protection 1 and unbreaking 100
  24. enchant the loop-player's chestplate with protection 1 and unbreaking 100
  25. enchant the loop-player's leggings with protection 1 and unbreaking 100
  26. enchant the loop-player's boots with protection 1 and unbreaking 100
  27. give a diamond sword of sharpness 3 to the loop-player
  28. apply potion of speed 2 to the loop-player for 999 days
  29. set {itemki.dedust.%loop-player%} to true
  30. stop
  31. on sign change:
  32. line 1 is "wd":
  33. set line 1 to "&1&l=-=-=-=-=-="
  34. set line 2 to "&a&lWybierz"
  35. set line 3 to "&4&lDruzyne"
  36. set line 4 to "&1&l=-=-=-=-=-="
  37. stop
  38. line 1 is "ct":
  39. set line 1 to ""
  40. set line 2 to "&b&lCounter"
  41. set line 3 to "&b&lTerrorists"
  42. set line 4 to ""
  43. stop
  44. line 1 is "tt":
  45. set line 1 to ""
  46. set line 2 to "&c&lTerrorists"
  47. set line 3 to ""
  48. set line 4 to ""
  49. stop
  50. stop
  51. on click on sign:
  52. line 2 is "&b&lCounter":
  53. line 3 is "&b&lTerrorists":
  54. add player to {ct::*}
  55. send "&7Dolaczyles do &bCounter-Terrorists"
  56. stop
  57. line 2 is "&c&lTerrorists":
  58. add player to {tt::*}
  59. send "&7Dolaczyles do &cTerrotists"
  60. stop
Advertisement
Add Comment
Please, Sign In to add comment