-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Pagryn edited this page Jun 8, 2026
·
1 revision
File location: plugins/asLiteTeam/config.yml
After making changes, reload with /asteam reload.
locale: EN # EN or TRChanges the language for all plugin messages. Available locales: TR, EN.
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.).
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) |
blacklisted-names:
- admin
- server
blacklisted-tags:
- adm
- ownPlayers cannot create teams with these names or tags. Add as many entries as needed.
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: 3See the Modules page for details on each module.
database:
type: sqlite # yml | sqlite | mysqlSee the Database Setup page for full configuration.