Maps Redstone Device

Void Storage - Inventory Solution for Vanilla 1.13

  • 1.9k views 0 today
  • save_alt 34 downloads
Progress
100% complete
  • 9
  • 5
  • 2
Nitrox Nova
Lvl 60High Grandmaster Robot
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

More like this

  Have something to say?

anonpmc2664290
03/11/2019 9:57 am
Level 6 : Apprentice Miner
[deleted]
2
Nitrox Nova
03/11/2019 11:57 am
Level 60 : High Grandmaster Robot
glad you like it! I really need to work on my 1.14 version before it's released
1

Welcome