Releases: xHexed/Oregen3
Releases · xHexed/Oregen3
1.8.1
What's Changed
- Various dependency updates
- FabledSkyblock version dependency changed to 3.0.4+
- Support for server version 1.21
- Other tiny internal changes
Full Changelog: 1.8.0...1.8.1
1.8.0
Changes
- Add block regen feature.
- Check config.yml file to learn more
- Basically generate the block after a delay instead of waiting for the liquid to flow.
- Add IridiumSkyblock support
- Rewrite the Editor GUI
/og edit
- Known bugs: Non-displayable blocks are omitted in the UI, leading to some placeable blocks not being added thru the editor
- Minor code and project improvements
Full Changelog: 1.7.3...1.8.0
1.7.3
Changes
- Add ItemsAdder support to GUI Editor
/og3 edit
- Other unrelated under-the-hood changes
Full Changelog: 1.7.2...1.7.3
1.7.2
Changes
- Add new option
global.useJavaAsyncScheduler
(defaults tofalse
).- Oregen3 creates (async) tasks (block placing, permission checking, etc..) that are handled by the server.
- By default the server provides a way (thread) to handle (async) tasks, but tasks are processed every server tick (~50ms) instead of executing right away.
- This option changes plugin tasks to use Java's
ForkJoinPool
threading system instead of the server's which runs tasks as soon as it is provided. This can boost performance but might create some unwanted issues. Read more...
Full Changelog: 1.7.1...1.7.2
1.7.1
Changes
- Update various dependencies
- Lots of other changes in the past version but im too lazy to include it here 🥲
Full Changelog: https://github.com/xHexed/Oregen3/commits/1.7.1