⏳ Reward your players for being online — the longer they stay, the more they gain. Now with Multipliers & Recycling! 📚 View Wiki | ⬇️ Download
- 🎁 Progressive Rewards - Unlock better rewards the longer you play
- 🔄 Recycling System - Reset your progress for permanent multiplier boosts
- ⚡ Multipliers - Earn more with permission-based reward multipliers
- ⏳ Session Persistence - Progress continues across server switches (Redis enabled)
- 💤 AFK Detection - Pauses timers when players are AFK
- 🌍 Multi-Language - Built-in support for multiple languages
- 🧩 PlaceholderAPI - Extensive placeholder support
- 🔗 Cross-Server - Redis support for network-wide sessions
- 🛠️ Fully Configurable - Customize every aspect of the plugin
- 💰 Economy Support - Works with Vault-compatible economy plugins
- 📊 Statistics - Track player progress and server metrics
- 💵 Money rewards (Vault)
- ⭐ XP/Levels
- 🎯 Commands
- 🎇 Particles
- 🎵 Sounds
- And more through custom commands!
View your current playtime, available rewards, and multiplier status
Earn better rewards as you play longer
Reset your progress for permanent multiplier bonuses
config.yml- Main configuration filerewards.yml- Define reward tiers and rewardslanguages/- Customize plugin messages
/momentum- Open the rewards menu/momentum reload- Reload the configuration (requiresmomentum.reloadpermission)
# Basic permissions
momentum.use: true # Allows using /momentum
momentum.reload: op # Allows reloading the config
# Multiplier permissions (grant these to players) (more possible, like 2_5)
momentum.multiplier.1_0: true # 1x (default)
momentum.multiplier.2_0: false # 2x multiplier
momentum.multiplier.3_0: false # 3x multiplier%momentum_multiplier% - Current reward multiplier
%momentum_playtime% - Current session playtime
%momentum_next_tier% - Time until next reward tier
| Component | Requirement |
|---|---|
| Minecraft | 1.21.x |
| Server | Paper / Bukkit |
| Java | 21+ |
| Vault | Required for economy features |
| Economy Plugin | EssentialsX, CMI, etc. (optional) |
| Redis | For cross-server support (optional) |
| PlaceholderAPI | For placeholders (optional) |
- Download the latest release from GitHub or Modrinth
- Place the JAR in your server's
/pluginsfolder - Start your server to generate config files
- Configure
rewards.ymlwith your desired rewards - Restart the server
-
Required:
- Java 21 or higher
- Paper/Spigot 1.21.x
- Vault (for economy support)
- An economy plugin (EssentialsX, CMI, etc.)
-
Optional:
- PlaceholderAPI (for placeholders)
- Redis (for cross-server functionality)
- Backup your configuration files
- Replace the old JAR with the new one
- Restart your server