Skip to content
View noobnuby's full-sized avatar
๐Ÿ‘‹
์ดˆ๋ณด ๊ฐœ๋ฐœ์ž
๐Ÿ‘‹
์ดˆ๋ณด ๊ฐœ๋ฐœ์ž

Block or report noobnuby

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. kotlin-plugin-template kotlin-plugin-template Public template

    minecraft papermc plugin kotlin template

    Shell

  2. Minecraft Server Flag Minecraft Server Flag
    1
    #!/usr/bin/env bash
    2
    cd "`dirname $0`"
    3
    
                  
    4
    while true; do
    5
    java -Xms8192M -Xmx8192M -XX:+UseG1GC --add-modules=jdk.incubator.vector -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar server.jar --nogui