Configuration¶
CuriosPaper is fully configurable through config.yml. This section covers all available options.
Sections¶
| Page | Description |
|---|---|
| Slots | Accessory slot type definitions and GUI layout |
| Features | Feature toggles, hotkey, death behavior, sounds, resource pack, and GUI settings |
| Abilities | Ability configuration for custom items |
| Performance & Storage | Performance tuning, storage, and caching |
| Messages | Plugin messages and localization in messages.yml |
Config File Locations¶
Reloading Configuration¶
CuriosPaper reads config.yml on startup. To apply configuration changes:
- Edit
config.yml - Restart the server (or reload the plugin if supported)
Hot Reload
Some settings (like GUI titles and sound effects) take effect immediately. Slot type changes require a server restart.
Complete Config Reference¶
See the default config.yml for all options with inline comments.