MCMMORewards
A lightweight plugin that allows server administrators to configure rewards (console commands) that are executed when a player reaches a specific level in an mcMMO skill.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
MCMMORewards
McMMORewards
McMMORewards is a lightweight Minecraft plugin that allows server administrators to configure rewards (console commands) that are executed when a player reaches a specific level in an mcMMO skill.
Features
- Reload Command: Define rewards for any mcMMO skill (Mining, Herbalism, Acrobatics, etc.). - Reload Command: Trigger rewards at exact levels (e.g., Level 10, 50, 100). - Reload Command: Execute multiple console commands for a single reward. - Reload Command: Use `%player%` to target the player who leveled up. - Reload Command: Reload configuration without restarting the server.
Requirements
- mcMMO - mcMMO - mcMMO: This plugin requires mcMMO to be installed and running.
Installation
1. Download the `McMMORewards.jar`. 2. Place it in your server's `plugins` folder. 3. Ensure you have `mcMMO` installed. 4. Restart your server.
Configuration
The `config.yml` allows you to define rewards.
```yaml rewards: mining: 10: - "give %player% diamond 1" - "broadcast %player% has reached Mining level 10!" 50: - "eco give %player% 500" - "broadcast %player% reached Mining 50!" herbalism: 25: - "give %player% golden_apple 1" ```
- Commands: `rewards` - Commands: (e.g., `mining`, `herbalism`). Must match mcMMO skill names (case-insensitive). - Commands: The integer level at which the reward triggers. - Commands: A list of console commands to run. Do not include `/`.
Commands
- `/mcmmorewards reload` - Reloads the `config.yml` file.
Permissions
- `mcmmorewards.reload` - Allows access to the reload command (Default: OP).