-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Placeholders allow you to insert certain information within the configuration string/message.
For example %player% was banned for %check% would look like this Player1 was banned for Flight.
NOTE: Not every placeholder works for every configuration string/value. A list will be given with each value noting which placeholders are compatible
-
%player%-> The player name -
%check%-> The check name -
%level%-> The violation level -
%prefix%-> The prefix set in the config -
%time%-> When the player will be kicked/banned -
%type%-> The ban length name, either DAYS, YEARS or PERMANENTLY
Here is an overview of the main configuration.
global-kick-message - The message players will see when they get kicked for cheating.
global-kick-message: "&cYou have been kicked for %check%"
%check%
global-kick-delay - The time in seconds to wait before kicking a player.
global-kick-delay: 0
global-violations-kick-message - The message to send to players that have violations on.
global-violations-kick-message: "%prefix% &9%player%&f will be kicked for &c%check%&f in &c%time%&f seconds."
- %prefix%
- %player%
- %check%
- %time%
global-ban-message - The message players will see when they get banned.
global-ban-message: "&cYou have been banned for %check%"
- %check%
global-ban-delay - The time in seconds to wait before banning a player.
global-ban-delay: 0
global-ban-length-type - Whether to ban the player for days, years or permanently.
`global-ban-length-type: DAYS
- DAYS
- YEARS
- PERM
global-ban-length - How long to ban the player for
This value will be ignored if you picked PERM
global-ban-length: 30
global-broadcast-ban - If player bans should be broadcasted to the server.
global-broadcast-ban: false
global-broadcast-ban-message - The message to broadcast to the server when a player is banned.
global-broadcast-ban-message: "%prefix% &c%player% was banned for %check% for %time% %type%"
- %prefix%
- %player%
- %check%
- %time%
- %type%
global-violations-ban-message - The message to send to players that have violations on
global-violations-ban-message: "%prefix% &9%player%&f will be banned for &c%check%&f in &c%time%&f seconds."
- %prefix%
- %player%
- %check%
- %time%
- %type%
violation-notify-message - The message to send when a violation occurs
violation-notify-message: "%prefix% &9%player%&f has violated check &c%check%&8(&c%level%&8)&7"
- %prefix%
- %player%
- %check%
- %level%
arc-command-no-permission-message - The message to send when a player doesn't have permission for the command.
This is meant to hide Arc somewhat.
arc-command-no-permission-message: "Unknown command. Type /help for help."
arc-prefix - The chat prefix.
arc-prefix: "&8[&cArc&8]"
violation-data-timeout - How many minutes after a player logs out should their violation data be removed.
violation-data-timeout: 30