Skip to content

Releases: xHexed/Oregen3

1.8.1

05 Aug 02:43
2606a57
Compare
Choose a tag to compare

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

17 Dec 03:09
1.8.0
f03ee54
Compare
Choose a tag to compare

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

18 Aug 07:36
ea85bd0
Compare
Choose a tag to compare

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

05 Aug 10:58
f2e8d35
Compare
Choose a tag to compare

Changes

  • Add new option global.useJavaAsyncScheduler (defaults to false).
    • 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

05 Aug 10:23
f6fd932
Compare
Choose a tag to compare

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