Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@VortexdataNET VortexdataNET released this 08 Feb 16:39
· 21 commits to master since this release

[2.0.0] - 2020-02-08

Added

  • Added new config values
    • acceptEula
    • enableExceptionReporting
    • enableHeartbeat
    • heartbeatPort
    • remoteShellPort
    • enableRemoteShell
  • Added messages.properties
  • Added eula.txt
  • Added eula check
  • Added update check
  • Added new CLI commands
    • framework
    • clear
    • adduser
    • deluser
    • help
    • logout
    • plugins
  • Added new launch parameters
    • reset-root
    • debug
  • Added CLI user system
  • Added more detailed log output related to plugin status updates
  • Added ExceptionReporter
  • Added StatusReporter
  • Added chat command handling
  • Added console command handling
  • Added plugin.yml requirement to plugin loader
  • Added UUID system
  • Added multi-user support
  • Added reload compatibility
  • Added JavaDoc

Changed

  • Changed log system to create a new log file every day
  • Changed startup header
  • Changed and reworked CLI

Fixed

  • Fixed NullPointerException on reference of a missing config key
  • Fixed various bugs from prototype

Removed

  • Removed unused packages
  • Removed install wizard
  • Removed some development debug messages
  • Removed stop command