Setting up a PaperMC server
This guide shows how to create a Minecraft server using PaperMC.
1. Download PaperMC
- Go to https://papermc.io/software/paper
- Download the latest Paper build.
2. First Server Launch
- Create a new folder (example:
minecraft-server) - Move your Paper file into it:
paper-<version>.jar - Open a terminal or command prompt in that folder
- Run this command:
java -Xms2G -Xmx2G -jar paper-<version>.jar --nogui - The server will generate files and stop.
- Open
eula.txtand change:
eula=false
to:
eula=true - Save the file and run the command again.
Your PaperMC server is now ready for plugins.
Next Step
Continue with Installing the TIKTORY Core plugin
Was this article helpful?