Store your items safely in your personal item banks.
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- Source Code:
- https://github.com/virgilio217/ItemBank
- Donation Link:
- https://paypal.me/PizzaMan4?locale.x=it_IT
Showcase:
Discord for support:
https://discord.com/invite/RKrfN3y7aV
Features:
- Unlimited banks
- Custom vaults and rows per player using permission nodes
- Async saving task
Command:
/bank <index> (open the desired item bank)
Permission:
default: "item.bank.user" (Required)
banks-amount: "item.bank.vaults.<amount>"
bank-rows: "item.bank.rows.<amount>"
Config:
Code (YAML):#Auto save delay, if the server crashes players will lose items in the bank that were not yet saved, modify this accordingly.
auto-save: 1200
#Max banks in general (mainly for ops)
max-banks: 20
default-rows: 3
#Default required permission: (This will grant the player with one bank with default rows)
#"item.bank.user"
#Banks amount permission: (Players with this permission will have access to a specific amount of banks)
#"item.bank.vaults.<amount>"
#Bank rows permission: (Players with this permission will have a specific amount of rows for each bank)
#"item.bank.rows.<amount>"
# %player% : player name
# %bank% : bank index
title: '&8&o%player%''s bank #%bank%'
#WARNING: use the following sound names if using version 1.8: https://helpch.at/docs/1.8.8/index.html?org/bukkit/Sound.html
#For 1.9 and above: https://helpch.at/docs/1.9/org/bukkit/Sound.html
sounds: #Leave empty and sound won't be played
open: BLOCK_CHEST_OPEN
close: BLOCK_CHEST_CLOSE
messages: #Leave empty and the message won't be sent
usage: '&fUsage: /bank <index>'
banks: '&cYou only posses %banks% banks'
open: '&aOpening bank #%index%'
close: '&cClosing bank #%index%'

Simple Item Bank [Discontinued] 1.0
Store your items in virtual inventories
Recent Updates
- Version 1.0 Sep 1, 2021