Advertisement
ALPHADOIDE

Untitled

Apr 25th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. on join:
  2. if {money::%player%} is not set:
  3. set {money::%player%} to 100
  4. broadcast "&d&l[FirstJoin]:%player%"
  5. set {first%player%} to 1
  6. set gamemode of player to adventure
  7. stop
  8. set the join message to "&c&l[Join]:%player%"
  9. set gamemode of player to adventure
  10.  
  11. on command:
  12. if command is "pl" or "plugin" or "plugins":
  13. cancel event
  14. send "&d見ないでえっち♥"
  15.  
  16. every 2 ticks:
  17. loop all players:
  18. send action bar from "&a所持金:%{money::%loop-player%}%" to loop-player
  19.  
  20. command /firstset:
  21. permission:skadmin
  22. trigger:
  23. set {money::%player%} to 100
  24. set gamemode of player to adventure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement