Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# MCT1 dev

## Prerequsites

- [Docker](https://www.docker.com/)
- [Node](https://nodejs.org/en/)
- [Minecraft Java Edition](https://minecraft.net)

## Install TypeScript

Install the TypeScript compiler:

```bash
npm i -g typescript
```

## Check out source code

- Clone this repo:

```bash
Expand Down
35 changes: 35 additions & 0 deletions dev-server/nukkit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "mct1-dev",
"version": "1.0.0",
"keywords": [
"scriptcraft",
"scriptcraft-sma",
"server"
],
"author": "",
"license": "ISC",
"smaServerConfig": {
"dockerTag": "latest",
"port": "19132",
"memory": "1024",
"serverType": "nukkit",
"serverName": "mct1-dev",
"node_modules": true,
"bind": [
{
"src": "../",
"dst": "scriptcraft-plugins/@magikcraft/mct1"
}
],
"worlds": [
{
"downloadUrl": "https://sitapatis-sydney-storage.s3.amazonaws.com/MCT1/mct1-worlds-0.2.0.zip",
"version": "0.2.0",
"name": "mct1"
}
]
},
"dependencies": {
"@magikcraft/op-all": "^1.0.0"
}
}
File renamed without changes.