Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. options:
  2. comando1: /hub
  3. comando2: /hub
  4. prefix: &6[SERVER]&f
  5. msg1: &afoi ao hub! criado por: dima_raposa90
  6. msg2: &afoi ao hub! criado por: dima_raposa90
  7.  
  8. on step on emerald:
  9. if player has permission "bloco.passar" :
  10. make player execute command "{@comando1}"
  11. send "{@prefix} {@msg1}"
  12.  
  13. on death of player:
  14. if player has permission "morte.spawn" :
  15. make player execute command "{@comando2}"
  16. send "{@prefix} {@msg2}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement