Releases: Florke64/StoneAge
Releases · Florke64/StoneAge
Release v1.1
What's Changed
Changelog
- Added
ignore_autosmelting
option for drop entries - Changed drop calculation methods
- Revised code comments
- Refactor code
- Fixed bugs including saving to database
Full Changelog: v1.0...v1.1
Release v1.0
Note: This plugin is still in development stage. For example, database handling needs updating.
Changelog:
- Bugfixes
- Docs & Readme update, screenshots
This is the first release submited to Modrinth.
Release Candidate 5
First public release, includes:
- Dedicated language file
- SQLite database support (default)
- Different resource spawning
- Code refactor (still some issues to go through)
- Support for newest Paper-MC (1.21) and Enchantments in Message Handling
Release Candidate 4
What's new (& kinda important)? (RC-4)
- Added boss bar displayed when player is mining stone and Drop Multiplier is active (issue #13)
- Added Drop Multiplier recovery after restart
- Fixed Database connection (issue #14)
- Displaying more info and loading database content in async thread
- Checking if namespace for Crafting Recipe was not already reserved
- Updated log messages (issue #15)
- More minor tweaks...
Release Candidate 3
What's new (& kinda important)? (RC-3)
- Fixed bug with /drop and /dropstat command
- Fixed bug with multiplier command
- Amended Stone Machine's crafting recipe
What's new (& kinda important)? (RC-2)
- Fixed NullPointerException when mining stone blocks not attached with stone machine
What's new (& kinda important)? (RC-1)
- Added auto-smelting enchantment for Stone Machines. Auto-smelting stacks can be added via hoppers with Coal in them. Coal can be stacked up to 2^24 uses per machine.
- Added routine database auto-save
- Using Message class to send beautiful chat messages
- Added Mining Level
- Added Tool (pickaxe) level
- Mining level can be required to obtain some Drop Entries
- Tool levels are required to obtain Drop Entries (specified in config.yml)
- Added /dropstat command - showing mining statistics of player
- Command have cooldown now
- Changed Stone Machine's GUI
- Added getPlayer() method to StoneDropLootEvent
- Fixed "minimal drop amount" of Drop Loot (configuration / setter method bug)
- Fixed Bugs