Advertisement
Guest User

Untitled

a guest
May 21st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on script load:
  2. import "org.bukkit.event.player.PlayerInteractEntityEvent"
  3. stop
  4.  
  5. on "org.bukkit.event.player.PlayerInteractEntityEvent" with priority monitor:
  6. cancel event
  7. set {_p} to event.getPlayer()
  8. if {tradecode::%{_p}%} is false:
  9. send "&7Handel zostal zablokowany!" to {_p}
  10. send "&7Aby go odblokowac musisz podac swoj tradecode!" to {_p}
  11. send "&7Aby uzyskac informacje wpisz &c/tradecode" to {_p}
  12. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement