Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on drop:
- if player is in world "world":
- if {build.%player%} is false:
- cancel event
- on rightclick:
- if player is in world "world":
- if {build.%player%} is false:
- cancel event
- on leftclick:
- if player is in world "world":
- if {build.%player%} is false:
- cancel event
- on inventory click:
- if player is in world "world":
- if {build.%player%} is false:
- cancel event
- command /build:
- permission:build.on
- trigger:
- if {build.%player%} is false:
- set {build.%player%} to true
- send "&7&c*&7] &aOdblokowano mozliwosci!"
- else:
- set {build.%player%} to false
- send "&7&c*&7] &cZablokowano mozliwosci!"
- on join:
- set slot 0 of player to 345 named "&6Serwery" with lore "&cKliknij!"
- set slot 1 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 2 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 3 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 4 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 5 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 6 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 7 of player to 160 named "&f&l&m-----------" with lore ""
- set slot 8 of player to 399 named "Efekty" with lore "Dostepne tylko dla vipa"
- on quit:
- clear the player's inventory
Advertisement
Add Comment
Please, Sign In to add comment