Removes "Too expensive" from anvils.
By default, the plugin keeps its existing behavior and may replace high-cost anvil results.
Set ui-only-mode: true in config.yml when another plugin already manages
anvil costs, limits, or enchant conflicts. In UI-only mode, this plugin does not
calculate costs, set results, or change repair costs. It only spoofs the client
display so high repair costs can be shown instead of "Too Expensive!".
Build with the Gradle wrapper:
./gradlew clean buildOn Windows:
gradlew.bat clean buildThe jar is written to build/libs/.
To copy the jar to a local test server, pass a plugins directory explicitly:
./gradlew build copyJarToLocalServer -PlocalServerPluginsDir=<plugins-dir>On Windows:
gradlew.bat build copyJarToLocalServer -PlocalServerPluginsDir=C:\path\to\server\plugins