N
Common Ground News

How to make a minecraft server 1.13

Author

Carter Sullivan

Updated on March 24, 2026

How to make a minecraft server 1.13

It is our in-depth guide on how to make a server in Minecraft 1.13…. So you want to play Minecraft 1.13.2 with your friends? If so, this is the video for you!

There are other answers below:

How To Make A Modded Server in Minecraft 1.13.2 (Make A 1.13.2 Forge Server!) If playback doesn’t begin shortly, try restarting your device. Videos you watch may be added to the TV’s watch history …

How to make your own Standard Minecraft 1.13 server. Get a Minecraft server from ScalaCube – Minecraft Server Hosting. Install a Standard Minecraft 1.13 server through the Control Panel (Servers → Select your server → Game servers → Add Game Server → Standard Minecraft 1.13) Enjoy playing on the server! See all reviews.

How to make your own Standard Minecraft 1.13.1 server. Get a Minecraft server from ScalaCube – Minecraft Server Hosting. Install a Standard Minecraft 1.13.1 server through the Control Panel (Servers → Select your server → Game servers → Add Game Server → Standard Minecraft 1.13.1) Enjoy playing on the server! See all reviews.

Java -Xms512M -Xmx4g -d64 -jar spigot-1.13.2.jar nogui pauseIf you are using 64 Bit java, and have more than 8 GB of ram, you can just copy this code. (replace “spigot-1.13.2.jar’ with the name of your server jar)

In the root project directory, run gradlew :1.13:projectClientApplyPatches if you want to make a client side mod, or gradlew :1.13:projectServerApplyPatches if you want to make a server side mod. Naviage into versions/1.13/projects/server (or client). There are a couple of fixes necessary to get the code to compile:

Go into minecraft multiplayer. Hit add server. Name the server whatever you want. Now go back to the hamachi window. Right next to the power button symbol is the server address. it should look like xx.xxx.xx.xxx or something like that. Do not enter anything after and including the slash. Enter the address in and then hit done. Enter the server and voila!

Top Minecraft 1.13 Servers. The best Minecraft v1.13 servers for multiplayer games. Get detailed server information, vote for your favorite server or find a Minecraft server you’ll love.

For 1.13 and later: the command to create the objective is scoreboard objectives add hasLeft minecraft.custom:minecraft.leave_game and you’ll need to replace @a[score_hasLeft_min=1] with @a[scores={hasLeft=1..}]. You also have to change the /execute command to execute as @a[scores={hasLeft=1..}] run .