init commit

This commit is contained in:
2026-01-22 19:39:47 +03:00
commit 5233cae064
10 changed files with 366 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Minecraft PaperMC Server
# requires
- Linux
- jdk
- 4GB+ RAM
## install jdk
```bash
sudo pacman -S jdk21-openjdk # Arch linux
# or
sudo apt install openjdk-21-jdk # Debian/Ubuntu
```
## install papermc.jar
[official website](https://papermc.io/downloads/paper)
## run server
```bash
java -Xms4G -Xmx4G -jar paper.jar --nogui
```
# properties
I strongly recommend changing this in server.properties:
enforce-whitelist=true
white-list=true
if you plan to play on a non-licensed version (I recommend purchasing the official version):
online-mode=false