Saved Item

Save Item Method

You can use /mc saveitem <saveItemID> command to save your hold item. There are 2 methods to save item.

  • Bukkit: Use BukkitAPI's method to save item, however this method will only save vanilla datas, custom data like custom NBT will all lost.

  • Paper: Use PaperAPI's method to save item, this new method can 100% save item data, no data will lose. (Paper and 1.15+ server only)

If you are Paper server users and don't want to use new Paper method one, you need open config.yml file and edit the paper-api.save-item option to false, then we will still use Bukkit method save item.

Match Save Item - Premium

Use item-format match rule and set material option in ItemFormat to the save item ID.

Last updated