Changelog
Full Changelog: v4.17-beta.4...v4.17-beta.5
- #389 - Schedule data loading for PluginIntegrations
- This should fix data loading for plugin integrations such as ItemsAdder, etc. (ConcurrentModificationException)
- There are still other similar issue with for example ExecutableItems, that will be addressed in a WolfyUtils update soon.
For now, you have to enable data.sync in the config.yml to work around these issues.- Fix invalid cooking recipe result
Warning
This update requires the latest beta version of WolfyUtils! You can download it from Modrinth: WolfyUtils 4.17-beta.3 - WolfyUtils
Changes
87b4b8f - Fix for incorrect HIDE_POTION_EFFECTS flag in version 1.20.5+.
Full list of changes: v4.17-beta.1...v4.17-beta.2
This update requires the latest WolfyUtils 4.16.15 update! Download it here!
Improved Item Editor
By default, CC detects the source of the item, like Oraxen or MMOItem, etc., but if an item was manipulated manually, or contains multiple third-party plugin options, that system falls apart.
This update adds a new identifier selector to the Item Editor, so you can change the source of the detected stack.
In this example the Oraxen Amethyst was renamed outside Oraxen, CC detects that the stack is from Oraxen and links to it.
However, we want to keep the changes, so we shift + right-click on the result, and shift + right-click again to open the Item Editor.
Here we select the Bukkit parser, that keeps the item as is, so it is no longer linked to Oraxen, and manual stack changes are kept.
Data Directory Backup
When using the local storage loader (default) a backup is created before the recipe and item configs are upgrade to the new format.
This applies to both the automatic upgrade and manual upgrade using the /recipes save.
The backups are stored as zip files inside the CustomCrafting/data_backups directory.
By default, each backup is kept for 60 days. The old backups are only deleted after the specified duration and only when a new backup was created.
The backup feature can be toggled and configured in the config.yml under local_storage.backup.
keep_for specifies the duration for which to keep the backups. The unit can be MINUTES, HOURS, DAYS, and even SECONDS etc.
Better Lockdown mode visibility
The lockdown command requires a confirmation before actually toggling the mode.
When Lockdown is enabled, then a log message is printed on the first craft attempt after lockdown has been enabled.
Then another message on the first craft attempt every hour.
Changelog
Full Changelog: v4.16.8.5...v4.16.9
- Improved Stack Editor with new identifier parser selection
- #328 — Fix Invalid Smithing Recipe Data Base Slot
- #334 — Implement StackReferences & Separate CustomItems from external ItemStack references
- #342 — Fix Smithing Recipe Crafting & Creation
- #336 — Fix Vanilla Cooking Recipe Placeholders using Result item as source
- #353 — Add Data Directory Backup For Local Storage
- 54d5ad4 — Reindex Recipe Book when recipes are validated after their dependencies
- 5abf142 — Add a lockdown warning
A log message is printed on the first craft attempt after lockdown has been enabled, then on the first craft attempt every hour.- 602e8dc — The lockdown command requires a confirmation now
- f3e01eb — Fix ShapelessRecipe ingredients failing before validation
- 6f07c40, 5d99bba — Use the new Result#item methods & remove CustomItem usages
- e43a7bf — Fix error in NBTMergeAdapter when selected ingredients are empty
- 9056989 — Fix Anvil Recipe Validator not taking repairTask settings into account
- 22f66be — Fix recipe book title in de_DE lang
- 21ac468 — Fix old config files not accepted by validator due to missing original stack
- cfdf5a2 — Update Cauldron Menu Title when collecting result
- 483e27c — Replace bukkit recipe when registering in case it already exists
This update REQUIRES the latest WolfyUtils BETA again, due to another breaking change! So make sure to fetch the v4.16.15-beta.6 update from Modrinth!
Changelog
Full Changelog: v4.16.9-beta.4...v4.16.9-beta.5
- #346 — Optional StackReference Identifier
- e43a7bf — Fix error in NBTMergeAdapter when selected ingredients are empty
- 9056989 — Fix Anvil Recipe Validator not taking repairTask settings into account
- Just a quick reboot because the previous boot was missing shaded classes like bstats.
!! Beta Update !!
This is a beta update! It is highly advised to not use it in production or on public servers!It is mostly untested and still very much in development, so breaking changes may occur. Additionally, it may cause game breaking issues (disappearing items, item duplication, config corruption).
There are only a few recommended scenarios where you may use it:
Either way, you should make a backup of your server/data before installing this beta.
- Your server is private, and you do not mind game breaking issues (like loosing items, item duplication, config corruption)
- You want to try the latest version on a test server, help test it and report issue before release.
This Update REQUIRES the latest WolfyUtils BETA! Download on Modrinth
Known Issues
Changelog
- The ItemCreator is broken and does not apply changes made to an item stack
Full Changelog: v4.16.9-beta.2...v4.16.9-beta.3
- #336 - Fix Vanilla Cooking Recipe Placeholders using Result item as source
- e53d728 - Fix RecipeItemStack not storing new StackReferences in config
- 6f07c40, 5d99bba - Use the new Result#item methods & remove CustomItem usages
You can download the beta version from the version history
- A working version has been downloaded.
#321 - Fixed issues with cross-version of blacksmithing recipes (1.19 and 1.20)
#322 - Only empty hand interaction allowed to open cauldron GUI
#323 - Fixed furnace recipe cache not taking into account Z axis
Comparing v4.16.8.3...v4.16.8.4 · WolfyScript/CustomCrafting
Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities. - Comparing v4.16.8.3...v4.16.8.4 · WolfyScri...github.com