Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on right click:
- if event-item is book:
- open chest with 2 row named "&6&lMenu" to player
- wait 1 tick
- 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)]
- command /money [<text>] [<number>]:
- trigger:
- if arg-1 is not set:
- send "&b所持金: &6%{%uuid of player%.money}%"
- if arg-1 is "out":
- if arg-2 is not set:
- send "&c/money out [取り出したい金額]"
- stop
- {%uuid of player%.money} > arg-2
- give golden ingot named "&6%arg-2% gold" to player
- remove arg-2 from {%uuid of player%.money}
- stop
- command /admincommand <offline player> <text> <text>:
- permission: skript.all
- trigger:
- if arg-2 is "gold":
- set {%uuid of player%.money} to arg-3
- on any move:
- 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