Skip to content

Releases: Imprex-Development/orebfuscator

Release 5.3.0

08 Jun 18:34
5.3.0
ee9343e
Compare
Choose a tag to compare

Added:

  • support for 1.19

Change:

  • Remove heavy events (BlockPhysicsEvent, EntityInteractEvent)

Release 5.2.6

08 Mar 21:31
5.2.6
7bb5875
Compare
Choose a tag to compare

Fixed:

  • deobfuscation bug that had to do with falling block

Release 5.2.5

06 Mar 20:16
5.2.5
e18dc9d
Compare
Choose a tag to compare

Added:

Change:

  • decreased weight of air in default config (to improve FPS on older systems)

Fixed:

  • NPE that occured in every version pre 1.13

Release 5.2.4

06 Jan 19:11
5.2.4
e352efa
Compare
Choose a tag to compare

Fixed:

  • fix NullPointerException in ChunkWrapper for v1.17

Release 5.2.3

04 Jan 19:57
5.2.3
69c3a66
Compare
Choose a tag to compare

Fixed:

  • fix invalid chunk handling pre 1.18

Release 5.2.2

31 Dec 16:45
5.2.2
2994a31
Compare
Choose a tag to compare

Added:

  • obfuscation height limit
  • new async obfuscation pipeline which only fetches chunks in the main thread but does all the heavy lifting in a dedicated worker pool (with new config options)

Fixed:

  • yaml config format in latest spigot builds
  • some minor issues with cache invalidation

Release 5.2.1

02 Dec 22:17
5.2.1
4b6a0d6
Compare
Choose a tag to compare

Fixed:

  • fix block occlusion check

Release 5.2.0

01 Dec 20:51
5.2.0
c7e8e1f
Compare
Choose a tag to compare

Added:

  • support for 1.18
  • broader world matching (click here for more details)
  • ignore spectator option (click here for more details)

Fixed:

  • catch TemporaryPlayer not implementing Player::hasPermission
  • some minor issues in plugin.yml

Release 5.1.6

17 Aug 20:02
5.1.6
a721f26
Compare
Choose a tag to compare

Fixed:

  • major bug introduced in latest spigot build

Release 5.1.5

17 Jun 06:55
5.1.5
9dfb9b6
Compare
Choose a tag to compare

Added:

  • support for 1.17
  • support for dynamic world heights

Fixed:

  • major bug with height dependent proximity obfuscation