-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Ancientwebofficial edited this page Jul 16, 2026
·
1 revision
- Java 21
- A Paper 1.20+ server
- Optional: PlaceholderAPI
- Download the latest
DailyStreak-*.jarfrom the Releases page - Place the jar in your server's
plugins/folder - Restart or reload your server
- A default
config.ymlwill be generated inplugins/DailyStreak/ - Edit the config to your liking, then run
/streak reloadto apply changes without a restart
If you'd rather build it yourself:
git clone https://github.com/<your-username>/DailyStreak.git
cd DailyStreak
mvn clean packageThe compiled jar will be at target/DailyStreak-1.0.0.jar.
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.
- See Configuration to set up rewards and playtime requirements
- See Commands for the full command list