• 1/1/19 9:34 pm
- 1.9k views • 0 today
- save_alt 34 downloads
- Progress
- 100% complete
137
To setup objectives, run once:
/function void_storage:init_scores
Run after init_scores, and again whenever a new player joins
/function void_storage:init_players
3 command blocks: repeat, unconditional, always active:
execute as @a[scores={vsdeposit=1..}] run function void_storage:deposit
execute as @a[scores={vswithdraw=1..}] run function void_storage:withdraw
execute as @a[scores={vsgetbook=1..}] run function void_storage:get_book
If you like this project, please consider subscribing to my youtube channel: www.youtube.com/channel/UCOVXFlkNq2FqZHcCIMplJyA
/function void_storage:init_scores
Run after init_scores, and again whenever a new player joins
/function void_storage:init_players
3 command blocks: repeat, unconditional, always active:
execute as @a[scores={vsdeposit=1..}] run function void_storage:deposit
execute as @a[scores={vswithdraw=1..}] run function void_storage:withdraw
execute as @a[scores={vsgetbook=1..}] run function void_storage:get_book
If you like this project, please consider subscribing to my youtube channel: www.youtube.com/channel/UCOVXFlkNq2FqZHcCIMplJyA
More like this
4242289
2


Have something to say?