Work in progressPapyrus is under active development — expect breaking changes, incomplete features, and limited production support.
Skip to content

Configuration Overview

Papyrus uses Paper's layered config system. Files are YAML; keys use kebab-case.

FileScope
config/paper-global.ymlServer-wide settings
config/paper-world-defaults.ymlDefaults applied to every world
<world>/paper-world.ymlOverrides for a specific world
spigot.ymlEntity activation/tracking ranges, hopper rates, Netty threads
bukkit.ymlSpawn limits, chunk settings
server.propertiesPort, gamemode, difficulty, etc.

After editing configs, restart the server or use /paper reload where supported (some settings require a full restart).

For the full Paper config reference, see docs.papermc.io. The sections below cover Papyrus-specific behavior and recommended values.

GPL/MIT · Papyrus by SushiMC