How to install PaperMC/Paper. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
PaperMC/Paper Installation Guide
How to install PaperMC/Paper. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for PaperMC/Paper. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i PaperMC/Paperor
Install via npx
npx @hexmos/ipm i PaperMC/PaperPrerequisites
JDK 21
system_toolVersion: 21.0.2+10-release-final
Java Development Kit (JDK)
system_toolVersion: 17.0.1
Maven
build_toolVersion: 3.8.1
Gradle
build_toolVersion: 7.0.1
Git
system_toolVersion: 2.34.1
Node.js
otherVersion: 18.17.0
Python
languageVersion: 3.9.5
Apache Maven
package_managerVersion: 3.8.1
Gradle Wrapper
system_toolVersion: 7.0.1
Paper API
libraryVersion: 1.21.10-R0.1-SNAPSHOT
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Download and Run
Download Paper from our downloads page: https://papermc.io/downloads/
Run the Paperclip jar directly from your server.Compile from Source
./gradlew applyPatches
./gradlew createMojmapBundlerJarPost Installation Steps
- Start the server using the command: `java -jar paper-server.jar`
- Run database migrations using the command: `./gradlew migrate`
