mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
53 lines
3.4 KiB
Lua
53 lines
3.4 KiB
Lua
-- not_luadoc=true
|
|
--- Used to index the files to be loaded
|
|
return {
|
|
['FactorioStdLib.String@^0.8.0']='./modules/FactorioStdLib/String',
|
|
['FactorioStdLib.Table@^0.8.0']='./modules/FactorioStdLib/Table',
|
|
['FactorioStdLib.Color@^0.8.0']='./modules/FactorioStdLib/Color',
|
|
['FactorioStdLib.Game@^0.8.0']='./modules/FactorioStdLib/Game',
|
|
['FactorioStdLib.Table@0.8.0']='./modules/FactorioStdLib/Table',
|
|
['FactorioStdLib.String@0.8.0']='./modules/FactorioStdLib/String',
|
|
['FactorioStdLib.Game@0.8.0']='./modules/FactorioStdLib/Game',
|
|
['FactorioStdLib.Color@0.8.0']='./modules/FactorioStdLib/Color',
|
|
['ExpGamingLib@^4.0.0']='./modules/ExpGamingLib',
|
|
['ExpGamingLib@4.0.0']='./modules/ExpGamingLib',
|
|
['ExpGamingCore.Command@4.0.0']='./modules/ExpGamingCore/Command',
|
|
['ExpGamingCore.Server@4.0.0']='./modules/ExpGamingCore/Server',
|
|
['ExpGamingCore.Group@4.0.0']='./modules/ExpGamingCore/Group',
|
|
['ExpGamingCore.Role@^4.0.0']='./modules/ExpGamingCore/Role',
|
|
['ExpGamingCore.Role@4.0.0']='./modules/ExpGamingCore/Role',
|
|
['ExpGamingBot.autoChat@4.0.0']='./modules/ExpGamingBot/autoChat',
|
|
['ExpGamingCore.Server@^4.0.0']='./modules/ExpGamingCore/Server',
|
|
['ExpGamingCommands.tags@4.0.0']='./modules/ExpGamingCommands/tags',
|
|
['ExpGamingCore.Command@^4.0.0']='./modules/ExpGamingCore/Command',
|
|
['ExpGamingCommands.home@4.0.0']='./modules/ExpGamingCommands/home',
|
|
['ExpGamingCommands.cheatMode@4.0.0']='./modules/ExpGamingCommands/cheatMode',
|
|
['ExpGamingCommands.bonus@4.0.0']='./modules/ExpGamingCommands/bonus',
|
|
['ExpGamingCore.Gui@^4.0.0']='./modules/ExpGamingCore/Gui',
|
|
['ExpGamingCore.Gui@4.0.0']='./modules/ExpGamingCore/Gui',
|
|
['ExpGamingCore.Sync@^4.0.0']='./modules/ExpGamingCore/Sync',
|
|
['ExpGamingPlayer.playerList@4.0.0']='./modules/ExpGamingPlayer/playerList',
|
|
['ExpGamingAdmin.AdminLib@^4.0.0']='./modules/ExpGamingAdmin/AdminLib',
|
|
['ExpGamingPlayer.playerInfo@4.0.0']='./modules/ExpGamingPlayer/playerInfo',
|
|
['ExpGamingCore.Sync@4.0.0']='./modules/ExpGamingCore/Sync',
|
|
['ExpGamingBot.discordAlerts@4.0.0']='./modules/ExpGamingBot/discordAlerts',
|
|
['ExpGamingBot.autoMessage@4.0.0']='./modules/ExpGamingBot/autoMessage',
|
|
['ExpGamingPlayer.afkKick@4.0.0']='./modules/ExpGamingPlayer/afkKick',
|
|
['ExpGamingAdmin.AdminLib@4.0.0']='./modules/ExpGamingAdmin/AdminLib',
|
|
['ExpGamingAdmin.Warnings@4.0.0']='./modules/ExpGamingAdmin/Warnings',
|
|
['ExpGamingAdmin.Reports@4.0.0']='./modules/ExpGamingAdmin/Reports',
|
|
['ExpGamingAdmin.ClearInventory@4.0.0']='./modules/ExpGamingAdmin/ClearInventory',
|
|
['ExpGamingAdmin.TempBan@4.0.0']='./modules/ExpGamingAdmin/TempBan',
|
|
['ExpGamingCommands.repair@4.0.0']='./modules/ExpGamingCommands/repair',
|
|
['ExpGamingAdmin.Gui@^4.0.0']='./modules/ExpGamingAdmin/Gui',
|
|
['ExpGamingAdmin.Gui@4.0.0']='./modules/ExpGamingAdmin/Gui',
|
|
['ExpGamingAdmin.Teleport@^4.0.0']='./modules/ExpGamingAdmin/Teleport',
|
|
['ExpGamingAdmin.Teleport@4.0.0']='./modules/ExpGamingAdmin/Teleport',
|
|
['ExpGamingCommands.teleport@4.0.0']='./modules/ExpGamingCommands/teleport',
|
|
['ExpGamingAdmin.Kick@4.0.0']='./modules/ExpGamingAdmin/Kick',
|
|
['ExpGamingAdmin.Jail@4.0.0']='./modules/ExpGamingAdmin/Jail',
|
|
['ExpGamingAdmin.Commands@4.0.0']='./modules/ExpGamingAdmin/Commands',
|
|
['ExpGamingAdmin.Ban@4.0.0']='./modules/ExpGamingAdmin/Ban',
|
|
['ChatPopup@4.0.0']='./modules/ChatPopup',
|
|
['DamagePopup@4.0.0']='./modules/DamagePopup'
|
|
} |