Configurations

⚙️ Configuration (config.yml)

The config.yml file allows you to customize every aspect of the plugin.

Chat Formats

This section defines the look of your chat messages based on a player's permission group. The format is chosen based on the player's primary group in LuckPerms.

YAML

chat-formats:
  default: "<#a2a9b5>%player_name%: <#bbc6d5>%message%"
  owner: "<#00AAFF>&lOWNER<reset> %player_name%: <#bbc6d5>%message%"

Hover & Click Events

Create interactive text that appears when hovering over a player's name. You can also enable clickable TPA requests.

hover-event:
  enabled: true
  lines:
    - "<#a2a9b5>%player_name%"
    - "&7&m----------"
    - "<#00fc00>$ &fMoney <#00fc00>%vault_eco_balance_formatted%"
    - "<#fc0000>🗡 &fKills <#fc0000>%statistic_player_kills%"
    - "<#fce300>⌚ &fPlaytime <#fce300>%statistic_time_played:hours%h %statistic_time_played:minutes%m"
    - "<#f97603>☠ &fDeaths <#f97603>%statistic_deaths%"
    - "<#a303f9>★ &fShards <#a303f9>0"
    - "&7&m----------"
    - "&7Click to teleport"

click-to-tpa:
  enabled: true

Moderation Suite

Each moderation module can be enabled or disabled individually.

  • Anti-Spam: Prevents players from sending messages too quickly.

  • Anti-Advertise: Blocks IP addresses and web links using regex patterns.

  • Anti-Curse: Blocks a customizable list of words.

Messages

Customize all user-facing messages from the plugin.

Last updated