Changes
-
Completely Redesigned Command System
The command system has been completely reworked and optimized, resulting in higher efficiency and full automation. This allows for faster code development and easier feature extensions.
-
Added Recipe Support for DynamicItems
You can now define custom crafting recipes for items directly in the configuration. Example configuration:
Code (Text):
# Recipe of the Item 3x3
recipe:
- "AAA"
- " B "
- " C "
recipe-items:
A: DIAMOND
B: STICK
C: NETHER_BRICK
#D: ... etc..
# You can add how many characters you want
-
Configurable Enchantments
Enchantments are now fully customizable. A new structure for messages allows detailed adjustments, including lore line breaks:
Code (Text):
messages:
enchants:
firstEnchants: "&7%enchantment%, %enchantment%"
nextEnchants: "\n &7%enchantment%, %enchantment%"
# \n will create new lore line
Future Updates
The next update will focus on
code optimization and efficiency improvements. You can also expect a
GUI menu for DynamicItems in the near future to simplify management and configuration.