Skip to content

Installation

Ancientwebofficial edited this page Jul 16, 2026 · 1 revision

Installation

Requirements

Steps

  1. Download the latest DailyStreak-*.jar from the Releases page
  2. Place the jar in your server's plugins/ folder
  3. Restart or reload your server
  4. A default config.yml will be generated in plugins/DailyStreak/
  5. Edit the config to your liking, then run /streak reload to apply changes without a restart

Building from Source

If you'd rather build it yourself:

git clone https://github.com/<your-username>/DailyStreak.git
cd DailyStreak
mvn clean package

The compiled jar will be at target/DailyStreak-1.0.0.jar.

Compatibility Notes

DailyStreak compiles against Java 21 and stable Bukkit/Paper APIs rather than version-specific Paper internals. This is intentional — some newer Paper API artifacts require Java 25, so sticking to stable APIs keeps DailyStreak working across a wider range of server versions without forcing a Java upgrade.

Next Steps

Clone this wiki locally