Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@Jochyoua Jochyoua released this 14 Oct 01:42
· 3 commits to main since this release

OfflineCommands

GitHub

Changelog

Main 3.0.0 release changes MORE INFO

  • Added pagination with config options of how many users listed
  • Reformated code for efficiency and readability
  • Added the options to add recurring commands
  • Changed config.yml for readability and new fields
Added more robust storage options MORE INFO

  • Added sqlite support instead of yaml storage handling
  • Updated config files and Storage classes to reflect these changes
Add debugging method MORE INFO

  • Added path to config.yml to disable file storage
  • Only warnings are logged to console using this method
Add info command MORE INFO

  • Changed plugin.yml to reflect changes
  • Modified InfoCommands.java to reflect changes

About the 3.0.0

Hello once again fellow travelers. It's about that time for a new update! I've been busy with life and working, so this project has once again been on the back burner. It's time to change that.

What's changed?

Optimizations and additions

  • Added info command
  • Added metrics
  • Added sqlite storage
  • Optimized code and made code more readable

Full Changelog: 2.0.0-SNAPSHOT...3.00