-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Pagryn edited this page Jun 8, 2026
·
4 revisions
SAYFA 3 — Commands.md
Sayfa adı: Commands
# Commands
## Player Commands
Main command: `/takim`
Aliases: `/team`, `/clan`, `/klan`
| Command | Description |
|----------------------------|------------------------------------------------------|
| `/takim` | Opens the team GUI main menu |
| `/takim create` | Start team creation (prompts for name and tag) |
| `/takim delete` | Disband your team (leader only, opens confirm GUI) |
| `/takim invite <player>` | Invite a player to your team |
| `/takim accept [teamName]` | Accept a pending team invite |
| `/takim deny` | Decline a pending team invite |
| `/takim tp` | Open the team teleport GUI |
| `/takim settings` | Open the team settings GUI (leader / officer only) |
## Team Creation Flow
1. Run `/takim create`
2. Type your desired team name in chat (within the timeout, default 15 seconds)
3. Type your desired team tag in chat
4. Team is created!
Notes:
- Blacklisted names and tags are rejected (see config.yml)
- Maximum team size is configurable (max-team-size)
- Invites expire after 60 seconds
- After declining an invite there is a cooldown before you can be invited again (invite-cooldown-seconds)
## Admin Commands
Main command: `/asteam`
Permission required: `asteam.admin`
| Command | Description |
|-------------------------------|----------------------------------------------|
| `/asteam reload` | Reload config, messages and all menus |
| `/asteam delete <team>` | Force-disband any team |
| `/asteam spy` | Toggle team chat spy mode |
| `/asteam openvault <team>` | Force-open a team's vault inventory |