Jump to content

Vizor

Members
  • Posts

    5
  • Joined

  • Last visited

Vizor's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, I have a Forge server on Minecraft 1.20.1 version. It's not starting if I add custom start scripts to "run.sh" file. run.sh: #!/usr/bin/env sh # Forge requires a configured set of both JVM and program arguments. # Add custom JVM arguments to the user_jvm_args.txt # Add custom program arguments {such as nogui} to this file in the next line before the "$@" or # pass them to this script directly java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.33/unix_args.txt -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1HeapRegionSize=8M -XX:G1HeapWastePercent=5 -XX:G1MaxNewSizePercent=40 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1NewSizePercent=30 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -XX:MaxGCPauseMillis=200 -XX:MaxTenuringThreshold=1 -XX:SurvivorRatio=32 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true nogui"$@" Latest log: https://mclo.gs/0JS3LDK If I delete program arguments from run.sh the server is starting. Anyone help?
  2. Hello, I've created a Forge server with 200 mods (e.g. Terralith + Biomes o'plenty, Twilight Forest, Cataclysm, all the mods of YUNG) on VM 2CPUs x 4threads and 16GB ram. How large border should I create for pregenerate the world? I think there would be up to 10-15 players playing. Would 5k radius be enough? Minecraft version - 1.20.1
  3. Hi, I'm running a Forge server on Minecraft 1.20.1 version. For my server I need 2 functions that are provided by plugins. 1. Simple login system - I want to prevent username stealing. Everyone who joins server should create own account and then login with password just like in AuthMe plugin. 2. Flying system - I want to add a fly mode for all the players, but I have to also adjust the flying speed. For example I want to set as the default the 0.25 flying speed of the creative mode speed. Are there any mods that could let me do this?
  4. Hi, I've made a server on Google Cloud Platform using Forge machine and Minecraft version 1.20.1. I'm using my own created modpack. Server is running, but no one can join it. We are getting screen error "internal server error". My latest log: https://pastebin.com/xbRiEv16 Could it be problem with ticking? Or some of the mods are causing this? How can I solve this issue?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.