LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

papermc

high-performance Minecraft server

TLDR

Start Minecraft server
$ java -jar paper.jar
copy
Start with memory limits
$ java -Xms2G -Xmx4G -jar paper.jar
copy
Accept EULA
$ java -jar paper.jar --accepteula
copy
Specify world folder
$ java -jar paper.jar --world-dir [worlds]
copy

SYNOPSIS

java -jar paper.jar [options]

DESCRIPTION

PaperMC is a high-performance Minecraft server. Fork of Spigot with optimizations.The server provides improved performance. Plugin compatible with Bukkit/Spigot.

PARAMETERS

--accepteula

Accept EULA automatically.
--world-dir DIR
World storage directory.
--plugins DIR
Plugins directory.
--config FILE
Configuration file.
nogui
Start without GUI.

INSTALL

nix profile install nixpkgs#papermc
copy

CAVEATS

Requires Java. Memory allocation important. Plugin compatibility varies.

HISTORY

PaperMC was forked from Spigot for improved Minecraft server performance.

SEE ALSO

java(1), screen(1)

Copied to clipboard
Kai