Full Configuration Breakdown
Framework Settings
Notification Settings
Cooldown Settings
Command Permissions
📖 Available Commands
Player Information
/id
: Shows your server ID./ids
: Shows IDs of nearby players within a 30-meter range.
Admin Tools
/setbucket [player_id] [bucket_id]
: Sets a player's routing bucket./getbucket [player_id]
: Shows a player's routing bucket.
Server Information
/online
: Shows the number of online players./team
: Shows the number of team members online.
Help Requests
/help [message]
: Sends a help request to online staff./calladmin [message]
: Sends an admin call to online staff./callhelp [message]
: Sends a help call to online staff./bug [message]
: Reports a bug to online staff./report [message]
: Reports a player to online staff.
Coordinate Tools
/coords
: Toggles coordinate display on screen./vector2
: Copies current position as vector2 to clipboard./vector3
: Copies current position as vector3 to clipboard./vector4
: Copies current position and heading as vector4 to clipboard.
Chat Commands
/teamchat [message]
: Sends a message to all team members./jobchat [message]
: Sends a message to all members of your job./message [player_id] [message]
: Sends a direct message to a specific player.
Roleplay Commands
/me [action]
: Displays an action in third person (e.g.,/me waves
)./do [description]
: Displays an event or situation (e.g.,/do is looking around
).
🌍 Translations
The script supports multiple languages. You can configure the language in Config.Locale
and extend translations in Translation.lua
.
Supported Languages
English: Set
Config.Locale = 'en'
German: Set
Config.Locale = 'de'
French: Set
Config.Locale = 'fr'
Italian: Set
Config.Locale = 'it'
Spanish: Set
Config.Locale = 'es'
Example Translation Entry
Last updated