Releases: Aquerr/ChestRefill
Chest Refill-2.0.5 (1.16.5)
Chest Refill-2.0.5 (1.16.5)
🛠️ This release has been tested with forge-1.16.5-36.2.41 and spongeforge-1.16.5-36.2.5-8.2.0-universal.
Release Notes
Fixed:
- Container item duplication bug (items were saved two times instead of one which resulted in strange behavior when random placement was used).
Thank you for using Chest Refill! 😁
Chest Refill-1.6.5 (1.12.2)
Chest Refill-1.6.5 (1.12.2)
🛠️ This release has been tested with forge-1.12.2-14.23.5.2838-universal and spongeforge-1.12.2-2838-7.4.7.
Release Notes
Fixed:
- Container item duplication bug (items were saved two times instead of one which resulted in strange behavior when random placement was used).
Thank you for using Chest Refill! 😁
Chest Refill-1.6.4 (1.12.2)
Chest Refill-1.6.4 (1.12.2)
🛠️ This release has been tested with forge-1.12.2-14.23.5.2838-universal and spongeforge-1.12.2-2838-7.4.7.
Release Notes
Fixed:
- Loading of Chest Refill prepacked configuration file
Thank you for using Chest Refill! 😁
Chest Refill-2.0.4 (1.16.5)
Chest Refill-2.0.4 (1.16.5)
🛠️ This release has been tested with forge-1.16.5-36.2.41 and spongeforge-1.16.5-36.2.5-8.2.0-universal.
Release Notes
Fixed:
- NPE that occurred during plugin startup because of not properly initialized language file in default configuration.
Thank you for using Chest Refill! 😁
Chest Refill-2.0.3 (1.16.5)
Chest Refill-2.0.3 (1.16.5)
🛠️ This release has been tested with forge-1.16.5-36.2.39 and spongeforge-1.16.5-36.2.5-8.2.0-universal.
Release Notes
Changed:
- Language file is no longer generated inside
serverdir/config/chestrefill/lang
directory. Now, language file is taken directly from plugin's jar file. However, you can still load language file from filesystem if you put it insidelang
folder. It is useful if you want to develop your own translation and test it on the server. Refer to README file for more info.
Fixed:
- Server not being stopped after issuing
stop
command. CR scheduled tasks are now properly stopped so that server can fully shutdown.
Thank you for using Chest Refill! 😁
Chest Refill-2.0.2 (1.16.5)
Chest Refill-2.0.2 (1.16.5)
🛠️ This release has been tested with forge-1.16.5-36.2.39 and spongeforge-1.16.5-36.2.5-8.2.0-universal.
Release Notes
Added:
- Bstats. I would be very thankful if you could enable metrics for Chest Refill! ❤️
- Container indestructibility. You can now make container indestructible via
/cr set_indestructible <true|false>
command. - Changing container hiding block via command. Simply use
/cr set_hiding_block <blockstate>
and right click the desired container. Remember that hiding block is used only whenhidden_if_no_items
is set to true. - Open message can now be deleted via
/cr set_open_message
command when you don't pass any parameter to it. - RemoveCommand now accepts an optional
container_name
parameter. When you pass container name to the command, the container will be removed directly without the need for clicking it. - More translatable strings in lang file.
- Better exception message on why container could not be refilled.
Fixed:
- Container open message sometimes gave crashes.
- RefillCommand not properly handling container name parameter.
Thank you for using Chest Refill! 😁
Chest Refill-1.6.3 (1.12.2)
Chest Refill-1.6.3 (1.12.2)
🧽 Hello everyone!
🛠️ This update is not a gameplay update. It contains one small fix for update checking as well as new config option to choose whether update checking should be performed by Chest Refill.
Release Notes
Added:
- Config option for specifying if update checking should be performed by the plugin.
Updated:
- Update checking now contacts new Ore API v2.
Thank you for using Chest Refill! 😁
Chest Refill-2.0.1 (1.16.5)
Chest Refill-2.0.1 (1.16.5)
🧽 Hello everyone!
🛠️ This update is not a gameplay update. It contains one small fix for update checking as well as new config option to choose whether update checking should be performed by Chest Refill.
🛠️ This release has been tested with forge-1.16.5-36.2.39.
Release Notes
Added:
- Config option for specifying if update checking should be performed by the plugin.
Updated:
- Update checking now contacts new Ore API v2.
Thank you for using Chest Refill! 😁
Chest Refill-2.0.0 (1.16.5)
Chest Refill-2.0.0 (1.16.5)
🧽 Hello everyone! Chest Refill has been finally updated to Sponge API 8!
🆕 Also this update introduces a very awaited feature - loot table support!
🛠️ This release has been tested with forge-1.16.5-36.2.39.
containers.json
file won't work on this version. Simply let your server regenerate it.
Release Notes
Added:
- Sponge API 8.x.x support!
- Info Command to easily view information about clicked container.
- SetHiddenIfNoItems Command.
- Loot Table Support. You can use vanilla loot tables in your containers as well as custom ones. Either install them as a mod, datapack or put them inside ChestRefill
config/chestefill/loot_tables
folder.
Adjusted:
- Time Command can only set container refill time from now. So you no longer can view refill time using
/cr time
. Use Info Command to do it from now. - Code base has been refactored and improved.
Thank you for using Chest Refill! 😁
Chest Refill-1.6.2
Chest Refill-1.6.2 (1.12.2)
Release Notes
Fixed:
- Command for setting random placement of items in containers.
Thank you for using Chest Refill! 😁