ItemEditorGitHub

by junggamyeonGitHub

A powerful Endstone plugin that allows server owners to create, edit, save, and manage fully customizable Minecraft items with support for unsafe enchantments, custom stats, and dynamic item loading.

Download
Size: 13 KBUploaded: 5/10/2026
0
0(0 this version)

Quick Install (CLI)

endgit install itemeditor
Plugin Description
Bugs

ItemEditor

A production-quality Endstone Bedrock Server plugin for creating, saving, and spawning custom items with extended enchantment levels.

Features

  • /ie create — Save the item in your main hand to Item.yml with a unique tag
  • /ie take <item> — Spawn any registered custom item into your inventory
  • /ie list — View all registered item tags
  • /ie reload — Hot-reload Item.yml without restarting the server
  • Extended enchantments — Set enchantment levels far beyond vanilla caps (e.g. MENDING: 100000)
  • Custom metadata — Set custom display names, lore, damage values, and unbreakability
  • Permission-based — All commands require operator (configurable)
  • Hot-reload — Reload items at runtime without restart

Commands

CommandPermissionDescription
/ie createitemeditor.command.createSave held item to Item.yml
/ie take <item>itemeditor.command.takeGive yourself a custom item
/ie listitemeditor.command.ieList all registered item tags
/ie reloaditemeditor.command.reloadReload Item.yml

Item.yml Format

items:
  my_sword:
    material: minecraft:diamond_sword
    name: "&b&lEpic Sword"
    lore:
      - "&7Forged in the nether"
      - "&cDeal massive damage"
    damage: 20
    unbreakable: true
    enchant:
      minecraft:sharpness: 5000
      minecraft:mending: 100000

Available Fields:

FieldTypeDescription
materialstringMinecraft item ID (e.g. minecraft:diamond_sword)
namestringDisplay name with color codes
lorelist[string]Item lore lines
amountintStack size (default: 1)
damageintItem damage value
unbreakableboolInfinite durability
enchantdictenchant_id: level pairs

Permissions

PermissionDefaultDescription
itemeditor.command.ieOPMaster permission (covers all subcommands)
itemeditor.command.createOPSave items
itemeditor.command.takeOPTake items
itemeditor.command.reloadOPReload config

Loading analytics...

Ratings & Reviews