Skip to content

Releases: GPAddons/ClaimClassifier

1.3.6

22 Sep 03:52

Choose a tag to compare

  • /claimexpire check now 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

20 Sep 19:29
c9ed20a

Choose a tag to compare

  • 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

20 Sep 08:58

Choose a tag to compare

- Use the correct file separator for directories
- fix math when reporting the expiration for offline players without
delays
From 1.3.2
- Fix delay command when no player is present in arguments.

1.3.1 fix output of days remaining

20 Sep 08:07

Choose a tag to compare

Was just printing from epoch time, instead of relative to the current
time

1.3

20 Sep 05:39

Choose a tag to compare

1.3

Adds /claimexpire

  • Doesn't account for players that are exempt via being over the threshold of accrued/bonus/total claim blocks in the check argument.
  • Defaults to ops for everything except for players checking their own expiration times.

1.2.6

28 May 07:01

Choose a tag to compare

1.2.6 Pre-release
Pre-release

Adds /trustedclaimslist and /abandonclaim confirmation.

Untested.

1.2.5

23 Jan 23:32

Choose a tag to compare

Use top-level claim if /nameclaim is executed within a subclaim.

  • Fixes NPE when executing within a subclaim.

1.2.4

23 Jan 16:06

Choose a tag to compare

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

22 Jan 23:53

Choose a tag to compare

  • Added /nameclear off|clear|remove

  • Debug mode is on for any opped player who executes the command.

1.2.2

22 Jan 01:15

Choose a tag to compare

Claim name is aqua and after world name.