- Tested Minecraft Versions:
- 1.14
- Source Code:
- https://github.com/Darquiche/minecraft-itembank
ItemBankA simple item based currency for your favorite economy plugin.
Economy plugin and Vault required!
No commands !
You need an economy plugin, for example EssentialsX, and Vault to use this plugin.
Features
- Easy setup
- No commands: Only signs
- Deposit/Withdraw
- ATM signs (Deposit and withdraw on the same sign)
- Configurable item/value/withdraw options etc...
Installation- Download latest build
https://github.com/Darquiche/spigot-itembank/tags
- Copy it in your plugin directory
- Run/Reload your server!
UsageOnClick Feature
Right click with the defined item currency to deposit.
Deposit sign
Place a sign with:
Code (Text):1 - [deposit]
2 -
3 - Optional name
4 -
Right click on it to deposit ALL your items (currency).
Withdraw sign
Place a sign with:
Code (Text):1 - [withdraw]
2 -
3 - Optional name
4 -
Right click on it and select an option to withdraw n items.
ATM sign
Place a sign with:
Code (Text):1 - [ATM]
2 -
3 - Optional name and very useless
4 -
Shift + right click to switch between deposit and withdraw mode.
Then follow the previous instructions.
Configuration file
Default config file:
Choose the item currency:Code (Text):item: GOLD_NUGGET
value: 1
on_click: true
sign: true
withdraw:
value_1: 1
value_2: 5
value_3: 10
value_4: 50
value_5: 100
value_6: 500
value_7: 1000
value_8: 1500
value_9: 2000
Choose the value of the item currency:Code (Text):
item: GOLD_NUGGET
[/code]
value: 1
[/code]
Enable/Disable the right click feature:
Enable/Disable signs:Code (Text):
on_click: true
Define the withdraw options:Code (Text):
sign: true
Code (Text):withdraw:
value_1: 1
value_2: 5
value_3: 10
value_4: 50
value_5: 100
value_6: 500
value_7: 1000
value_8: 1500
value_9: 2000![]()

ItemBank 0.3
Item based currency for your favorite economy plugin!