This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from jvkruler»I figured out you have to change the eula file from false to true for it to work. Mine is working now because of doing that. Now it is just laggy.
Run the server without the gui to fix the lag. Get the server jar instead of the exe and make a run.bat file. In the file put in:
@echo off
java -Xms1024M -Xmx1024M -jar minecraft_server.1.8.jar nogui
PAUSE
You can change the xms and the xmx numbers to change how much ram you want to give it.
I did that, and it fixed the lag for me.