mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Migrate all commands to new lib
This commit is contained in:
@@ -8,44 +8,6 @@ return {
|
||||
"modules.factorio-control", -- base factorio free play scenario
|
||||
"expcore.player_data", -- must be loaded first to register event handlers
|
||||
|
||||
--- Game Commands
|
||||
"modules.commands.debug",
|
||||
"modules.commands.me",
|
||||
"modules.commands.kill",
|
||||
"modules.commands.admin-chat",
|
||||
"modules.commands.admin-markers",
|
||||
"modules.commands.teleport",
|
||||
"modules.commands.cheat-mode",
|
||||
"modules.commands.ratio",
|
||||
"modules.commands.interface",
|
||||
"modules.commands.help",
|
||||
"modules.commands.roles",
|
||||
"modules.commands.rainbow",
|
||||
"modules.commands.clear-inventory",
|
||||
"modules.commands.jail",
|
||||
"modules.commands.repair",
|
||||
"modules.commands.reports",
|
||||
"modules.commands.spawn",
|
||||
"modules.commands.warnings",
|
||||
"modules.commands.find",
|
||||
"modules.commands.home",
|
||||
"modules.commands.connect",
|
||||
"modules.commands.last-location",
|
||||
"modules.commands.protection",
|
||||
"modules.commands.spectate",
|
||||
"modules.commands.search",
|
||||
"modules.commands.bot-queue",
|
||||
"modules.commands.speed",
|
||||
"modules.commands.pollution",
|
||||
"modules.commands.train",
|
||||
"modules.commands.friendly-fire",
|
||||
"modules.commands.research",
|
||||
"modules.commands.vlayer",
|
||||
"modules.commands.enemy",
|
||||
"modules.commands.waterfill",
|
||||
"modules.commands.artillery",
|
||||
"modules.commands.surface-clearing",
|
||||
|
||||
--- Addons
|
||||
"modules.addons.chat-popups",
|
||||
"modules.addons.damage-popups",
|
||||
@@ -104,9 +66,6 @@ return {
|
||||
"modules.gui.toolbar", -- must be loaded last to register toolbar handlers
|
||||
|
||||
--- Config Files
|
||||
"config.expcore.command_auth_admin", -- commands tagged with admin_only are blocked for non admins
|
||||
"config.expcore.command_auth_roles", -- commands must be allowed via the role config
|
||||
"config.expcore.command_runtime_disable", -- allows commands to be enabled and disabled during runtime
|
||||
"config.expcore.permission_groups", -- loads some predefined permission groups
|
||||
"config.expcore.roles", -- loads some predefined roles
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user