Fixes:
- Fixed an issue with the plugin not properly detecting legacy server versions. (update to this if you are having issues with particles on 1.20.1 or lower).
Additions:
- Added 1.21.1 support (fixes an issue with PyroFarming startup on 1.21.1)
Fixes:
- Fixed an issue with glowing items on server versions >= 1.20.6
- Fixed a potential crash issue with custom-heads on server versions > 1.20.6
Fixes:
- Fixed 1.20.6 not being a valid server version and defaulting to 1.14 instead.
General Changes:
- Updated the ServerVersion utilities to support 1.20.5, 1.20.6 and 1.21.
Additions:
- Added Chunk PDC Utils (credit to jeff_media).
- Added More Inventory Utils
- Added some Custom Entity Utils.
This is required by
PyroFishingPro v4.9.1 onwards.
Fixes:
- Fixed the new PlayerProfiles using a Random UUID on each restart, causing skulls to be unstackable.
General Changes:
- Added 1.20.2 skull support.
Fixes:
- Fixed the 'Menus' folder not being created on start-up, leading to issues with the plugin loading.
Additions:
- Added some menu customisation things.
Fixes:
- Fixed a duplication issue.
Fixes:
- Fixed a few misc issues.
Fixes:
- Reverted a change that was causing issues.
General Changes:
- Added some more utilities that are used across my plugins.
General Changes:
- Fixed some protection module stuff.
- Fixed some issues with some libraries.
This will be required for v2.0.0 of PyroSpawners.
Additions:
- Added functionality for log files.
- Updated a few internal methods for optimisation purposes.
General Changes:
- Changed some internal things around for future updates.
Additions:
- Added ability for custom menus to support placeholders properly.
Fixes:
- Fixed a few issues related to inventories not updating certain itemstacks. (Fishing rod in the fishing main menu for example).
The following plugins require this patch:
- PyroFishingPro v4.7.3
- PyroMining v4.4.3
- PyroWeather v4.3.0
- PyroSpawners v1.4.0
General Changes:
- Added various new resources that are used in the new PyroMining update.
General Changes:
- Added various updated content that will be used with the new versions of my resources.
PyroFishingPro v4.7 will require this.
This is not a mandatory update unless you are using the below java versions.
Fixes:
- Fixed the plugin not supporting Java 8 > 15.
Additions:
- Added a "/pyrolib debug <--config>" option for easier bug reporting.
- Added a config.yml to PyroLib
- Added 'HexFormat' setting to PyroLib which lets you configure the pattern the hex formatter uses internally for my plugins. This is a global change across all plugins using PyroLib on a server.
- Added various new libraries for myself.
General Changes:
- Moved PyroWeatherPro over to this library.
- Moved PyroMining over to this library.
Fixes:
- Fixed a few issues internally with some utilities.
General Changes:
- Fixed not being able to use proper Base64 textures in configuration files and requiring you to provide the texture for the encoding instead.
Updating this will fix this for my plugins using PyroLib.
Updated internal methods.