15 Commits

Author SHA1 Message Date
21d55563b7 Changes ignored salvage into trash salvage according to 2024-05-05 18:02:12 +02:00
c71d664a79 Fixes a NullPointerException and the default value of successSalvagedMessage 2024-05-05 15:51:46 +02:00
2612f4f7d8 Improves messages when trying to salvage an item
Implements unimplemented too damaged for salvage message
Adds two new messages explaining whether an item will produce full or partial salvage
2024-05-05 15:37:38 +02:00
757fcdf139 Improves configuration migration, and fixes some issues
Fixes incorrect dropItems instead of dropItem key in config.yml
Adds some missing dropper messages to config.yml
Adds proper migration keys for all known configuration options
Adds a modified version of Stargate's StargateYamlConfiguration to allow retaining comments during configuration migration.
Fixes the annoying "[]" is not a valid repairable item
Removes the use of data keys for the global configuration
2024-05-04 17:40:21 +02:00
f9463f58d1 Fixes some bugs
Fixes some config commands not being registered
Bumps KnarLib version to include bug-fix
Fixes and improves tab-completion for enchantment block-list
2024-05-04 14:11:43 +02:00
4012e532da Finishes the scrapper implementation 2024-05-04 01:01:56 +02:00
dfae68050e Implements some necessary code for the scrapper
Implements ignored salvage
Implements salvage-able items
Adds some TODOs
Implements salvage fail chance
Moves several methods to ItemHelper
Adds option for allowing extended salvage
2023-12-30 13:56:33 +01:00
6872dadca8 Changes some configuration keys 2023-11-20 13:20:11 +01:00
11d8c74a26 Adds comments to every option in strings.yml 2023-11-16 22:51:20 +01:00
4282cd8a2f Displays descriptions for each setting when displaying the value 2023-11-16 19:44:35 +01:00
ac6fc430ff Adds code for migrating old configuration values 2023-11-16 17:34:37 +01:00
72d33ed7a2 Implements the scrapper edit command 2023-11-16 13:06:24 +01:00
4f885135e3 Implements the scrapper global edit command
Changes setting quite a bit to avoid code duplication
2023-11-16 01:17:27 +01:00
f3f3f66c38 Writes a lot of code necessary for the scrapper
Adds the classes necessary for the new scrapper
Partly implements some scrapper functionality
Restructures some classes to reduce code duplication
Moves some classes to make some classes easier to find
Adds a bunch of TODOs where things have an unfinished implementation
2023-11-14 16:04:48 +01:00
3e3a35d02a Starts on the Scrapper implementation 2023-11-12 19:02:11 +01:00