Skip to content

Releases: TawayDev/MCL_Overseer

MCL_Overseer 0.3.7

21 Sep 17:25
a5272ba

Choose a tag to compare

Changelog:
Rewrote

  1. Statistics to console printer now is automatic and i don't have to manually add new variables. (It was pretty but tedious)
  2. Made the exact same change to Config printer.
  3. Changed all possible "public" -> "protected"
  4. FileManager.writeToFile now works better! (When i first wrote this method it was 3am)

Added

  1. Analytics.java (Does nothing at the moment)
  2. Statistics for new chunks in overworld, nether and end dimension are tracked separately now.
  3. Added player quadrants tracker. (++, +-, -+ and --) for each dimension!
  4. Many missing catch blocks were added!
  5. Added "boolean FeatureTestRun" to main class. This will be run if true and will do some feature testing upon plugin startup
  6. Created StatisticsHandler.java in which are all of the event listeners

Removed

  1. NullStats() from main class. It did not do anything anyways so why have it there ?

MCL_Overseer 0.3.6

17 Sep 19:13
fd969a0

Choose a tag to compare

Renamed:

  1. Renamed :Analytics -> Statistics.
  2. Folder renamed Analytics: -> _Statistics
  3. Renamed: me.itsJeras.mcl_overseer -> me.Taway.MCL_Overseer

Added:

  1. New directory: _Analytics
  2. Added more events to be tracked.
  3. If statistics file for that day already exists it will load values from it so they will not be overwritten.
  4. Statistics now logs values upon startup just like config manager does.

MCL_Overseer 0.3

16 Sep 15:17
fd969a0

Choose a tag to compare

ADDED:

  1. Added basics of player analysis which is logged in to a separate file.

FIXED:

  1. Fixed java logger crashing the plugin bug.
  2. 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

09 Sep 16:30
b437fa7

Choose a tag to compare

QOL features and bug fixes.

MCL_Overseer 0.1

06 May 17:51
05712af

Choose a tag to compare

This is a custom plugin for my upcoming minecraft server. It is not intended for public use.