- Updated Commons to v1.8.82.
- Removed all the unnecessary things from the code.
- Reformatted all the classes according to new changes in the .editorconfig file.
- Better update checking.
Changes in the config.yml
- Added a new feature to change the block at the collected Easter Egg's location.
YAML:easter-eggs: # Spooktacular Halloween! candy-basket: # Should we remove the Easter Egg when a player collect it? remove-on-collect: enabled: false # Should we change the block at the collected Easter Egg's location? convert-to: AIR
- Now caching the leaderboard values for better optimization.
- Small improvement on the user system.
Changes in the config.yml
- Added an option to remove the Easter Egg block when a player collect it.
YAML:easter-eggs: # Spooktacular Halloween! candy-basket: texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdmNTA0Y2RiZjViMjExMjFiODIxODUyOGRjZTU2NzUwNWQ0NTY3ZDdlNzJjZDQzYTQ2M2NkNTFjODAxM2E2In19fQ==" # Should we remove the Easter Egg when a player collect it? remove-on-collect: enabled: false
- Updated Despical's Commons library to v1.8.81.
- Updated some of the log messages.
- Improvements on data storage.
