mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed Permissions For Commands
This commit is contained in:
@@ -67,11 +67,12 @@ groups['Admin']:edit('allow',false,{
|
||||
['tasklist']=true,
|
||||
['rank-changer']=true,
|
||||
['admin-commands']=true,
|
||||
['give-warning']=true,
|
||||
['warn']=true,
|
||||
['temp-ban']=true,
|
||||
['clear-warings']=true,
|
||||
['clear-reports']=true,
|
||||
['clear-player']=true,
|
||||
['clear-all']=true,
|
||||
['clear-inv']=true,
|
||||
['announcements']=true,
|
||||
['warp-list']=true,
|
||||
['polls']=true,
|
||||
@@ -181,7 +182,9 @@ ranks['Mod']:edit('allow',false,{
|
||||
})
|
||||
|
||||
ranks['Donator']:edit('allow',false,{
|
||||
['global-chat']=true
|
||||
['global-chat']=true,
|
||||
['jail']=true,
|
||||
['unjail']=true
|
||||
})
|
||||
ranks['Veteran']:edit('allow',false,{
|
||||
['tree-decon']=true,
|
||||
|
||||
Reference in New Issue
Block a user