Перейти к содержимому
Mineforgian

ItemDB

Simple. Fast. Cross-server item database.

Загрузки
96
Подписчики
0
Обновлён
24 декабря 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 24 декабря 2025 г.

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

/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

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

# 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

Ченджлог

1.0.2-SNAPSHOTРелиз1.21.9, 1.21.10, 1.21.11 · 24 декабря 2025 г.

✨ Neue Features

  • Unterstützung für zusätzliche Item-Metadaten (z. B. Lore, CustomModelData)
  • Erweiterte Datenbankabfragen für bessere Performance
  • Neue Admin-Befehle für das direkte Bearbeiten von Items
  • Automatische Synchronisation bei Änderungen
  • Auto Refresh – Änderungen an Items werden jetzt automatisch auf allen verbundenen Servern aktualisiert

🐛 Bugfixes

  • Fehler beim Speichern von verzauberten Items behoben
  • Probleme mit Groß- und Kleinschreibung in Abfragen gefixt
  • Kleinere Datenbank-Optimierungen

⚡ Verbesserungen

  • Schnellere Ladezeiten durch optimierte Caching-Mechanismen
  • Konsistentere Nachrichten im Chat
  • Stabilere MySQL- / SQLite-Verbindungen

🛠️ Sonstiges

  • Code-Cleanup & Refactoring
  • Vorbereitung auf zukünftige API-Erweiterungen

💡 Tipp: Dank Auto Refresh werden Items auf allen Servern in Echtzeit synchronisiert – kein Reload mehr nötig!

Комментарии

Загружаем…