English • Русский
DailyStreak is an innovative PaperMC plugin that adds a daily-achievement and "streak" system to your server. Inspired by the popular TikTok feature, it motivates players to log in every day and creates a sense of progress and achievement.
- 🔥 Streak system — tracks daily activity
- 📊 Leaderboard — competition among players
- 🎁 Streak rewards — encourages player loyalty
- 💾 Persistent data — progress is saved between sessions
- ⚙️ Full configuration — tune it for your server
- 🌍 Russian localization — full Russian language support
- 📈 Statistics and analytics — track player progress
- 🎨 Nice UI — visual display of the streak
- Java: 11 or higher
- PaperMC: latest version recommended
- Admin rights on the server
- Download the latest plugin version (
.jarfile) - Place the file into your server's
plugins/folder - Reload the server with
/reloador restart it - The plugin is ready to go!
# Reload the configuration
/reload/streak # Show your streak and stats
/streak <name> # Show another player's streak
/streak top # Top 10 players by streak
/streak help # Command help
Examples:
/streak # Show my streak
/streak PlayerName # Show PlayerName's streak
/streak top # Show the server leaders
The plugin automatically tracks:
- ✅ A player logging in (each day)
- ✅ Active in-game time
- ✅ Keeping the streak going
- ✅ Resetting the streak when a day is missed
On first launch the plugin creates config.yml in plugins/DailyStreak/.
# Main settings
settings:
# Enable the plugin
enabled: true
# Server timezone (UTC, UTC+1, UTC+3, etc.)
timezone: "UTC+3"
# Daily streak reset time (hours:minutes)
reset-time: "00:00"
# Required online time to keep the streak (in minutes)
min-playtime: 10
# Streak rewards
rewards:
# Reward for a 7-day streak
7-day: 100
# Reward for a 30-day streak
30-day: 500
# Reward for a 365-day streak
365-day: 5000
# Messages (customization)
messages:
prefix: "&8[&f⭐ DailyStreak&8]"
# Welcome on login
welcome: "&aWelcome! Your streak: &f{streak}🔥"
# Message when a day is missed
streak-lost: "&cYou lost your streak! Start again from day 1"
# Message when a reward is earned
reward-earned: "&6🎁 You earned a reward for a &f{days}&6-day streak!"
# Database
database:
# Type: SQLite, MySQL, PostgreSQL
type: "SQLite"
# MySQL/PostgreSQL (if used)
host: "localhost"
port: 3306
name: "minecraft"
user: "root"
password: "password"Edit the file to suit your needs and use /streak reload to apply changes.
dailystreak.use # Basic use of the /streak command
dailystreak.view-others # View other players' streaks
dailystreak.view-top # View the leaderboard
dailystreak.admin # Admin commands
dailystreak.reload # Reload the configuration
dailystreak.reset # Reset a player's streak
/lp user <username> permission set dailystreak.use true
/lp user <username> permission set dailystreak.view-others true
/lp user <username> permission set dailystreak.view-top true
- Day 1 🔥 — the player logs in for the first time
- Day 2 🔥🔥 — the player logs in the next day
- Day 3 🔥🔥🔥 — and so on...
- A missed day ❌ — the streak resets, starting from 1 🔥
- 7 days in a row → get a reward (100 coins/points by default)
- 30 days in a row → a big reward (500 coins/points)
- 365 days in a row → a legendary reward (5000 coins/points)
Rewards are configurable in the config
/streak reset <player> # Reset a player's streak
/streak set <player> <days> # Set a player's streak
/streak reload # Reload the config
/streak stats <player> # Show a player's full stats
- Check that files are saved in
plugins/DailyStreak/ - Make sure the database works correctly
- Check the permissions on the plugin folder
- Check the permissions (
dailystreak.use) - Make sure the plugin is enabled in config.yml (
enabled: true) - Reload the plugin:
/reload
- Check that reward values are set in config.yml
- Make sure an economy system is installed (Vault + EssentialsEco)
- Check the plugin logs for errors
The project uses Semantic Versioning:
- MAJOR — incompatible changes
- MINOR — new features, backward compatible
- PATCH — bug fixes
We welcome any improvements! If you want to help:
- Fork the repository
- Create a branch for your feature (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
See CONTRIBUTING.md for details.
This project is distributed under the MIT license. See the LICENSE file for details.
Key points:
- ✅ You can use it commercially
- ✅ You can modify it
- ✅ You can distribute it
- ❌ Attribution and the license notice are required
Mukller
GitHub: @Mukller
If you have questions or found a bug:
- Check Issues — there may already be a solution
- Create a new Issue with a detailed description
- Include the plugin and PaperMC version
When creating an Issue, include:
Plugin version: X.X.X
PaperMC version: X.X.X
Java version: 11/17/21
Problem description: ...
| Version | Status |
|---|---|
| 1.20+ | ✅ Full support |
| 1.19 | ✅ Supported |
| 1.18 | |
| < 1.18 | ❌ Not supported |
- ⚡ Light and fast — doesn't strain the server
- 🔐 Secure — protection against cheating and manipulation
- 📱 Mobile-minded — inspired by modern trends
- 🎯 Gamification — motivates players to return
Made with ❤️ by Mukller
⭐ If the project helped, give it a star!