Wiki

Clone wiki

MCClans Core Sponge / Config

<< Home

Config

The config can be found at config/mcclans/config.conf. This file contains many configuration values that allow you to customize the plugin.

Config option | Values | Description -|-|-|- general||| debugging|true/false|Display debug messages in console logging|true/false|Store MCClans logs in the MCClans/logs folder use-permissions|true/false|If set to false, admin command access defaults to players with OP access teleport-delay-seconds|number|Delay before teleporting players to their clan home teleport-cooldown-seconds|number|The time players need to wait before being able to teleport to clan home. Set to 0 to disable re-set-clanhome-cooldown-seconds|number|The time players need to wait before being able to set the clan home again. Set to 0 to disable use-chat-clan-tags|true/false|Display clan tags in chat clan-tag-default-color|ex. "dark_purple"|Clan tag color for newly created clans use-colored-tags-based-on-clan-kdr|true/false|Give a special color to the clan tag brackets for the three highest clans based on KDR allow-ff-protection|true/false|Allow players and clans to enable friendly fire protection log-player-kdr|true/false|Track player kills and deaths blocked-worlds-ff-protection|ex. ["world1", "world2"]|Friendly fire is disabled in these worlds blocked-worlds-player-kdr|ex. ["world1", "world2"]|Player kills and deaths are not tracked in these worlds blocked-clan-tags-and-names|ex. ["name1", "name2"]|Blacklist clan tags and names from being used create-backup-after-hours|number|Create a data backup every x hours in the MCClans/data/backup folder. Set to 0 to disable maximum-amount-of-backups-before-removing-oldest|number|Maximum amount of backups to create before removing the oldest remove-inactive-clanplayers-after-days|number|Delete ClanPlayers after x amount of days. Set to 0 to disable remove-inactive-clanowners-including-clan|true/false|Remove ClanPlayers even if they own a clan. This causes the clan to disband clan-tag-regex|ex. "[A-Za-z0-9_]+"|Limit the characters allowed in the clan tag clan-tag-characters-minimum|number|Minimum amount of characters allowed in the clan tag clan-tag-characters-maximum|number|Maximum amount of characters allowed in the clan tag clan-name-regex|ex. "[A-Za-z0-9_]+"|Limit the characters allowed in the clan name clan-name-characters-minimum|number|Minimum amount of characters allowed in the clan name clan-name-characters-maximum|number|Maximum amount of characters allowed in the clan name database||| use-database|true/false|Use a database. Data is otherwise stored in the MCClans/data/recent folder, as flatfile dbms-type|mysql/h2|Database type database-server-port|number|Database server port database-server|localhost/ip/domain|Database server location database-name|name|Database name database-server-user|username|Database username database-server-password|password|Database password economy||| use-economy|true/false|Charge players configured costs. Requires an economy plugin clan-creation-cost|number|Cost for creating a clan set-clanhome-cost|number|Cost for setting the clan home re-set-clanhome-cost-increase|number|Increase the cost for changing the clan home teleport-cost|number|Cost for teleporting to clan home default-clan-ranks||| default-clan-ranks|clan rank|ex. {"Rank"="permission1,permission2"}. Rank name must be one word command-aliases||| command-aliases|command alias|ex. {"/ac"="/clan chat ally"}. Alias must be one word. Command must start with 'clan'

Updated