General Settings
General settings configure core functionality like verification roles, nickname formatting, logging, connected games, and Roblox moderation.
Accessing General Settings
- Select your server in the dashboard
- Click "General" under Settings in the sidebar
Verification Roles
Configure which Discord roles are assigned based on verification status.
Verified Role
The role given to users who have verified their Roblox account:
- Click "Select Verified Role"
- Choose a Discord role
- Users receive this role upon verification
Unverified Role
The role given to users who haven't verified yet:
- Click "Select Unverified Role"
- Choose a Discord role
- Role is removed when they verify
Nickname Format
Configure how verified users' nicknames appear on your server.
Format Options
| Option | Example Result |
|---|---|
| None | Keep original nickname |
| Roblox Username | "JohnDoe123" |
| Username in Brackets | "[JohnDoe123]" |
| With Verified Suffix | "JohnDoe123 ✓" |
| Custom Format | Your own pattern |
Custom Format Variables
When using custom format:
| Variable | Description |
|---|---|
{roblox_username} | Roblox username |
{roblox_display} | Roblox display name |
{discord_name} | Discord display name |
{group_rank} | Rank in your Roblox group |
Example: {roblox_display} | {group_rank} → "John | Moderator"
Logging Configuration
Set up audit logging to track actions on your server.
Enable Logging
- Toggle "Enable Logging"
- Select a Log Channel from your Discord channels
- The bot needs permission to send messages there
Events to Log
Choose which events are logged:
Moderation Events
- Bans issued/removed
- Unbans
- Mutes issued/removed
- Unmutes
- Warnings issued/removed
- Kicks
Appeals Events
- Appeal submitted
- Appeal approved
- Appeal rejected
Applications Events
- Application submitted
- Application approved
- Application rejected
Staff & Other Events
- Strikes issued/removed
- LOAs created/ended
- Verification events
- Configuration changes
Registered Games
View and manage Roblox games connected to your server.
Viewing Games
Each game shows:
- Game name and ID
- Connection status
- Last sync time
Managing Games
- Edit - Update game settings
- Delete - Remove game connection
Adding Games
Games are typically added during:
- Initial server setup
- Roblox moderation configuration
Roblox Moderation Settings
Configure how Technified handles Roblox moderation.
Moderation Modes
Admin System (WebSocket)
Uses real-time WebSocket connection:
- Instant ban synchronization
- Requires Technified module in your game
- Real-time player kicks
Roblox Ban API (Open Cloud)
Uses Roblox's official Ban API:
- Works with Open Cloud credentials
- No module required in game
- Slightly delayed synchronization
Configuring Ban API
If using Roblox Ban API:
- Select "Roblox Ban API" mode
- Enter your Open Cloud API Key
- Technified validates the key
- Bans will sync to your games
Data Management
Export Configuration
Download your server's configuration:
- Click "Export Configuration"
- A JSON file downloads
- Contains all settings, bindings, forms
Use this for:
- Backup
- Migrating to another server
- Troubleshooting
Import Configuration
Restore from a backup:
- Click "Import Configuration"
- Select your JSON backup file
- Review the changes
- Confirm import
Warning: This overwrites current settings!