You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks - I'm not sure if this project is dead or not as I haven't seen a build update in a long time (2 years) but thought i'd leave a note.
is there support for spigot? I updated my version.txt for craftbukkit but when i try to run commands, like msm wl list or any commands available with MSM i don't get any information back.
example:
shell: msm ej_spigotmc wl list
response: No players are whitelisted.
There are 6 players whitelisted
example 2:
shell: msm ej_spigotmc connected
response: No players are connected.
There are 5 players currently connected
Is there any updated Java 1.8 java params related to garbage collection that can be put in the /etc/msm.conf
I tried entering this within based on some java tuning i found related to minecraft but when attempting to launch it has a problem with the string:
DEFAULT_INVOCATION="java -Xms{RAM}M -Xmx{RAM}M -XX:+UseG1GC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -jar {JAR} nogui"
The text was updated successfully, but these errors were encountered:
I was able to track the first issue down to the EssentialsX jar file. This is some how getting in the way for the console providing information back to me. Additionally, i see the console command being issued in the mc logs but nothing comes back to console.
Hi folks - I'm not sure if this project is dead or not as I haven't seen a build update in a long time (2 years) but thought i'd leave a note.
example:
shell: msm ej_spigotmc wl list
response: No players are whitelisted.
There are 6 players whitelisted
example 2:
shell: msm ej_spigotmc connected
response: No players are connected.
There are 5 players currently connected
I tried entering this within based on some java tuning i found related to minecraft but when attempting to launch it has a problem with the string:
DEFAULT_INVOCATION="java -Xms{RAM}M -Xmx{RAM}M -XX:+UseG1GC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -jar {JAR} nogui"
The text was updated successfully, but these errors were encountered: