Skip to content

v3.0.0: Large restructure of OVR!

Compare
Choose a tag to compare
@Andre601 Andre601 released this 17 Nov 17:50
· 495 commits to master since this release

This is a large update.
OneVersionRemake has been turned into a modular system, which means that the BungeeCord and Velocity versions are now separated into their own modules.

Please note that for using OVR in your proxy, you have to use the right jar file now!

For BungeeCord, Waterfall and any BungeeCord Fork use the OneVersionRemake-BungeeCord-3.0.0.jar
For Velocity use OneVersionRemake-Velocity-3.0.0.jar

➕ Added

✏️ Changed

General

  • Moved BungeeCord and Velocity into their own modules.
  • OneVersionRemake will now load commands and Event Listener even if no protocols have been defined. Events just won't get processed when this is the case. This allows you to just reload OneVersionRemake to load the protocols.
  • /ovr reload now displays the loaded protocols.
  • Loading commands and event listeners are now part of the core module (replaces the previous enable void)
  • Minor Config.yml styling changes.
  • Displayed MC Versions are now ordered newest to oldest version.
  • Versions was renamed to ProtocolVersion as is its own enum class now.

Velocity

  • Updated used methods to not using deprecated stuff
  • Fixed Hovertext only displaying first line of text for each line. oups.

➖ Removed