mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Better Jail
This commit is contained in:
@@ -71,7 +71,22 @@ local ranks = {
|
|||||||
'credit_tab'}
|
'credit_tab'}
|
||||||
},
|
},
|
||||||
|
|
||||||
{name='Jail'}
|
{name='Jail',
|
||||||
|
disallow={
|
||||||
|
'open_character_gui',
|
||||||
|
'begin_mining',
|
||||||
|
'start_walking',
|
||||||
|
'player_leave_game',
|
||||||
|
'rotate_entity',
|
||||||
|
'reverse_rotate_entity',
|
||||||
|
'select_gun',
|
||||||
|
'open_technology_gui',
|
||||||
|
'start_research',
|
||||||
|
'open_blueprint_library_gui',
|
||||||
|
'open_trains_gui',
|
||||||
|
'open_train_station_gui',
|
||||||
|
'use_item'}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
ranks={
|
ranks={
|
||||||
{name='Owner',
|
{name='Owner',
|
||||||
@@ -195,11 +210,7 @@ local ranks = {
|
|||||||
time=nil,
|
time=nil,
|
||||||
colour={r=50,g=50,b=50},
|
colour={r=50,g=50,b=50},
|
||||||
group='Jail',
|
group='Jail',
|
||||||
disallow={
|
disallow={},
|
||||||
'open_character_gui',
|
|
||||||
'begin_mining',
|
|
||||||
'start_walking',
|
|
||||||
'player_leave_game'},
|
|
||||||
allow={}
|
allow={}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user