Merge pull request #151 from Cooldude2606/feature/readme-gui

Information Gui
This commit is contained in:
Cooldude2606
2020-03-29 17:38:00 +01:00
committed by GitHub
15 changed files with 557 additions and 46 deletions

View File

@@ -43,6 +43,7 @@ return {
'modules.addons.chat-reply',
'modules.addons.tree-decon',
-- GUI
'modules.gui.readme',
'modules.gui.rocket-info',
'modules.gui.science-info',
'modules.gui.warp-list',

View File

@@ -17,6 +17,8 @@ return {
['wiki']={'info.wiki'},
['status']={'info.status'},
['github']={'info.github'},
['patreon']={'info.patreon'},
['donate']={'info.patreon'},
['command']={'info.custom-commands'},
['commands']={'info.custom-commands'},
['softmod']={'info.softmod'},

View File

@@ -19,6 +19,7 @@ return {
{'info.status'},
{'info.lhd'},
{'info.github'},
{'info.patreon'},
}
}
}

View File

@@ -2,5 +2,7 @@ return {
Cooldude2606 = 'Lua lets you set metatables on numbers, did you know that? Cooldude2606 knows this.',
samy115 = 'Tremble in fear as the banhammer is now here, its owner: samy115',
XenoCyber = '"Fire Fire Fire" oops wrong game, have no fear XenoCyber is here',
HunterOfGames = 'Unable to support HunterOfGames. You must construct additional miners.'
HunterOfGames = 'Unable to support HunterOfGames. You must construct additional miners.',
ookl = 'ookl says: "Pineapples are amazing, hello everyone!"',
arty714 = 'Arty\'s Potato made it!'
}

View File

@@ -211,7 +211,7 @@ local default = Roles.new_role('Guest','')
:allow{
'command/tag',
'command/tag-clear',
'command/chelp',
'command/search-help',
'command/list-roles',
'command/find-on-map',
'command/report',
@@ -221,7 +221,8 @@ local default = Roles.new_role('Guest','')
'gui/rocket-info',
'gui/science-info',
'gui/task-list',
'gui/warp-list'
'gui/warp-list',
'gui/readme'
}
--- Jail role