/ItemDataBase

用数据库来储存物品的插件。A minecraft plugin that can store item in database

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

物品数据库插件

用数据库来储存物品的Minecraft Bukkit插件。
需要PowerNBT插件作为前置。

用法

  • 可以在游戏中利用指令给予或者导出数据库物品,把物品放入数据库或者删除数据库物品。
  • 也可以使用API管理和调用数据库物品,详见 Java文档

ItemDataBase plugin

A minecraft bukkit plugin to store item in database.
Require PowerNBT as dependency.

How to use

  • you can use command /idd to give or set database items,or manage item in database.
  • Programing API is also provided to manage and get items.See also Javadoc