Skip to content

Configuration

Vrekt edited this page Jul 16, 2021 · 5 revisions

Placeholders

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.

Default

global-kick-message: "&cYou have been kicked for %check%"

Allowed placeholders

%check%


test

Clone this wiki locally