Installation¶
Download¶
Download the latest CuriosPaper.jar from:
- GitHub Releases
- JitPack (for API dependency)
Install¶
- Stop your server (recommended for first install)
- Place
CuriosPaper.jarinto your server'splugins/directory - Start the server
Generated Files¶
On first start, CuriosPaper creates the following file structure:
plugins/CuriosPaper/
├── config.yml # Main configuration
├── items/ # Custom item definitions (YAML per item)
├── playerdata/ # Per-player accessory storage
└── resources/ # Generated resource pack files
Updating¶
To update CuriosPaper:
- Stop the server
- Replace the old
CuriosPaper.jarwith the new version - Start the server
Backup First
Always back up your plugins/CuriosPaper/ folder before updating, especially the playerdata/ directory.
Building from Source¶
If you want to build from source:
The compiled JAR will be in the target/ directory.
Maven Dependency¶
To use CuriosPaper as a dependency in your own plugin: