Skip to content

Releases: Xyness/SimpleClaimSystem

1.11.1.2

04 Aug 09:08

Choose a tag to compare

+ Fix an issue on EventHandler loading on spigot

1.11.1.1

03 Aug 12:48

Choose a tag to compare

+ Fix an issue on claim fly

1.11.1

03 Aug 12:15

Choose a tag to compare

+ Fix issue on server < 1.20
+ Remove "EnterTeleport" setting
+ Add "Enter" setting
+ Add "GuiTeleport" setting
+ Add "Portals" setting
+ Add "ItemsPickup" setting
+ Add "ItemsDrop" setting
+ Fix issues on permissions in claims

1.11.0.1

02 Aug 13:39

Choose a tag to compare

+ Fix an issue on permissions
+ Fix an issue on claims loading (only spigot version)

1.11

02 Aug 01:26

Choose a tag to compare

+ Removing ItemsAdder support
+ Removing placeholders from PlaceholderAPI in guis
+ Removing gui fully configurable system
+ Add a new permission system
+ Add claim sale messages option (in config.yml)
+ Add /claim buy : to buy the claim you're standing at
+ Fix a lot of issues on /scs command
+ Remove all config command on /scs
+ Add /scs config-reload to reload only the config file
+ Fix an issue on chunks loader when claims are loading
+ Add a player cache in the database (correctly this time)
+ Fix an issue on Pl3xmap support
+ Guis optimization
+ Fix config issue on groups

1.10.0.5

18 Jul 16:50

Choose a tag to compare

+ Fix a minor issue on claim price
+ Fix a minor issue on claim main gui

1.10.0.4

17 Jul 18:37

Choose a tag to compare

+ Fix minor issue on max-chunks-total
+ Add placeholder "%scs_player_remain_chunks%"

1.10.0.3

17 Jul 02:25
9dd5f62

Choose a tag to compare

+ Change "Visitors" setting

  • Now visitors can not enter physically into the claim

+ Add "claim-distance" and "max-chunks-total"

  • Players can not claim if there are some claims near to them
  • Players can not claim if max-chunks-total is reached (different of max-chunks-per-claim)

+ Add placeholders

  • %scs_player_claim_distance% : get the claim distance of a player
  • %scs_player_max_chunks_total% : get the max chunks total of a player

+ Add "/claim kick [<*|claim-name>]

  • Kick physically a player from a claim

+ Add kick method to the API

+ Modify "/claim ban"

  • Now the banned player is kicked from the claim too

+ Add "/scs <player|group> set-claim-distance <target-player|target-group>

+ Add "/scs <player|group> set-max-chunks-total <target-player|target-group>

+ Optimize claim methods

1.10.0.2

15 Jul 23:29

Choose a tag to compare

  • Final API addition
  • Fix an issue on Pl3xMap support
  • Optimize claim methods

1.10.0.1-API-B1

14 Jul 23:46

Choose a tag to compare

Api update