mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Update discord_alerts.lua
This commit is contained in:
@@ -11,15 +11,16 @@ return {
|
|||||||
player_kicks = true,
|
player_kicks = true,
|
||||||
player_promotes = false,
|
player_promotes = false,
|
||||||
player_jail = true,
|
player_jail = true,
|
||||||
["config"] = true,
|
['config']=false,
|
||||||
["purge"] = true,
|
['purge']=false,
|
||||||
["c"] = true,
|
['c']=false,
|
||||||
["command"] = true,
|
['sc']=false,
|
||||||
["silent-command"] = true,
|
['command']=false,
|
||||||
["measured-command"] = true,
|
['silent-command']=false,
|
||||||
["banlist"] = true,
|
['measured-command']=false,
|
||||||
["permissions"] = true,
|
['banlist']=false,
|
||||||
["editor"] = true,
|
['permissions']=false,
|
||||||
["cheat"] = true,
|
['editor']=false,
|
||||||
["open"] = false,
|
['cheat']=false,
|
||||||
|
['open']=false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user