mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added Autofill toolbar button
- May needs to be changed to have a left flow with option;
This commit is contained in:
@@ -61,6 +61,7 @@ return {
|
||||
'modules.gui.player-list',
|
||||
'modules.gui.server-ups',
|
||||
'modules.commands.debug',
|
||||
'modules.gui.autofill',
|
||||
|
||||
--- Config Files
|
||||
'config.expcore.command_auth_admin', -- commands tagged with admin_only are blocked for non admins
|
||||
|
||||
7
config/gui/autofill.lua
Normal file
7
config/gui/autofill.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
--- This file contains all the different settings for the autofill system and gui
|
||||
-- @config Autofill
|
||||
|
||||
return {
|
||||
-- General config
|
||||
icon = 'item/piercing-rounds-magazine', --- @setting icon that will be used for the toolbar
|
||||
}
|
||||
Reference in New Issue
Block a user