User Tools

Site Tools


tutorial:installing_minecraft_fabric_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:installing_minecraft_fabric_server [2019/07/22 22:18] – [STEP 4: Install Fabric in the Server Folder] calloattitutorial:installing_minecraft_fabric_server [2019/08/10 16:33] – [STEP 5: Starting the server] calloatti
Line 77: Line 77:
  
 ---- ----
-Note: If the server path is in another drive, first switch to that drive, for example if the server path is in the D: drive, enter this at the command prompt:+//Note: If the server path is in another drive, first switch to that drive, for example if the server path is in the D: drive, enter this at the command prompt://
  
 ''d:  [ENTER]'' ''d:  [ENTER]''
Line 117: Line 117:
 ''echo java -jar fabric-server-launch.jar nogui>start.bat [ENTER]'' ''echo java -jar fabric-server-launch.jar nogui>start.bat [ENTER]''
  
-''echo pause>>start.cmd [ENTER]''+If you want to specify how much RAM to allocate to the server, type this instead of line above: 
 + 
 + 
 +''echo java Xms1024m -Xmx2048m -jar fabric-server-launch.jar nogui>start.bat [ENTER]'' 
 + 
 +Use the values you want for Xms and Xmx 
 + 
 +Now type this: 
 + 
 +''echo pause>>start.cmd [ENTER]'' (that's two ">", not ">>")
  
 This will create a ''c:\mc-server\start.bat'' file that you can use to start the server by double clicking it. This will create a ''c:\mc-server\start.bat'' file that you can use to start the server by double clicking it.
tutorial/installing_minecraft_fabric_server.txt · Last modified: 2021/06/12 19:52 by 127.0.0.1