- + Fix an issue on Weather setting
- + Fix an issue on reload, gui settings no longer worked after
- + Fix an issue on claim settings, when we changed the parameter on a claim, it changed the parameter for all the claims
- + Add "Elytra" settings to enable/disable the elytras in claims
- + Add "Special blocks" settings to enable/disable the breaking of some blocks configurable in config.yml. This is used to protect certain blocks even if the "Destroy" setting is enable (like spawners for SMPs servers or other)
- + 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
- + 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>] <player>"
-
- 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> <claim-distance>"
- + Add "/scs <player|group> set-max-chunks-total <target-player|target-group> <max-chunks-total>"
- + Optimize claim methods