config.yml
Configuration guide for the "config.yml" file.
Lang setting
You can set up your own language file. You just have to create a new yaml file, and translate all the messages, then use the name of your file into lang setting in config.yml. Use /scs reload OR restart your server to apply setting.
Database
You can set up database instead of files for claims storage, I actually advise using a database, it's more optimized. If you don't have a lot of players, there is no need.
Auto-purge
You can set up the auto-purge system, every how long the server must purge claims, and how long the player must be disconnected for their claims to be deleted.
auto-purge-checking is in minutes (every X minutes the server will purge)
auto-purge-time-without-login is in the format "5s for 5 seconds, 5m for 5 minutes.. 5h, 5d, 5w, 5M, 5y)
Commands aliases
You can set up the commands aliases, for example, you can use /territory instead of /claim. You can add as many aliases as you want.
Protection message
You can choose where the protection message is sent. Availables types : ACTION_BAR, TITLE, SUBTITLE and CHAT.
Disabled worlds
You can set up a list with the worlds you want to disable. It's a nice feature when you use a world for your spawn for example.
Preload chunks
You can enable the preloading of chunks when the server is starting.
Keep chunks loaded
You can enable chunks to keep loading when there are no players in them.
Max-length
You can set up max length for these settings : claim-name and claim-description. This feature allows you not to have names/description that are too long (for guis or others things).
Claim confirmation
You can enable the claim confirmation (disabled by default). This feature allows you to ask the player if he really wants to claim this chunk.
Enter/Leave messages
You can enable/disable the messages when you enter/leave a claim. "enter-leave-messages" is for messages in the action bar. "enter-leave-title-messages" is for messages in title and subtitle (in the center of your screen). "enter-leave-chat-messages" is for messages in the chat.
Claims visibility
Should claims with the GuiTeleport setting disabled be displayed in /claims?
Economy
You can set up an economy system. When enabled, players can sell/buy claims. You can also make /claim paid with the claim cost setting. Claim cost multiplier allows you to increase the cost for each new claim (for example, the first one will be 1000$, the second one 2000$, etc).
You can set up if when a claim is for sale, the sale is announced or not when a player enter the claim. It can be displayed by bossbar, title/subtitle, actionbar and/or chat messages. You can change bossbar settings too when a claim is for sale.
BossBar
You can set up bossbar when you are in a claim, you can use these colors :
And these styles :
Teleportation delay moving
You can enable the moves during a teleportation (disabled by default), then the teleportation will be not cancelled while the player moving
Auto-map
You can set up where the auto-map is sent. Default is 'SCOREBOARD', but you can use 'CHAT' to sent in the chat the map like on the older versions. 'SCOREBOARD' is disabled on Folia server for the moment.
Dynmap
You can set up how the claims are displayed on the dynmap, the color of the border, the fill color and the tooltip text. For colors, use HTML colors (RRGGBB). You can also enable/disable the integration of Dynmap.
Bluemap
You can set up how the claims are displayed on the bluemap, the color of the border, the fill color and the tooltip text. For colors, use HTML colors (RRGGBB). You can also enable/disable the integration of Bluemap.
Pl3xmap
You can set up how the claims are displayed on the pl3xmap, the color of the border, the fill color and the tooltip text. For colors, use HTML colors (RRGGBB). You can also enable/disable the integration of Pl3xmap.
Groups
You can set up a group system to limit any settings of claim system. You create any groups you want, don't forget to add the permission. Use 0 for infinite (infinite claims, infinite radius, no delay, infinite members, no cost, no cost multiplier, no max chunks per claim, no claim distance and no max chunks total).
Players
You can set up limits for players in the same way than group system. Player limits will override group limits.
Status settings
You can disable any settings you want to (all enabled by default), then if a setting is disabled, player can not change the value of this setting in his claim. For example, if you want to force the protection of explosions, you put false on "Explosions" in the settings and in the "default-values-settings" section too. Then the explosions will be disabled and this setting can not be changed by the player in /claim settings.
Default values settings
You can set up the default values of the settings of a claim (per role). So when a player create a new claim, there are the values that the settings of its claim will take. Role "Natural" is natural flags by Minecraft.
Blocked interact blocks
You can set up the list of blocked interact blocks, these are the blocks that will be blocked on a player's claim. You can add as many blocks as you want.
List of Materials : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Blocked items
You can set up the list of blocked items, these are the items that will be blocked on a player's claim. You can add as many items as you want.
List of Materials : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Blocked entities
You can set up the list of blocked entities, these are the entities that will be blocked on a player's claim. You can add as many items as you want. For example, "SHEEP" to prevent players from shearing sheeps.
List of Entities : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
Special blocks
You can set up the list of special blocks, these are the blocks that will be invincible in a player's claim even if the "Destroy" setting is enabled, This allows you to make an exception for certain blocks. You can add as many blocks as you want.
List of Materials : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Ignored break blocks
You can set up the list of ignored break blocks, these are the blocks that will be blocked from breaking on a player's claim. You can add as many blocks as you want.
List of Materials : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Ignored place blocks
You can set up the list of ignored place blocks, these are the blocks that will be blocked from placing on a player's claim. You can add as many blocks as you want.
List of Materials : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Last updated