byteful / LevelTools

A Spigot/Bukkit plugin that adds a leveling system to tools, swords, and bows. https://discord.gg/G8BDgqsuyw
GNU Affero General Public License v3.0
13 stars 6 forks source link

Fix issue #12 (anvil combine/repair bug with leveled items) #13

Closed byteful closed 2 years ago

byteful commented 2 years ago

New config value for anvil combine mode:

# What action should be done when combining items in an anvil?
# Modes: "HIGHER_OF_BOTH" (Takes level and xp of higher level item), "LOWER_OF_BOTH" (Takes level and xp of lower level item), OR "ADD_BOTH" (Adds the level and XP of both items)
anvil_combine: "ADD_BOTH"