Skip to content

Configuration

Pagryn edited this page Jun 8, 2026 · 1 revision

Configuration

File location: plugins/asLiteTeam/config.yml

After making changes, reload with /asteam reload.


Language

locale: EN   # EN or TR

Changes the language for all plugin messages. Available locales: TR, EN.


Chat Formats

team-chat-format: "&8[Team Chat]&r {player} >> {message}"
spy-chat-format:  "[SPY] {team} >> {player} >> {message}"
Variable Description
{player} The player's name
{message} The chat message
{team} The team name (spy format only)

Both support hex color codes (&#RRGGBB) and legacy color codes (&a, &l, etc.).


General Settings

creation-timeout: 15
invite-cooldown-seconds: 30
max-team-size: 21
auto-save-interval: 3000
leaderboard-update-interval: 3000
Setting Description
creation-timeout Seconds to complete team name/tag entry in chat
invite-cooldown-seconds Cooldown after declining an invite (seconds)
max-team-size Maximum members per team
auto-save-interval How often data is auto-saved (milliseconds)
leaderboard-update-interval How often the kill leaderboard refreshes (milliseconds)

Blacklist

blacklisted-names:
  - admin
  - server

blacklisted-tags:
  - adm
  - own

Players cannot create teams with these names or tags. Add as many entries as needed.


Modules

modules:
  team-settings:
    enabled: true

  team-home:
    enabled: true
    warmup-time: 3

  friendly-fire:
    enabled: true

  team-bank:
    enabled: true

  team-teleport:
    enabled: true
    cooldown-after-death: 40
    warmup-time: 3

See the Modules page for details on each module.


Database

database:
  type: sqlite    # yml | sqlite | mysql

See the Database Setup page for full configuration.

Clone this wiki locally