Setting up a PaperMC server

This guide shows how to create a Minecraft server using PaperMC.

1. Download PaperMC

2. First Server Launch

  1. Create a new folder (example: minecraft-server)
  2. Move your Paper file into it:
    paper-<version>.jar
  3. Open a terminal or command prompt in that folder
  4. Run this command:
    java -Xms2G -Xmx2G -jar paper-<version>.jar --nogui
  5. The server will generate files and stop.
  6. Open eula.txt and change:
    eula=false
    to:
    eula=true
  7. 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