Settings Command
.settings
command has been fully rewritten for enhanced clarity, flexibility, and user-friendliness.Centralized Control for Server Safety & Utility Modules
The .settings
command gives admins a clean interface to configure server modules including spam protection, economy, flood filters, warnings, and more. Every module has contextual help built in - just run .settings <module>
to view specific guidance.
๐งญ How to Use
Basic structure:
.settings <module> <action> [value]
<module>
: The feature you want to manage (e.g.economy
,antispam
,log
)<action>
: What you want to do (on
,off
,channel
,days
, etc.)[value]
: (Optional) Extra information required for some actions
๐ Use .settings
without arguments to see an overview table of all module statuses and usage commands.
๐ง Modules & Configuration
Each module includes its own status, settings, and usage examples. Here's a breakdown:
๐ธ Economy
.settings economy on/off
๐ซ Global Ban
.settings globalban on/off
๐งพ Logging
.settings log channel <#channel>
- sets log destination- โ ๏ธ Logging is auto-enabled when a valid channel is configured
๐ Minimum Account Age
.settings minage on/off
- enable restriction.settings minage days <0โ365>
- set minimum age in days
๐ AntiFlood
.settings antiflood on/off
.settings antiflood limit <1โ100>
- max joins during detection.settings antiflood interval <0.5โ600>
- time window (seconds)
โ๏ธ AntiSpam
.settings antispam on/off
.settings antispam limit <2โ20>
- message threshold.settings antispam interval <1โ60>
- time window (seconds)
๐ก๏ธ Shield Mode
Activates critical protection modules (Global Ban, Logging, MinAge, AntiFlood, AntiSpam):
.settings shield on
โ ๏ธ Warn Escalation Rules
Customize automated punishments for repeated warnings:
.settings warn
- view current levels.settings warn add <action>
- add escalation step.settings warn set <level> <action>
- update a step.settings warn remove <level>
- delete a step
Valid actions:
warn
,kick
,ban
,timeout(30m)+warn
๐ Appeal URL
Sends user on ban URL of the Appeal Server, Form, etc...
.settings appeal inv
- View Guide.settings appeal inv <url>
- Sets up Appeal Server, Form, etc...
โ ๏ธ Filter
Filter words from User Messages or Usernames on Join.
.filter
- Shows commands.filter add <word>
- Add a word to the filter.filter remove <word>
- Remove a word from the filter.filter clear
- Resets filter list to0
.filter set safe/strict
- Sets preset filters (e.g..filter set strict
).filter enable/disable
- Enable or Disable filter system to check User Messages on added Filter Words (e.g.filter enable
).filter read <hastebin_url>
- Provide hastebin_url and add words to filter list.filter name enable/disable
- Enable filtering Usernames on join (e.g..filter name enable
)
๐ Reset
Restore all modules to default configuration:
.settings reset
๐งต Example Commands:
- ๐ก๏ธ Only users with proper permissions should use
.settings
- ๐ Run
.settings <module>
for instant help on that module - ๐ Use
.settings
by itself to see all current settings and statuses
Last updated: 12 July, 2025