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

How to add a plugin startup arg? #171

Closed Elgorond closed 1 year ago

Elgorond commented 1 year ago

Hi, I need to add -DGeyser.PrintSecureChatInformation=false into my server's (bungee) startup script, but I'm wondering how would I do this?

I figured I could just add DGeyser.PrintSecureChatInformation=false to the bottom of the mark2.properties, but I'm not sure if it's working. Is that how I'd do it?

Elgorond commented 1 year ago

Oh I figured it out. For some reason thought it wouldn't be in the extra java args section