- check_circle Functions
- check_circle Structures
Published Jan 27th, 1/27/23 5:09 pm
- 1,256 views, 9 today
- 37 downloads, 0 today
1
You just have to make 2 command blocks with the commands:
one with: functions bank:withdraw to make withdraws;
and one with function bank:deposit to make deposits;
I recommend setting them both to repeat and putting a stone button, this way every time you click it will withdraw/deposit exact 20 emeralds per time.
Only works 1 player per time :D. its perfect for your little server with friends.
The balance will be shown at the TAB players list.
This is an older version!! I Remade this datapack: PLEASE ACCESS:
Emeralds Bank 3.0 !! Minecraft Data Pack (planetminecraft.com)
one with: functions bank:withdraw to make withdraws;
and one with function bank:deposit to make deposits;
I recommend setting them both to repeat and putting a stone button, this way every time you click it will withdraw/deposit exact 20 emeralds per time.
Only works 1 player per time :D. its perfect for your little server with friends.
The balance will be shown at the TAB players list.
This is an older version!! I Remade this datapack: PLEASE ACCESS:
Emeralds Bank 3.0 !! Minecraft Data Pack (planetminecraft.com)
Compatibility | Minecraft 1.15 |
to | Minecraft 1.19 |
Tags |
tools/tracking
5838640
119
simple-emeralds-bank
Create an account or sign in to comment.
Easiest way is to use either a trigger command for when player want to deposit or withdraw emeralds. With this you don't need any "shop" put in the world.
Another way is to use a sign to detect when player want to deposit/withdraw. When player right click on a sign with empty hand, this action can be detected with an advancement.
Hope that helps you improving in datapacks !