ItemDB
Simple. Fast. Cross-server item database.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
ItemDB
ItemDB
Store items once, access them everywhere.
---
✨ Features
- MySQL Support – Save an item once and retrieve it on any server using the same MySQL database - MySQL Support – Perfect for networks with multiple Paper servers - MySQL Support – Add, remove, give, and show items quickly - MySQL Support – Browse saved items in an intuitive inventory menu - MySQL Support – Reliable storage with no file syncing needed
---
⚙ Commands
```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
```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
```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 CraftingStudioPro