
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.
203
2
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
- Skill-Based Rewards: Define rewards for any mcMMO skill (Mining, Herbalism, Acrobatics, etc.).
- Level-Specific: Trigger rewards at exact levels (e.g., Level 10, 50, 100).
- Multiple Commands: Execute multiple console commands for a single reward.
- Placeholders: Use
%player%to target the player who leveled up. - Reload Command: Reload configuration without restarting the server.
Requirements
- Java 17+
- Spigot/Paper 1.20+
- mcMMO: This plugin requires mcMMO to be installed and running.
Installation
- Download the
McMMORewards.jar. - Place it in your server's
pluginsfolder. - Ensure you have
mcMMOinstalled. - Restart your server.
Configuration
The config.yml allows you to define rewards.
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"
- Root key:
rewards - Skill Name: (e.g.,
mining,herbalism). Must match mcMMO skill names (case-insensitive). - Level: The integer level at which the reward triggers.
- Commands: A list of console commands to run. Do not include
/.
Commands
/mcmmorewards reload- Reloads theconfig.ymlfile.
Permissions
mcmmorewards.reload- Allows access to the reload command (Default: OP).
Совместимость
Создатели
Детали
Лицензия:GPL-3.0-only
Опубликован:3 месяца назад
Обновлён:3 месяца назад
