Configuration
All settings are in ServerScriptService > TechnifiedAdmin > Shared > Config.
API
| Setting | Default | Description |
|---|---|---|
APIKey | "" | Your API key from the dashboard |
GuildID | "" | Your Discord server ID |
BaseURL | https://api.technified.xyz/api/v1 | API endpoint |
Commands
| Setting | Default | Description |
|---|---|---|
Prefix | ":" | Main command prefix |
CaseSensitive | false | Require exact casing |
DefaultCooldown | 1 | Seconds between commands |
Permissions
| Setting | Default | Description |
|---|---|---|
SyncFromAPI | true | Fetch from dashboard |
FallbackPermissions | {} | UserID-to-level backup |
GroupPermissions | {} | Roblox group ranks |
Permission levels
| Level | Name |
|---|---|
| 0 | Player |
| 1 | VIP |
| 2 | Moderator |
| 3 | Admin |
| 4 | SuperAdmin |
| 5 | HeadAdmin |
| 6 | Owner |
| 10 | Creator |
Fallback example
FallbackPermissions = {
[123456789] = 6, -- Your UserID
}Moderation
| Setting | Default | Description |
|---|---|---|
DefaultBanDuration | 0 | 0 = permanent |
DefaultMuteDuration | 300 | 5 minutes |
MaxWarnings | 3 | Before auto-action |
AutoActionOnMaxWarnings | "kick" | "kick", "ban", or nil |
Utility
| Setting | Default |
|---|---|
FlySpeed | 50 |
WalkSpeed | 16 |
JumpPower | 50 |
UI
| Setting | Default |
|---|---|
| Toggle command bar | ; |
| Toggle admin panel | ' |
| Notification position | TopRight |
| Notification duration | 5 seconds |
Logging
| Setting | Default | Description |
|---|---|---|
Console | true | Enable console logs |
Level | 1 | 1=Errors, 2=Warnings, 3=Info, 4=Debug |
Discord webhook
DiscordWebhook = {
Enabled = true,
WebhookURL = "https://discord.com/api/webhooks/...",
}Anti-exploit
| Setting | Default |
|---|---|
Enabled | false |
ActionOnDetection | "kick" |
See Anti-exploit for details.
Editing
Via plugin — Click Technified Admin > Edit Configuration.
Via script — Edit the Config file directly in Studio.
Changes apply after game restart.