Skip to content

Dimensions v5.9.1

Latest
Compare
Choose a tag to compare
@popstarfreas popstarfreas released this 18 Nov 00:23
· 93 commits to dev since this release

The below is a summary of changes from v5.8.3 -> v5.9.1

Fixes:

  • Correctly sends the status packet to clients
  • The Rest API will now return the latest game version: 1.4.1.2
  • The config now uses 234 (the number for 1.4.1.2) so that switching will work properly

Plugin Update:

  • The Dimensions plugin has been updated so that it is built against the latest references. If you're having trouble with the plugin not working, go to the updated link in the README and download that version

Node Support:

  • Node v8 is no longer a supported version
  • Node v14 is now a supported version

Developer API Changes:

  • The Packet type is now referred to as RawPacket. Any extensions that import this type will need to update their import path. This makes a clear distinction between an unparsed (raw buffer) packet and a parsed packet.
  • Buffs caused by Dimensions can now be handled by extensions properly
  • ClearUtils makes sure it respects the outcome of handlePacket so that it doesn't send a packet unless handlers allow it