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

Adding extra java parameters ? #71

Closed Bennyboy1695 closed 8 years ago

Bennyboy1695 commented 8 years ago

I am having trouble with one of my plugins and it requires me to add an extra java parameter to the startup file, i was wondering how and where i would need to add this - java.security.policy= Preferably a global setting for this would be nice

RhvsW commented 8 years ago

https://github.com/gsand/mark2/blob/master/mk2/resources/mark2.default.properties#L145

Bennyboy1695 commented 8 years ago

Putting it there just makes it say "Error: Could not find or load main class java.security.policy=server.policy"

Bennyboy1695 commented 8 years ago

Managed to fix it now. Thanks :)