mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 04:17:34 +00:00
add kill switch feature
This commit is contained in:
parent
6f81bcd063
commit
47d4abb103
|
@ -4,12 +4,11 @@
|
||||||
We don't recommend to use a static version of our addon, you should use the workshop version instead.
|
We don't recommend to use a static version of our addon, you should use the workshop version instead.
|
||||||
|
|
||||||
Add Server:
|
Add Server:
|
||||||
|
0. Add the bot to your guild if it's not already done: https://gmod-integration.com/invite
|
||||||
1. Go to our dashboard and Login with Discord: https://gmod-integration.com/login
|
1. Go to our dashboard and Login with Discord: https://gmod-integration.com/login
|
||||||
2. Go to the "Servers" page: https://gmod-integration.com/servers
|
2. Go to the "Servers" page: https://gmod-integration.com/config/servers and click on "Create Server"
|
||||||
3. Click on "Add Server"
|
3. Copy the ID and Token of your server and paste them in this file
|
||||||
4. Fill the form and click on "Add Server"
|
4. Everything is ready, you can now restart your server
|
||||||
5. Copy the ID and Token of your server and paste them in this file
|
|
||||||
6. Everything is ready, you can now restart your server
|
|
||||||
|
|
||||||
To go further, you can check the documentation: https://docs.gmod-integration.com
|
To go further, you can check the documentation: https://docs.gmod-integration.com
|
||||||
|
|
||||||
|
@ -88,4 +87,13 @@ gmInte.config.minimalTrust = 30 // The minimal trust factor of an user to be abl
|
||||||
gmInte.config.filterOnTrust = true // If true, the addon will filter the players according to their trust factor
|
gmInte.config.filterOnTrust = true // If true, the addon will filter the players according to their trust factor
|
||||||
|
|
||||||
// Ban
|
// Ban
|
||||||
gmInte.config.filterOnBan = true // If true, the addon will filter the players according to their ban status
|
gmInte.config.filterOnBan = true // If true, the addon will filter the players according to their ban status
|
||||||
|
|
||||||
|
//
|
||||||
|
// Features Kill Switch
|
||||||
|
//
|
||||||
|
|
||||||
|
// Will disable the features of the addon
|
||||||
|
|
||||||
|
gmInte.config.disableFilter = false // Disable the player filter
|
||||||
|
gmInte.config.disableLog = false // Disable the logs
|
Loading…
Reference in New Issue
Block a user