Advertisement
LukaMC59

Untitled

Nov 26th, 2017
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. command /setbook:
  2. trigger:
  3. if player is op:
  4. set {book} to player's tool
  5. message "&8»&7 Book was set."
  6. else if player is not op:
  7. message "&8» &7You have to be an &3Operator &7to use this."
  8.  
  9. every tick in Greeny:
  10. loop all players:
  11. if loop-player contains {book}:
  12. remove {book} from loop-player
  13. execute console command "eco give %loop-player% 0.50"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement