mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added task list
This commit is contained in:
@@ -36,6 +36,7 @@ return {
|
||||
-- GUI
|
||||
'modules.gui.rocket-info',
|
||||
'modules.gui.science-info',
|
||||
'modules.gui.task-list',
|
||||
'modules.gui.player-list',
|
||||
'modules.commands.debug',
|
||||
-- Config Files
|
||||
|
||||
@@ -159,6 +159,7 @@ Roles.new_role('Member','Mem')
|
||||
:set_custom_color{r=24,g=172,b=188}
|
||||
:set_parent('Regular')
|
||||
:allow{
|
||||
'gui/task-list/edit'
|
||||
}
|
||||
|
||||
Roles.new_role('Regular','Reg')
|
||||
@@ -191,6 +192,7 @@ local default = Roles.new_role('Guest','')
|
||||
'gui/player-list',
|
||||
'gui/rocket-info',
|
||||
'gui/science-info',
|
||||
'gui/task-list',
|
||||
}
|
||||
|
||||
--- Jail role
|
||||
|
||||
4
config/tasks.lua
Normal file
4
config/tasks.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
only_admins_can_edit = false,
|
||||
edit_tasks_role_permision = 'gui/task-list/edit'
|
||||
}
|
||||
Reference in New Issue
Block a user