MCT1 simulates living with Type 1 Diabetes in Minecraft, with an epic quest and magic powers.
MCT1 is a Scriptcraft plugin using the Scriptcraft Modular Architecture.
The easiest way to run this - if you just want to try it out - is to just connect to our hosted server. In your Java Minecraft client just connect to the server mc.mct1.io.
The easiest way to run this locally is to use the pre-built MCT1 Server:
npm i -g mct1-server
mct1-server
Use smac to run it:
- Install smac:
npm i -g smac
- Git clone this repo:
git clone https://github.com/Magikcraft/mct1.git
- Use smac to start the server:
cd mct1/dev-server && smac start
If you want to dev on this plugin, then you can run from source like this:
- Git clone this repo:
git clone https://github.com/Magikcraft/mct1.git
- Git clone the MCT1 worlds:
git clone https://github.com/Magikcraft/mct1-worlds.git
- Start them in docker:
docker run -it -p 25565:25565 --name mct1 \
--mount type=bind,src=$(pwd)/mct1-worlds,dst=/server/worlds \
--mount source=scriptcraft-cache,target=/server/cache \
--mount type=bind,src=$(pwd)/mct1,dst=/server/scriptcraft-plugins/@magikcraft/mct1 \
magikcraft/scriptcraft
See CONTRIBUTING.md for details on development practices.