Auxilor / EcoEnchants

Custom Enchantments Plugin for the latest minecraft version
GNU General Public License v3.0
262 stars 160 forks source link

Optimization for users who don't use %active_level% #376

Closed Kapitowa closed 1 year ago

Kapitowa commented 1 year ago

Placeholder %active_level% can be enabled or disabled in config.yml. This commit can save performance by ~60x times of refreshHolder for users, who don't use %active_level% placeholder

with %active_level% enabled time to execute heldEnchantLevels method: image

%active_level% disabled, time to execute heldEnchantLevels method: image