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