Skip to content

Commands

Ancientwebofficial edited this page Jul 16, 2026 · 1 revision

Commands

All commands are rooted at /streak.

Command Description Permission
/streak Show current streak information dailystreak.use
/streak info Show current streak information dailystreak.use
/streak progress Show today's active playtime progress dailystreak.use
/streak top Show the leaderboard dailystreak.top
/streak reload Reload config, rewards, and messages dailystreak.reload
/streak reset <player> Reset a player's streak dailystreak.modify
/streak set <player> <days> Set a player's streak to an exact value dailystreak.modify
/streak give <player> <days> Add days to a player's streak dailystreak.modify
/streak reward add <day> <command> Append a reward command to a day dailystreak.reward
/streak reward set <day> <command> Replace all reward commands for a day dailystreak.reward
/streak reward remove <day> <index> Remove a reward command by its one-based index dailystreak.reward
/streak reward list List all configured reward commands dailystreak.reward
/streak debug Show runtime diagnostics dailystreak.admin
/streak migrate Ensure the database schema exists / is up to date dailystreak.admin

See Permissions and Placeholders for the full permission list, including the blanket dailystreak.admin node.

Examples

Give a player 3 bonus streak days:

/streak give Notch 3

Add a second reward command to day 7 (e.g. stacking a title grant on top of an existing command):

/streak reward add 7 title %player% "&6Week Streak!"

Remove the first reward command configured for day 3:

/streak reward remove 3 1

Clone this wiki locally