If it crashes, open the HTML file in Notepad . Find the line:
java -jar EaglercraftServer.jar --port 8081 Then connect to ws://localhost:8081 . Symptom: You spawn in a void, or only a 3×3 square of blocks loads, everything else is invisible. eaglercraft 120 1 fix
const INITIAL_HEAP_SIZE = 512; Change it to: If it crashes, open the HTML file in Notepad
java -Xmx2G -Xms1G -jar EaglercraftServer_1.20.1.jar --port 8081 --max-players 50 In the generated config.yml inside the server folder, set: If it crashes
If it crashes, open the HTML file in Notepad . Find the line:
java -jar EaglercraftServer.jar --port 8081 Then connect to ws://localhost:8081 . Symptom: You spawn in a void, or only a 3×3 square of blocks loads, everything else is invisible.
const INITIAL_HEAP_SIZE = 512; Change it to:
java -Xmx2G -Xms1G -jar EaglercraftServer_1.20.1.jar --port 8081 --max-players 50 In the generated config.yml inside the server folder, set: