Satoru7135

Untitled

Apr 3rd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. on right click:
  2. if event-item is book:
  3. open chest with 2 row named "&6&lMenu" to player
  4. wait 1 tick
  5. format slot 1 of player with vertical oak log named "&6Home" with lore "&bSpawn地点に戻ります" to close then run [teleport player to location (499, 64, 4)]
  6.  
  7. command /money [<text>] [<number>]:
  8. trigger:
  9. if arg-1 is not set:
  10. send "&b所持金: &6%{%uuid of player%.money}%"
  11. if arg-1 is "out":
  12. if arg-2 is not set:
  13. send "&c/money out [取り出したい金額]"
  14. stop
  15. {%uuid of player%.money} > arg-2
  16. give golden ingot named "&6%arg-2% gold" to player
  17. remove arg-2 from {%uuid of player%.money}
  18. stop
  19.  
  20. command /admincommand <offline player> <text> <text>:
  21. permission: skript.all
  22. trigger:
  23. if arg-2 is "gold":
  24. set {%uuid of player%.money} to arg-3
  25.  
  26. on any move:
  27. show an action bar from "&b%player% &cMining EXP:%{%uuid of player%.minexp}% &6Gold:%{%uuid of player%.money}%" to player
Advertisement
Add Comment
Please, Sign In to add comment