This repository has been archived on 2021-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
scriptcraft/src/main/javascript
2013-12-31 20:12:57 +00:00
..
lib 'Buddha' Release : The annihilation of 'self' variable. 2013-12-30 21:33:12 +00:00
modules Improved documentation of the utils module and fixed bug in signs module due to changes to serialization/deserialization of locations. 2013-12-31 20:12:57 +00:00
plugins Added 2 new example plugins and changed drone so that public extensions (box, sphere, etc) pass 'self' as first param to Drone constructor (part of eventual phase-out of 'self' variable). 2013-12-31 18:21:40 +00:00
readme.md Updating documentation for modules release 2013-12-24 22:46:35 +00:00

scriptcraft root directory

This directory contains the following subdirectories...

  • lib - contains core scriptcraft modules and code.
  • modules - contains modules for use by others
  • plugins - contains plugins (modules which are automatically loaded and globally-namespaced at startup)

If you are a minecraft modder who wants to develop simple mods then the plugins location is where you should probably place your .js files.

If you are a minecraft modder who wants to develop more complex mods or provide an API for other modders, then modules intended for use by plugins (your own or others) should probably be placed in the modules directory.

The lib directory is reserved for use by ScriptCraft. If a module is considered essential for all, or adds significantly useful new functionality to ScriptCraft then it should be placed in the lib directory.