mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
208 stars 44 forks source link

Possible issue with server args? #26

Closed Punkred closed 9 years ago

Punkred commented 9 years ago

Hello ive been using mark2 for all my server but recently ive made a modpack server. Im using kcauldron bootstrap which needs the arguments "-r latest".

This is my config: http://pastebin.com/raw.php?i=LZhMdAqh

Maybe ive done something wrong or it just simply doesnt support all arguments you put in?

edk0 commented 9 years ago

iirc we unconditionally insert "nogui" before the server-args. it's possible that's screwing something up?

gsand commented 9 years ago

You are running the wrong jar file.

The KBootstrap-0.1.0-app.jar is used to create the kcauldron.server.jar file that is used to run the kcauldron server.