Skip to content

cc-scripts/cc-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc-scripts

A collection of ComputerCraft scripts.

The goal of this project is to create and maintain a collection of well assembled and thoughtfully documented Lua scripts for use within the excellent ComputerCraft mod for Minecraft.

Installation

  1. Open the Lua interpreter on your in-game computer: lua

  2. Ensure your server has the HTTP API enabled. You can test it with this code snippet: assert(http, "No HTTP for you!")
    If your server doesn't have the HTTP API enabled, have an admin check the ComputerCraft configuration files and enable it from there.

  3. Enter the following snippet to download the installation: loadstring(http.get("https://raw.github.com/cc-scripts/cc-scripts/master/bootstrap.lua").readAll())(exit)

  4. Follow the instructions given by the installer and you should be good to go!

Issues

Report any and all problems at the the cc-scripts Github Issues page: https://github.com/damien/cc-scripts/issues

Contributing

For those savvy with Github: Fork this repo, add your script and/or API and send me a pull request!

For those of you who aren't familiar with Github, you can do the following:

  1. Take a look around the code on the cc-scripts GitHub page, make sure you're not submitting something we already have unless you feel it's a drastic improvement to what's there already!
  2. Upload your Lua code as a Gist
  3. Create a new issue here, be sure to include a link to the Gist you created!
  4. That's it! Be prepared for some dialogue; you may be asked to make changes before your scripts are accepted!

To all of our contributors: We love you! You make cc-scripts more awesome with every new submission!

About

A collection of ComputerCraft scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages