Quick Install (CLI)
endgit install itemeditorPlugin Description
BugsItemEditor
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 toItem.ymlwith a unique tag/ie take <item>— Spawn any registered custom item into your inventory/ie list— View all registered item tags/ie reload— Hot-reloadItem.ymlwithout 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
| Command | Permission | Description |
|---|---|---|
/ie create | itemeditor.command.create | Save held item to Item.yml |
/ie take <item> | itemeditor.command.take | Give yourself a custom item |
/ie list | itemeditor.command.ie | List all registered item tags |
/ie reload | itemeditor.command.reload | Reload 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:
| Field | Type | Description |
|---|---|---|
material | string | Minecraft item ID (e.g. minecraft:diamond_sword) |
name | string | Display name with color codes |
lore | list[string] | Item lore lines |
amount | int | Stack size (default: 1) |
damage | int | Item damage value |
unbreakable | bool | Infinite durability |
enchant | dict | enchant_id: level pairs |
Permissions
| Permission | Default | Description |
|---|---|---|
itemeditor.command.ie | OP | Master permission (covers all subcommands) |
itemeditor.command.create | OP | Save items |
itemeditor.command.take | OP | Take items |
itemeditor.command.reload | OP | Reload config |
Loading analytics...
