1
0
Fork 0

Create readme.md

This commit is contained in:
paftree 2017-04-11 20:22:11 -04:00 committed by GitHub
parent 0d03b826e2
commit 38b72bc919
1 changed files with 20 additions and 0 deletions

20
readme.md Normal file
View File

@ -0,0 +1,20 @@
Some Python code for plumbing together a Matrix room and a Minecraft server chat
Setup the app bridge first:
- Drop ServerWrapper.py and the registration.yaml onto your homeserver.
- Add it to your homeserver config, setup ports and keys and whatnot.
- Run Serverwrapper.py
- On first run, a server config json will be generated. Fill out accordingly and then run again.
Then set up the server wrapper:
- Drop ServerWrapper.py into the folder with your Minecraft .jar.
- Run once again to generate wrapper.json
- Fill it out.
- Start the Minecraft server, see example below
`python .\ServerWrapper_v0.1.0.py java -Xmx1024M -Xms1024M -jar minecraft_server.1.11.2.jar`
The wraper looks in your cwd for anything with "minecraft_server" in the name to know to launch in wrapper mode
This was hacked together over a weekend, so I make no promises.