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