LevelUP Reward
๐ก Updated this yearPreview

๐ Analysis
- ๐ #46 of 378 game-mechanics mods in this game by downloads
๐ About This Mod
LevelUpReward A plugin for rewarding players when they vanilla level up. ๐ฏ Key Features - ๐ Automatic rewards when leveling up - ๐ Level ranges with different rewards - โ๏ธ Flexible configuration via config file - ๐ฎ Commands for management and information - ๐ Config reload without server restart - ๐ฏ Placeholder support (%player%, %level%) ๐ Requirements - Paper 1.20.1+ - Vault (for economy commands) - PlaceholderAPI (optional, for additional placeholders) ๐ Installation 1. Download the `JAR file` 2. Place it in your server's `plugins` folder 3. Restart the server 4. Configure settings in `config.yml` โ๏ธ Configuration Default config: ``` # Reward configuration for level ranges rewards: # Rewards for levels 1-100 - min-level: 1 max-level: 100 executor: console # console or player commands: - "give %player% diamond 5" - "eco give %player% 1000" - "title %player% title \"ยงaNew Level!\" \"ยงe+1 level\" 10 40 10" # Rewards for levels 200-300 - min-level: 200 max-level: 300 executor: player commands: - "give %player% diamond 10" - "give %player% emerald 5" - "eco give %player% 5000" - "title %player% title \"ยงaMaster Level!\" \"ยงeReached level %level%\" 20 60 20" # Rewards for levels 500+ - min-level: 500 max-level: 999999 executor: console commands: - "give %player% netherite_ingot 3" - "effect %player% saturation 60 1 true" - "broadcast %player% reached legendary level %level%!" ``` Configuration explanation: - `min-level:` Minimum level for this reward - `max-level:` Maximum level for this reward - `executor:` Command executor (`console` or `player`) - `commands:` List of commands to execute ๐ฎ Commands `/levelinfo` | Show your level and available rewards | `levelupreward.info` `/levelupreload` | Reload plugin configuration | `levelupreward.reload` ๐ Permissions `levelupreward.info` | Access to /levelinfo command | default - `true` `levelupreward.reload` | Access to /levelupreload command | default -`op` ๐ฏ Usage Examples Example 1: Simple reward ``` rewards: - min-level: 1 max-level: 10 executor: console commands: - "give %player% diamond 1" ``` Example 2: Complex reward ``` rewards: - min-level: 50 max-level: 100 executor: player commands: - "tell %player% Congratulations on reaching level 50!" - "eco give %player% 5000" ``` Example 3: Using PlaceholderAPI ``` rewards: - min-level: 100 max-level: 200 executor: console commands: - "tell %player% Your balance: %vault_balance%" - "tell %player% Your rank: %essentials_rank%" ``` ๐ Logging The plugin logs all actions: - Command executions - Configuration errors - Config reloads Example log: ``` Executed command from console: give Steve diamond 5 LevelUpReward configuration reloaded! ``` ๐ Issues & Questions If you encounter issues or have questions: 1. Check server logs 2. Verify configuration is correct 3. Check version compatibility 4. Create an issue on Modrinth
LevelUpReward
A plugin for rewarding players when they vanilla level up.
๐ฏ Key Features
- ๐ Automatic rewards when leveling up
- ๐ Level ranges with different rewards
- โ๏ธ Flexible configuration via config file
- ๐ฎ Commands for management and information
- ๐ Config reload without server restart
- ๐ฏ Placeholder support (%player%, %level%)
๐ Requirements
- Paper 1. 20. 1+
- Vault (for economy commands)
- PlaceholderAPI (optional, for additional placeholders)
๐ Installation
1. Download the `JAR file` 2. Place it in your server's `plugins` folder 3. Restart the server 4. Configure settings in `config.yml`
โ๏ธ Configuration Default config:
``` # Reward configuration for level ranges rewards: # Rewards for levels 1-100 - min-level: 1 max-level: 100 executor: console # console or player commands: - "give %player% diamond 5" - "eco give %player% 1000" - "title %player% title \"ยงaNew Level!\" \"ยงe+1 level\" 10 40 10" # Rewards for levels 200-300 - min-level: 200 max-level: 300 executor: player commands: - "give %player% diamond 10" - "give %player% emerald 5" - "eco give %player% 5000" - "title %player% title \"ยงaMaster Level!\" \"ยงeReached level %level%\" 20 60 20" # Rewards for levels 500+ - min-level: 500 max-level: 999999 executor: console commands: - "give %player% netherite_ingot 3" - "effect %player% saturation 60 1 true" - "broadcast %player% reached legendary level %level%!" ``` Configuration explanation: - `min-level:` Minimum level for this reward - `max-level:` Maximum level for this reward - `executor:` Command executor (`console` or `player`) - `commands:` List of commands to execute
๐ฎ Commands `/levelinfo` | Show your level and available rewards | `levelupreward.info`
`/levelupreload` | Reload plugin configuration | `levelupreward.reload`
๐ Permissions
`levelupreward.info` | Access to /levelinfo command | default - `true` `levelupreward.reload` | Access to /levelupreload command | default -`op`
๐ฏ Usage Examples
Example 1: Simple reward
``` rewards: - min-level: 1 max-level: 10 executor: console commands: - "give %player% diamond 1" ```
Example 2: Complex reward
``` rewards: - min-level: 50 max-level: 100 executor: player commands: - "tell %player% Congratulations on reaching level 50!" - "eco give %player% 5000" ```
Example 3: Using PlaceholderAPI
``` rewards: - min-level: 100 max-level: 200 executor: console commands: - "tell %player% Your balance: %vault_balance%" - "tell %player% Your rank: %essentials_rank%" ```
The plugin logs all actions:
- Command executions
- Configuration errors
- Config reloads
Example log:
``` Executed command from console: give Steve diamond 5 LevelUpReward configuration reloaded! ```
๐ Issues & Questions
If you encounter issues or have questions:
1. Check server logs 2. Verify configuration is correct 3. Check version compatibility 4. Create an issue on Modrinth
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- zero.xuky
- Version
- 1.0
- Downloads
- 71
- Endorsements
- 0
- Category
- game-mechanics
- Created
- 11/1/2025
- Updated
- 10/29/2025
- Game Versions
- 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5
- Tags
- game-mechanics, management, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does LevelUP Reward support?
The author lists 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6. Other versions may work but are untested by the author.
What is the latest version of LevelUP Reward?
Version 1.0, published 2025-10-29 with 71 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await