Skip to content

Releases: WasabiThumb/xclaim

1.15.3

16 Dec 16:00
41d53e9
Compare
Choose a tag to compare

Change notes:

  • Hardened against exploits that used entities to leak items from the chunk editor
  • Added config options to change the default permissions when a new claim is made (send thanks to @Paperboypaddy)

1.15.2

07 Dec 23:17
56b40ef
Compare
Choose a tag to compare

Change notes:

  • Fix a vulnerability in the claim editor that allowed retaining barrier blocks

1.15.1

06 Nov 02:11
e65b093
Compare
Choose a tag to compare

Change notes:

  • Fix certain comments in layout files breaking the GUI (v2). If switching to v1 fixed an issue, feel free to try switching back.

1.15.0

14 Oct 00:19
c635b9d
Compare
Choose a tag to compare

Change notes:

  • Massive configuration overhaul, config.toml is now preferred to config.yml. The old YAML config is still supported and takes priority, but migrating is reccomended. You also cannot use GUI v2 without migrating the config.
  • Massive GUI overhaul. GUI layouts are now customizable (#22) when gui.version is set to 2.
    • This also lets you remove options from the GUI (#56).
  • Modified the map rendering algorithm to support displaying very large claims on BlueMap (#143).
  • Many backend changes aimed at making the code more efficient and maintainable.

This one took a fair bit of time, please enjoy! <3

1.14.2

27 Sep 00:31
8ce65a3
Compare
Choose a tag to compare

Change notes:

  • Fix HOGLIN not being considered a hostile entity
  • Some backend changes for code cleanliness & consistency
    • Compiling with -DenableDebug=true adds the /xclaim debug command, which can be used to test features

1.14.1

12 Sep 14:44
f8d1640
Compare
Choose a tag to compare

Change notes:

  • Fixed a deadlock (server crash) caused by unoptimized collections
  • (Paper only) Item frame interactions are now protected by the INTERACT permission

1.14.0

18 Aug 00:15
a70ecfe
Compare
Choose a tag to compare

Change notes:

  • Prevent an issue with BlueMap not showing all claims
    • Improve tracing algorithm for BlueMap & Dynmap markers
  • Add an event API for other plugins to use
  • Damage modifications due to worn armor are now retained in Claim Mode
  • Update dependencies (improved security)
  • Fixed a deadlock (server crash) that happened when a player with override permissions steals the last chunk from another claim
  • Added Turkish translation by @Krayir5

Thank you everyone for the continued interest and support on this old project! I hope to reward the community with something truly great soon B)

1.13.1

28 Jul 13:46
00823de
Compare
Choose a tag to compare

Change notes:

  • Added silent auto-save option to config
  • Updated Adventure to support latest MC versions
  • Some CI improvements

1.13.0

14 Jul 21:23
f1bd177
Compare
Choose a tag to compare

Change notes:

  • Add PlaceholderAPI integration (#88)
  • Add claim-min-distance to config (#57)
  • Updates to German translation from @derjungeinhd

1.12.3

29 Apr 05:17
Compare
Choose a tag to compare

Change notes:

  • Quickly hotfixes an error in /xc update caused by 1.12.2