Releases: GPAddons/ClaimClassifier
Releases · GPAddons/ClaimClassifier
1.3.6
/claimexpire checknow reports if the player's claims have expired or pending expiration- Players are mailed when their claims are expired, provided that the server can provide their name from the offlineplayer cache.
- Message is printed when delayed claims have been prevented from expiring
- Expired claims should be already printed in log (and server console?) by GP itself.
1.3.5
- Fixed calculation (again) of claim expiration for offline players without delay. I was getting the difference (relative), but then incorrectly applied it with the current time (absolute), resulting in an addition, not a subtraction of remaining time.
- Prints out in console how many days ago the player last logged in to the server as reported by the server.
1.3.3
1.3.1 fix output of days remaining
Was just printing from epoch time, instead of relative to the current time
1.3
1.2.6
1.2.5
1.2.4
So yea I should probably go back to commenting my if statements again like I usually do but apparently didn't do this time so I can stare at them a little more or something.
claim.ownerID.equals(player.getUniqueId())) to !claim.ownerID.equals(player.getUniqueId()))
1.2.3.debug
-
Added /nameclear off|clear|remove
-
Debug mode is on for any opped player who executes the command.