aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7918c3a408aa6f8189f0ca8dfdb1404049c75804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# extmc

Minecraft plugin framework based on stdout and rcon.

## Features

* Plugin system.
* Multithreaded.
* Almost all settings can be reloaded at runtime.

## Requirements

* POSIX.1-2008 compliant system (BSD support is on the way)
* C11 compiler
* GNU Make

## Documents

To be continued (🕊️🕊️🕊️)

## Install

```shell
make install
```

## Author

Yuuta Liang <yuuta@yuuta.moe>

## Liccense

GPL v2 only.