📘Configuration
Last updated
Last updated
The main configuration file for SimpleClans can be found here.
default-color
- color used when the clan leader didn't set any colors
max-length
- maximum length for tags
bracket
- brackets are the characters around the tag, ex.: [ ]
color
- the bracket color
leader-color
- this color is used when the player is a leader
left
- the left character
right
- the right character
min-length
- minimum length for tags
separator
- the separator is a character that separates the tag and the player name
color
- the separator color
leader-color
- this color is used when the player is a leader
char
- the separator character
In this section you can edit the base commands of the plugin. Enable force-priority
if other plugins are interfering with the commands.
enable-max-kills
- by enabling this, you can set a limit on kills per victim.
max-kills-per-victim
- this is the limit of kills per victim. If it's set to 10, for example, killing the same player for the 11th time won't affect the KDR
enable-kill-delay
- enables a delay between kills
delay-between-kills
- this is the delay in minutes between kills
creation-price
- the price to create a clan
purchase-clan-create
- players must pay to create a clan
verification-price
- the price to verify a clan
purchase-clan-verify
- players must pay to verify their clans
invite-price
- the price to invite a player to your clan
purchase-clan-invite
- players must pay to invite
home-teleport-price
- the price to teleport to the clan's home
purchase-home-teleport
- players must pay to teleport
home-teleport-set-price
- the price to set the clan's home
purchase-home-teleport-set
- players must pay to set the clan's home
home-regroup-price
- the price for regrouping the clan members
purchase-home-regroup
- players (or the clan) must pay to regroup
unique-tax-on-regroup
- if false, the price is multiplied by the amount of online members of the clan
issuer-pays-regroup
- if enabled, the player issuing the command pays for the regroup, otherwise the clan pays it
money-per-kill
- enables a prize in money for the killer clan
money-per-kill-kdr-multipier
- this is multiplied by the attacker's KDR, the result is the money prize for the clan
purchase-reset-kdr
- If true, players will be able to reset their KDR
reset-kdr-price
- the price to reset one's KDR
purchase-member-fee-set
- players must pay to set the member fee
member-fee-set-price
- the price to set the member fee
member-fee-enabled
- if clans can charge a daily fee from their members
max-member-fee
- the maximum amount clans can set for their member fee
upkeep
- the daily price for maintaining a clan (if not paid, the clan is disbanded)
upkeep-enabled
- if clans must pay the upkeep
multiply-upkeep-by-clan-size
- if the upkeep price should be multiplied by the amount of members
charge-upkeep-only-if-member-fee-enabled
- if the upkeep should be charged only for clans that choose to enable the member fee
bank-log.enable
- If true, all economy actions will be recorded in .CSV file (SimpleClans/logs/bank/)
Here you can set the weight of every kill type. The weight can be negative too. It's used to calculate the KDR like so: (Kill Count * Kill Wight) / Death Count = KDR
homebase-teleport-wait-secs
- the amount of seconds players must wait before teleporting to their clan' home
homebase-can-be-set-only-once
- if the clan's home can be set only once
min-size-to-set-rival
- the minimum amount of members a clan needs to add rivals
max-length
- the max length of the clan's name
max-description-length
- the maximum length of the clan's description
min-description-length
- the minimum length of the clan's description
max-members
- the maximum amount of members a clan can have
unverified-max-members
– the limit of members in unverified clans
confirmation-for-promote
- if other leaders must confirm the promotion of members
trust-members-by-default
- if members are set as trusted by default
confirmation-for-demote
- if other leaders (except the one being demoted, of course) must confirm the demotion
percentage-online-to-demote
- the percentage of online leaders to demote
ff-on-by-default
- if the clan's friendly-fire is enabled by default
min-length
- the minimum length of the clan's name
min-size-to-set-ally
- the minimum amount of members a clan needs to add allies
min-to-verify
- The clan must have this amount of members to get verified (moderators can bypass this)
starter-ranks
– The list of ranks created in the new clan
default-rank
– The rank assigned to a new clan member
This section allows you to set the time of collection for the two types of fee. The fees are described on the economy section.
The collect-upkeep-warning is sent when the clan doesn't have enough money to pay for its upkeep.
The time is in the 24-hour clock.
untrusted-color
-
clan-name-color
-
subtitle-color
-
headings-color
-
trusted-color
-
leader-color
-
separator
-
size
-
You can checkout the configuration here.
enable
- enables the clan chat
tag-based-clan-chat
- if true, the command to talk on the clan chat is the clan tag
announcement-color
- color used for announcements
format
- the chat format
spy-format
- the spy chat format
rank
- the member's rank format (used on the format)
leader-color
- the color for leaders (%nick-color%)
trusted-color
- the color for trusted players (%nick-color%)
member-color
- the color for non-leaders and non-trusted players (%nick-color%)
Requests are messages sent to players to decide (accept or deny) on something (joining a clan, promoting someone, etc).
message-color
- the message color
ask-frequency-secs
- the interval in seconds between each message
max-asks-per-request
- maximum amount of messages before the request expires
prefix
– A prefix of messages in bulletin board
show-on-login
- if enabled, the BB is sent to clan members when they login
size
- the BB size (when using its command)
login-size
- the BB size on login
The Ally Chat config works just like the Clan Chat one.
Just a few words how it works.
Imagine, we are in different clans.
You're in Fenix
and I'm in Dragon
, but you're an OP
(or player with simpleclans.admin.all-seeing-eye
permission).
When I write a message in Dragon's clan chat: /. Good morning, dragons!
You as an admin (OP) will receive that message as well and it would be formatted by spy-format
.
So, you will get something like: [Spy] [C] RoinujNosde: Good morning, dragons!
This feature allows you to purge data of inactive players or clans.
The plugin supports SQLite and MySQL. By disabling MySQL, SQLite will be used automatically.
Set your credentials below to use MySQL on SimpleClans.
In this section, you can give clans specific permissions. In the example below, members of the clan "YourClanNameHere" will receive the permission "test.permission".
auto-group-groupname
- if enabled, members of clans will receive the permission "group.TAG" (tag, of course, gets replaced). Be careful with this setting, if you are using LuckPerms, players could create a clan called "admin" and be automatically added to the corresponding group. If you are using it, disable the creation of such clans (mod, admin, etc).
save-periodically
- The plugin will save its data periodically as opposed to right away, RECOMMENDED to set it true.
save-interval
- The interval in minutes in which changes are written to the database.
use-threads
- The plugin will not use the main thread to connect with the database if this is true, RECOMMENDED to set it true.
use-bungeecord
- Enable it in both spigot plugins, also make sure you have one MySQL connection.
safe-civilians
- Civilians are safe from PvP, even civilian vs civilian combat is disabled
Option
Description
Default
enable-gui
Enables the GUI
true
disable-messages
Disables broadcasts from plugin ("Clan Created", "Clan Disbanded", etc.)
false
tameable-mobs-sharing
If true, tameable mobs will be shared with your clan members. It also disables any clan damage to them
false
teleport-blocks
Fancy teleporting (placed glass block below)
false
teleport-home-on-spawn
Players will be teleported to their clan's home when they respawn
false
drop-items-on-clan-home
Drops defined items on teleporting to clan home
false
keep-items-on-clan-home
Keeps defined items on teleporting to clan home
false
item-list
List of defined items (used with keep-item-on-clan-home
and drop-items-on-clan-home
)
[]
show-debug-info
Shows debug info on console
false
enable-auto-groups
Manages group of a clan player by auto.
(For example, a leader would be added to sc_leader
group, trusted player to sc_trusted
, etc.)
false
chat-compatibility-mode
Changes method of initiate tags. If you have a problem with tags, try to disable it.
true
rival-limit-percent
The percent of possible rivals per clan
Formula: (rivalsOfClan - 1) * rivalLimitPercent / 100
50
use-colorcode-from-prefix-for-name
Uses the last color code in the end of prefix
true
accept-other-alphabets-letters-on-tag
Accepts other alphabets letters in clan tag validation.
true
display-chat-tags
Shows clan tags in chat
true
unrivable-clans
The list of clans, which can't be rivaled
See Example below
show-unverified-on-list
Shows or not unverified clans on /clan list
(Doesn't affect on GUI)
false
blacklisted-worlds
Disables SimpleClans at defined worlds
[]
banned-players
List of banned players from using plugin
[]
disallowed-tags
List of tags, which wouldn't be used on clan creation
See Example below
language
Default language
en
user-language-selector
Allows players to change their language
true
disallowed-tag-colors
The list of tag colors, which wouldn't be used on clan creation
See Example below
server-name
The name of your server
&4SimpleClans
new-clan-verification-required
Should new clans requires being verified?
true
allow-regroup-command
Allows players to use regroup command
true
allow-reset-kdr
Allows players to reset their KDR
true
rejoin-cooldown
The time in minutes, when player will can join after resigning to the same clan
60
rejoin-cooldown-enabled
Should rejoin cooldown be enabled?
false
ranking-type
DENSE
: if players have the same KDR, they will have the same rank position. Ex.: 12234
ORDINAL
: Every player will have a different rank position. Ex.: 12345
DENSE
username-regex
Tells SimpleClans what usernames on your server is permitted. Used, for example, to invite members. Supports Bedrock players by default.
'(.|*){0,1}[a-zA-Z0-9_$]{1,16}'
tag-regex
Rules for clan tag validation. Disables accept-other-alphabets-letters-on-tag
if set.
''
date-time-pattern
Changes how dates should look. You can check the format here.
"HH:mm - dd/MM/yyyy"
Option
Description
Default
war-enabled
Enables the war feature on the server
false
land-sharing
Enables the land sharing feature on the server
true
protection-providers
The list of land claim providers
See Example below
listeners.priority
It's not recommended to change it.
Used to set the priority of the overridden events
HIGHEST
listeners.ignored-list.place
The list of items that will be ignored by SimpleClans.
For example, WorldGuard blocked player' head in the region. If player' head is not on the list, SimpleClans will make WG allow the placement
See Example below
set-base-only-in-land
Allows a clan player to set the clan base only on claimed land
false
war-normal-expiration-time
The time of war expiration independently (in minutes)
0
war-disconnect-expiration-time
The time of war expiration if all members from one clan disconnects (in minutes)
0
edit-all-lands
Allows a clan player to change the action of all the lands instead of the one on which it stands
false
war-actions
The list of permitted actions regarding clan lands during the war
See Example below
war-start.request-enabled
If true, a war will require the approval from the clan leaders
true
war-start.members-online-max-difference
If the difference between the online members of two clans is greater than the one set, the war will not start
Example 1: Config value: 5
Clan #1 has 10 members online
Clan #2 has 5 members online
Max difference between clans = 10 - 5 = 5 The war will start. Example 2: Config value: 5
Clan #1 has 11 members online
Clan #2 has 5 members online
Max difference between clans = 11 - 5 = 6
The war will not start.
5
land-creation.only-leaders
Allows only clan leaders to create lands (not compatible with WorldGuard)
false
land-creation.only-one-per-clan
Allows to have only one land per clan (not compatible with WorldGuard)
false