init commit
This commit is contained in:
23
minecraft-example/README.md
Normal file
23
minecraft-example/README.md
Normal 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
|
||||
Reference in New Issue
Block a user