-
Notifications
You must be signed in to change notification settings - Fork 27
Configuring items with Custom Name Lore Enchantments
ace edited this page Aug 3, 2023
·
2 revisions
- Give yourself the desired item (with NBT if applicable)
/give
- (Optional) Enchant the item
/enchant
- (Optional) Modify the item with any other plugin
- Equip/Hold the item
- Create a Boss
- (Optional) Copy the value in config to anywhere that accept item (For example
drops
)
Example unbreakable Diamond Sword named 'My Item' with Sharpness V Enchantment:
diamond_sword;0;1;0a0000010b00556e627265616b61626c65010a0700646973706c61790804004e616d6507004d79204974656d0904004c6f7265080200000010004c6f726531207769746820737061636505004c6f72653200090400656e63680a01000000020200696409000203006c766c05000000
- Use any Java Edition *1.12*
/give
command generator available online [Example] (Select Java 1.12) - Modify the result obtained
- Note that Java Edition enchantment IDs are different from Bedrock Edition, convert IDs accordingly [Bedrock Enchantment IDs]
- Depending on the used command generator, you may need to correct the tag values
- Add
b
behindByteTag
values (Unbreakable:1b
etc) - Add
s
behindShortTag
values (ench:[{id:9s,lvl:5s}
etc) - Add
l
behindLongTag
values - Add
f
behindFloatTag
values - Add
d
behindDoubleTag
values
- Add
-
Replace all spacesNo longer required in v3.3+_
- Paste the result value anywhere that accept item (For example
drops
)
Example unbreakable Diamond Sword named 'My Item' with Sharpness V Enchantment:
diamond_sword;0;1;{Unbreakable:1b,display:{Name:My_Item,Lore:[Lore1_with_space,Lore2]},ench:[{id:9s,lvl:5s}]}