Guest User

Untitled

a guest
Mar 30th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. on drop:
  2. if player is in world "world":
  3. if {build.%player%} is false:
  4. cancel event
  5.  
  6. on rightclick:
  7. if player is in world "world":
  8. if {build.%player%} is false:
  9. cancel event
  10.  
  11. on leftclick:
  12. if player is in world "world":
  13. if {build.%player%} is false:
  14. cancel event
  15.  
  16. on inventory click:
  17. if player is in world "world":
  18. if {build.%player%} is false:
  19. cancel event
  20.  
  21.  
  22. command /build:
  23. permission:build.on
  24. trigger:
  25. if {build.%player%} is false:
  26. set {build.%player%} to true
  27. send "&7&c*&7] &aOdblokowano mozliwosci!"
  28. else:
  29. set {build.%player%} to false
  30. send "&7&c*&7] &cZablokowano mozliwosci!"
  31.  
  32. on join:
  33. set slot 0 of player to 345 named "&6Serwery" with lore "&cKliknij!"
  34. set slot 1 of player to 160 named "&f&l&m-----------" with lore ""
  35. set slot 2 of player to 160 named "&f&l&m-----------" with lore ""
  36. set slot 3 of player to 160 named "&f&l&m-----------" with lore ""
  37. set slot 4 of player to 160 named "&f&l&m-----------" with lore ""
  38. set slot 5 of player to 160 named "&f&l&m-----------" with lore ""
  39. set slot 6 of player to 160 named "&f&l&m-----------" with lore ""
  40. set slot 7 of player to 160 named "&f&l&m-----------" with lore ""
  41. set slot 8 of player to 399 named "Efekty" with lore "Dostepne tylko dla vipa"
  42.  
  43. on quit:
  44. clear the player's inventory
Advertisement
Add Comment
Please, Sign In to add comment