Okay, I found the solution.
Apparently is a problem with Java 7 that it wants to use IPv6 to connect when it shouldn\'t.
To fix, just make a batch file where the content is
java -Djava.net.preferIPv4Stack=true -Xmx1024M -Xms1024M -jar StarMade-starter.exe
PAUSE
If you don\'t know what is a...