Sign in with
Sign up | Sign in
Your question
Solved

minecraft forge server help

Tags:
  • Login
  • Minecraft
  • Servers
Last response: in Video Games
Share
July 22, 2014 3:41:46 PM

Hello, recently I set up a minecraft server for me and my friends, and when i run the forge-1.7.10-10.13.0.1187-universal.jar (which runs the server with forge) I cannot join. It just says "logging in...". I've tried setting it to offline mode, but I'm still stuck at "logging in...". Even without mods I get stuck at this point. My question is, is there any way to fix this? I really wanna get this working. Any assistance is appreciated, thanks in advance!

More about : minecraft forge server

Best solution

July 31, 2014 9:21:14 AM

You need to create a start.command to launch forge-1.7.10-10.13.0.1187-universal.jar. Open notepad or textedit and type

#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx500m -Xms500m -jar forge-1.7.10-10.13.0.1187-universal.jar

Then you must save it as a .bat or .command depending if you're on windows or mac.
Mac= .command
Windows= .bat
Share
August 2, 2014 8:34:38 AM

Peskyleo said:
You need to create a start.command to launch forge-1.7.10-10.13.0.1187-universal.jar. Open notepad or textedit and type

#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx500m -Xms500m -jar forge-1.7.10-10.13.0.1187-universal.jar

Then you must save it as a .bat or .command depending if you're on windows or mac.
Mac= .command
Windows= .bat


It worked, many thanks. I also needed to install all server mods client-sided.
m
0
l
!