mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Added Trainee
This commit is contained in:
@@ -161,13 +161,24 @@ groups['Admin']:add_rank{
|
||||
is_spectator=true,
|
||||
base_afk_time=false
|
||||
}
|
||||
groups['Admin']:add_rank{
|
||||
name='Trainee',
|
||||
short_hand='TMod',
|
||||
tag='[Trainee]',
|
||||
colour={r=0,g=196,b=137},
|
||||
disallow={
|
||||
'server_command'
|
||||
},
|
||||
is_spectator=true,
|
||||
base_afk_time=false
|
||||
}
|
||||
|
||||
groups['Donator']:add_rank{
|
||||
name='Sponsor',
|
||||
short_hand='Spon',
|
||||
tag='[Sponsor]',
|
||||
colour={r=247,g=246,b=54},
|
||||
power=7,
|
||||
power=8,
|
||||
is_spectator=true,
|
||||
base_afk_time=false
|
||||
}
|
||||
@@ -231,6 +242,11 @@ ranks['Mod']:edit('allow',false,{
|
||||
['bring']=true,
|
||||
['no-report']=true
|
||||
})
|
||||
ranks['Trainee']:edit('allow',false,{
|
||||
['go-to']=true,
|
||||
['bring']=true,
|
||||
['no-report']=true
|
||||
})
|
||||
|
||||
ranks['Sponsor']:edit('allow',false,{
|
||||
['jail']=true,
|
||||
|
||||
Reference in New Issue
Block a user