Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --File: /cattech/updateAll.lua
- dofile("/cattech/file.lua")
- local loadFiles = {
- "SXKQEEp8", -- /cattech/moves.lua
- "35iXeCgd", -- /cattech/lists.lua
- "aAxRpLdX", -- /cattech/comms.lua
- "Lvw2V8vx", -- /cattech/common.lua
- "cXTMm7G1", -- /startup
- "CUAsZxJU", -- /config
- "SpBtXdpa", -- /placeBlocks
- "rKDPXPrv", -- /patchtunnel
- "PEXA8Fp6", -- /digtunnel
- "9fsjgn7S", -- /spiralStairs
- "Bd2jRvhf", -- /showInventory
- -- "stD8Nghc", -- /testMoves
- -- "Yz4CfHb9", -- /test_comms
- "H6i6dnL2", -- /fuelReport
- "cabvNHab", -- /replaceBlocks
- }
- local loadFiles_commandBlock = {
- "2CQGCCY1", -- worldServer
- "CnspGrT9", -- /cattech/serverops.lua
- }
- print("updateAll loading...")
- for _, pbFile in ipairs(loadFiles ) do
- downloadNamedFileFromPastebin(pbFile)
- end
- if commands then -- Is a command block server, then download command block specific code.
- print ("Also grabbing command computer code")
- for _, pbFile in ipairs(loadFiles_commandBlock ) do
- downloadNamedFileFromPastebin(pbFile)
- end
- end
- print("Done.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement