With this update comes a ton of new and replaced features! Support for
1.16 has been added! Check the main page for a list of new features, but the custom repair process is far more streamlined and vanilla friendly. This version of the plugin now replaces the pre-existing anvil mechanics with its own, to give you more customization. Check out the new config!
Code (Text):
# =============================================| A N V I L L O T |================================================
# Got an issue to report? Message me on either the discussion page, privately, or submit an issue report on
# the github page!
# Please leave a review on the spigot page, it truly helps a lot!
# Solution developed by qruet
# ===================================================================================================================
# ===================================================================================================================
# The cost of xp levels for repairing a item
# Note this is not the total xp level for repairing both items in the anvil. (Lower Max Repair Cost drops the total)
# Note you can modify the max repair cost for each player with the permission anvillot.limit.#
Default Max Repair Cost: -1
# Variables:
# rename_fee -> variable responsible for adding rename fee (maximum 1)
# first_item -> Repair cost of item in 1st anvil slot
# second_item -> Repair cost of item in 2nd anvil slot
# Responsible for the calculated cost of the anvil
Repair Cost Equation: "first_item + second_item + rename_fee"
# Responsible for the cost of the result anvil item
Repair Progression Equation: "round(max(1, first_item)*2)"
# ====================================================================================================================
# ====================================================================================================================
# This section is dedicated towards configuring the boss bar messages that popup throughout the repair process
Experience Bar:
Enabled: true
Title: "&a%level" # Title displayed on top of the boss bar
Bar Color: "GREEN" # Possible Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
Bar Style: "SEGMENTED_12" # Possible Styles: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
Fog: false
Dark Sky: false
Too Expensive Bar:
Enabled: true
Title: "&cExperience Cost %cost"
Bar Color: "RED"
Bar Style: "SOLID"
Fog: true # display background fog when warning pops up?
Dark Sky: true # makes the atmosphere spookier
# =====================================================================================================================
# =====================================================================================================================
Too Expensive Sound Effect:
Enabled: true
# list of 1.15 bukkit compatible sound effects can be found here:
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
Sound: "BLOCK_ANVIL_LAND"
Volume: 0.1
Pitch: 1.4
I know many of you have been asking for an update, so here it is!