ItemDB
Store items once, access them everywhere.
Features
- Global Item Database – Save an item once and retrieve it on any server using the same MySQL database.
- Cross-Server Ready – Perfect for networks with multiple Paper servers.
- Easy Commands – Add, remove, give, and show items quickly.
- Clean GUI – Browse saved items in an intuitive inventory menu.
- MySQL Support – Reliable storage with no file syncing needed.
⚙ Commands
Code (Text):
/db <name> - Retrieve an item
/db add <name> - Save the item in your hand
/db remove <name> - Remove an item
/db giveitem <name> <player> - Give an item to another player
/db show - Open the Items GUI
Permissions
Code (Text):
net.devvoxel.itemdb.use - use /db <name>
net.devvoxel.itemdb.add - use /db add <name>
net.devvoxel.itemdb.remove - use /db remove <name>
net.devvoxel.itemdb.giveitem - use /db giveitem <name> <player>
net.devvoxel.itemdb.show - use /db show
net.devvoxel.itemdb.* - all permissions
Configuration
Code (YAML):
config.yml
Prefix
:
"&8[&cItemDB&8]&7 "
Database:
Type
:
"mysql"
Host
:
"127.0.0.1"
Port
: 3306
Database
:
"itemdb"
User
:
"root"
Password
:
"password"
Table
:
"itemdb_items"
messages.yml
no-permission
:
"&cYou don't have permission to do that!"
item-added
:
"{prefix}&aItem &e{name}&a has been saved."
item-removed
:
"{prefix}&aItem &e{name}&a has been removed."
...
Metrics
This plugin uses
bStats to collect anonymous usage data.
You can disable this at any time in the config.
Download
Click the
Download Now button to get the latest version of ItemDB!
Developed with ❤️ by DevVoxel