Releases: TawayDev/MCL_Overseer
Releases · TawayDev/MCL_Overseer
MCL_Overseer 0.3.7
Changelog:
Rewrote
- Statistics to console printer now is automatic and i don't have to manually add new variables. (It was pretty but tedious)
- Made the exact same change to Config printer.
- Changed all possible "public" -> "protected"
- FileManager.writeToFile now works better! (When i first wrote this method it was 3am)
Added
- Analytics.java (Does nothing at the moment)
- Statistics for new chunks in overworld, nether and end dimension are tracked separately now.
- Added player quadrants tracker. (++, +-, -+ and --) for each dimension!
- Many missing catch blocks were added!
- Added "boolean FeatureTestRun" to main class. This will be run if true and will do some feature testing upon plugin startup
- Created StatisticsHandler.java in which are all of the event listeners
Removed
- NullStats() from main class. It did not do anything anyways so why have it there ?
MCL_Overseer 0.3.6
Renamed:
- Renamed :Analytics -> Statistics.
- Folder renamed Analytics: -> _Statistics
- Renamed: me.itsJeras.mcl_overseer -> me.Taway.MCL_Overseer
Added:
- New directory: _Analytics
- Added more events to be tracked.
- If statistics file for that day already exists it will load values from it so they will not be overwritten.
- Statistics now logs values upon startup just like config manager does.
MCL_Overseer 0.3
ADDED:
- Added basics of player analysis which is logged in to a separate file.
FIXED:
- Fixed java logger crashing the plugin bug.
- In 0.2 when you added a new dir to the dir list it was not created because the first dir existed. Now it checks the entire dir list and creates missing ones.
MCL_Overseer 0.2
QOL features and bug fixes.
MCL_Overseer 0.1
This is a custom plugin for my upcoming minecraft server. It is not intended for public use.