Skip to content

Linux MC Running on Paper

To Do

Paper

"Paper is a fork of Spigot, meaning it builds upon Spigot's code and adds its own features and optimizations. Essentially, Paper is an enhanced version of Spigot, designed for better performance and stability, especially on servers with a higher player count. Spigot, on the other hand, is the standard, more established Minecraft server software." ~ Google AI overview

https://papermc.io/downloads/paper

root@minecraft:/opt/minecraft/1.21.5-spigot-mason-adam/plugins/DeathChest# vim /opt/minecraft/1.21.5-spigot-mason-adam/plugins/DeathChest/config.yml
# chest:
#   expiration: -1
#   thief-protection:
#     enabled: true

Dynmap

Make sure the tunnel is running somewhere in the network

/chunkgen start 1000
# /dynmap radiusrender <world> <x> <z> <block radius>
/dynmap radiusrender world 171 -353 2500
/dynmap cancelrender
/dynmap fullrender

Favorite Plugins

Search for plugin info and download by searching "spigot [plugin ID from table]"

ID Description
83581 fast leaf decay
111907 ore detector
39965 smooth timber
74429 fast chunk pregenerator
60623 sleep most
101066 death chest
19510 classic combat

Tmux

# detach
CTRL+B > D

# re-attach
tmux ls
tmux attach -t 0

# scroll
Ctrl + b, then [