mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Fixed some bugs
This commit is contained in:
@@ -12,7 +12,6 @@ return {
|
||||
'modules.commands.me',
|
||||
'modules.commands.kill',
|
||||
'modules.commands.admin-chat',
|
||||
'modules.commands.tag',
|
||||
'modules.commands.teleport',
|
||||
'modules.commands.cheat-mode',
|
||||
'modules.commands.ratio',
|
||||
@@ -27,7 +26,6 @@ return {
|
||||
'modules.commands.spawn',
|
||||
'modules.commands.warnings',
|
||||
'modules.commands.find',
|
||||
'modules.commands.bonus',
|
||||
'modules.commands.home',
|
||||
|
||||
--- Addons
|
||||
@@ -48,6 +46,9 @@ return {
|
||||
'modules.data.player-colours',
|
||||
'modules.data.greetings',
|
||||
'modules.data.quickbar',
|
||||
'modules.data.alt-view',
|
||||
'modules.data.tag',
|
||||
'modules.data.bonus',
|
||||
|
||||
--- GUI
|
||||
'modules.gui.readme',
|
||||
|
||||
@@ -151,8 +151,7 @@ Roles.new_role('Supporter','Sup')
|
||||
:allow{
|
||||
'command/jail',
|
||||
'command/unjail',
|
||||
'command/join-message',
|
||||
'command/save-quickbar'
|
||||
'command/join-message'
|
||||
}
|
||||
|
||||
Roles.new_role('Partner','Part')
|
||||
@@ -187,7 +186,8 @@ Roles.new_role('Member','Mem')
|
||||
'gui/task-list/add',
|
||||
'gui/task-list/edit',
|
||||
'gui/warp-list/add',
|
||||
'gui/warp-list/edit'
|
||||
'gui/warp-list/edit',
|
||||
'command/save-quickbar'
|
||||
}
|
||||
|
||||
Roles.new_role('Regular','Reg')
|
||||
|
||||
Reference in New Issue
Block a user