February 26, 2023
- Made another improvement for servers that have hundreds of items, reducing disk activity on chunk loads and unloads.
- Included option in config.yml to prevent ItemStayPut from keeping backups of configuration files when new versions are installed.
- Tested under 1.19.3.
- November 12, 2022
- Fixed performance issue when scaling ItemStayPut to load hundreds of items. Now ItemStayPut will only load 20 items per server tick, preventing the lag.
- Tested under 1.19.2.
January 16, 2022
- Implemented a workaround for a Bukkit API bug that was causing duplicated items.
- Retired the admin "respawn" command
- Tested under 1.18.1.
December 11, 2021
- Applied setPickupDelay(Integer.MAX_VALUE) to dropped items so some other plugins, like WildStacker, will leave our items alone.
- Adjusted some event priorities in the listener.
- Fixed a bug whereby an item could not be dropped on a block if there was air under that block.
- Tested under 1.18.0.
September 11, 2021
- Fixed a bug where, if extra lines containing only spaces were manually introduced to data files (like playerlocales.yml), then those spaces would be duplicated every time a new user logged in, eventually overloading the system.
- All locale files are now UTF8 w/o BOM, regardless of server type.
- Aug. 28, 2021
- When I first posted ItemStayPut v1.0.1, I incorrectly posted a file compiled under Java 16 that did not run under older versions of Java. This new file is the correct one and runs under older versions of Java (as well as Java 15 and 16), and was tested on Bukkit/Spigot/Paper 1.13.4 thru 1.17.1.
Other changes:
- Implemented auto updates for locale files and made significant internal changes to how config.yml is updated - much more robust. Note that if the auto update feature is turned off (in config.yml) all of these files will need to be updated manually after a version update.
- Aug. 28, 2021
- When I first posted ItemStayPut v1.0.1, I incorrectly posted a file compiled under Java 16 that did not run under older versions of Java. This new file is the correct one and runs under older versions of Java, and was tested on Bukkit/Spigot/Paper 1.13.4 thru 1.17.1.
- Implemented auto updates for locale files and made significant internal changes to how config.yml is updated - much more robust. Note that if the auto update feature is turned off (in config.yml) all of these files will need to be updated manually after a version update.
- Tested under 1.17.1.
- Aug. 25, 2021
- Implemented auto updates for locale files and made significant internal changes to how config.yml is updated - much more robust. Note that if the auto update feature is turned off (in config.yml) all of these files will need to be updated manually after a version update.
- Tested under 1.17.1.