Skip to content

6.0.0

Compare
Choose a tag to compare
@Xinecraft Xinecraft released this 03 Jun 14:16
· 11 commits to main since this release
053dcfe

What's Changed

  1. proxy webquery & intel support.
  2. skinsrestorer support for proxy.
  3. new otp based account linking system.
  4. new command runner module.
  5. listing of failed jobs in admin panel (debug section) and clearing and retry or it.
  6. new after success link command and unlink commands in plugin settings.
  7. player and server intel data bug fixes.
  8. webquery 2.0. new improved and more secure protocol update.
  9. rename recruitment module to applications module.
  10. disable player unlinking. (DISABLE_PLAYER_UNLINKING)
  11. hide next rank from player profile. (HIDE_PLAYER_NEXT_RANK)
  12. add filtering feature in tables.
  13. minor ui fixes.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
PULSE_ENABLED=false
HIDE_PLAYER_NEXT_RANK=false
DISABLE_PLAYER_UNLINKING=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Make sure also upgrade Plugin version to 6.0.0 and above else you will get error.

New Contributors

Full Changelog: 5.1.0...6.0.0