Script Manager

Manage your ComputerCraft scripts with ease.

Install

pastebin run 1kKZ8zTS

Features

  • Download scripts from Pastebin or GitHub.
  • Update your scripts with a simple command.
  • Auto-install missing libraries.
  • And more...

Programs

Installing programs can be as easy as scm add testProgram.

Don't want to use our official GitHub repository? No Problem! You can change it to your own with a single command: scm config user <your-name>.

Or, if you would rather install a program from pastebin, scm add testProgram@7ByR3NYn.

Some of our scripts...

Library
A Eventhandler that allows you to add Callbacks to CC-Events
scm require stableEventHandler
Program
Only for testing
scm add testProgram
Library
Only for testing
scm require testLibrary
Library
Manages ComputerCraft Settings
scm require settingsManager
Library
Library for basic turtle-controls
scm require turtleController
Library
A Library for Logs
scm require log
Library
collection of helper functions
scm require helperFunctions
Library
manages the Turtle-Inventory with Ender-Chests
scm require turtleResourceManager
Library
A small library to make it easier to use discords webhooks.
scm require discordWebhook
Library
library for the scanner - from Advanced Peripherals
scm require scanner
Program
A small elevator script.
scm add elevator
Library
Service that handles all equiped slots of a turtle
scm require turtleEquipService
Program
Allows tracking of the Turtle via AR-Glasses and a Tablet
scm add turtleTracker
Program
Builds a GPS System, based on the current position
scm add gpsBuilder
Program
The Standalone Client for our bigger Mining Project
scm add miningClientSmall
Library
The Client for the Miningturtle, WIP
scm require miningClient
Library
Simulates Class Instances for Lua
scm require ccClass
Library
This EventHandler simulates modern EventHandlers like those of C#
scm require eventCallStack
Library
WIP - draw library - WIP
scm require draw
Library
Provides the default UI for the elevator.
scm require elevatorDefaultUI
Library
Testing SCM - Lib
scm require scmTest
Program
Very simple program to clear of a area of variable size with a mining-turtle
scm add clearArea
Program
A program which allows turtle-commands to be used without writing a program for it
scm add quickCommand
Library
scm require subscriber
Library
scm require turtleEmulator
Program
Currently builds a tunnel with a given width and height and places torches on the left side.
scm add secureTunnel
Program
A script to push and pull items from storage. This is based on storage drawers and for now will only support one drawer controller connected to multiple storage drawers.
scm add storageManager
Library
A small library for simple configuration management within your programs.
scm require config
Program
A very simple program for one-block wide bridges over stupidly large gaps.
scm add suicidePath
Library
CC comes with a Vector Type, which needs to be emulated
scm require TestSuite
Program
This is a very minimal example of an interface for the storageManager There are still bugs and errors are not properly caught.
scm add storageCLI