mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Added Quickbar filters
This commit is contained in:
@@ -29,7 +29,6 @@ return {
|
||||
'modules.commands.find',
|
||||
'modules.commands.bonus',
|
||||
'modules.commands.home',
|
||||
'modules.commands.quickbar',
|
||||
|
||||
--- Addons
|
||||
'modules.addons.chat-popups',
|
||||
@@ -48,6 +47,7 @@ return {
|
||||
--- Data
|
||||
'modules.data.player-colours',
|
||||
'modules.data.greetings',
|
||||
'modules.data.quickbar',
|
||||
|
||||
--- GUI
|
||||
'modules.gui.readme',
|
||||
|
||||
@@ -140,9 +140,7 @@ Roles.new_role('Sponsor','Spon')
|
||||
'command/home-set',
|
||||
'command/home-get',
|
||||
'command/return',
|
||||
'fast-tree-decon',
|
||||
'command/load-quickbar',
|
||||
'command/save-quickbar'
|
||||
'fast-tree-decon'
|
||||
}
|
||||
|
||||
Roles.new_role('Supporter','Sup')
|
||||
@@ -152,7 +150,9 @@ Roles.new_role('Supporter','Sup')
|
||||
:set_parent('Veteran')
|
||||
:allow{
|
||||
'command/jail',
|
||||
'command/unjail'
|
||||
'command/unjail',
|
||||
'command/join-message',
|
||||
'command/save-quickbar'
|
||||
}
|
||||
|
||||
Roles.new_role('Partner','Part')
|
||||
|
||||
Reference in New Issue
Block a user