Skip to content

Releases: Xyness/SimpleClaimSystem

1.13.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:11
1.13.0.9

1.13.0.9

Choose a tag to compare

@github-actions github-actions released this 03 Jun 15:34
1.13.0.9

1.13.0.8

Choose a tag to compare

@github-actions github-actions released this 10 May 14:39
1.13.0.8 - Fixed NPC issue

1.13.0.7

Choose a tag to compare

@github-actions github-actions released this 08 May 18:27
1.13.0.7 - Fixed player head

1.13.0.6

Choose a tag to compare

@github-actions github-actions released this 07 May 11:02
1.13.0.6 - Fix some issues

1.13.0.5

Choose a tag to compare

@github-actions github-actions released this 17 Apr 21:39
fix WorldGuard region check + fix Weather handle

1.13.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Apr 20:01
fix Weather issue + fix player checking on EntityDamageEvent

1.13.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 19:57
fix Weather issue + fix player checking on EntityDamageByEntityEvent

1.13.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Apr 13:17
v1.13.0.2 - Fix permissions not saving to database, fix fly state per…

v1.13.0.1

Choose a tag to compare

@Xyness Xyness released this 30 Mar 12:37

Fix claims not appearing on Dynmap, BlueMap and Pl3xMap

BlueMap and Pl3xMap were loading claims before they were actually loaded
from the database. Now map marker sets are initialized early but claims
are added during loadClaims() for all three map plugins.