BoomcMMoReward — unlock rewards for mcMMO skill levels

BoomcMMoReward is a flexible Minecraft addon that grants money, items, and permissions when players level up mcMMO skills. Simple YAML setup, no scripts needed.

Download BoomcMMoReward for Minecraft 1.8.1, 1.7.4, 1.6.2

Original name: BoomcMMoReward

Minecraft: 1.6.2, 1.7.4, 1.8.1

FileVersionLoaderSize
BoomcMMoReward-0.3.jar——39 КБDownload
BoomcMMoReward-2.0.3b.jar——106 КБDownload
BoomcMMoReward-2.0.1b.jar——82 КБDownload
BoomcMMoReward-2.0.0b.jar——76 КБDownload
BoomcMMoReward-1.1.7-Beta.jar——72 КБDownload
BoomcMMoReward-1.1.5.jar——95 КБDownload
BoomcMMoReward-1.1.0.jar——85 КБDownload
BoomcMMoReward-1.0.1.jar——210 КБDownload
BoomcMMoReward-1.0.jar——90 КБDownload
BoomcMMoReward-0.9.5.jar——79 КБDownload
BoomcMMoReward-0.9.jar——79 КБDownload
BoomcMMoReward-0.8.6.jar——58 КБDownload
BoomcMMoReward-0.8.jar——57 КБDownload
BoomcMMoReward-0.7.jar——45 КБDownload
BoomcMMoReward-0.6.jar——45 КБDownload
BoomcMMoReward-0.5.jar——39 КБDownload
BoomcMMoReward-0.1.jar——31 КБDownload
BoomcMMoReward-2.0.2b.jar1.6.2—82 КБDownload
BoomcMMoReward-2.0.4b.jar1.7.4—444 КБDownload
BoomcMMoReward-2.0.5b.jar1.8.1—440 КБDownload

What Is Boo mcMMo Reward and Why Your Server Needs It

Running a Minecraft server with the mcMMO plugin is a great way to add depth to the gameplay. Players grind their skills, compete on leaderboards, and strive for higher numbers. But after a while, a simple chat message congratulating someone on reaching level 250 in Mining starts to feel hollow. What if every level-up could actually mean something tangible? That is exactly the gap that Boo mcMMo Reward fills. This add-on transforms the classic mcMMO progression into a rewarding loop where every milestone can trigger a meaningful prize, whether it is in-game currency, rare items, a promotion in the permission system, or even a chain of console commands.

Boo mcMMo Reward is not a standalone game mechanic. It is a specialized utility that sits on top of the well-known mcMMO plugin and extends its functionality. Instead of writing custom scripts or integrating a heavy quest system, server administrators can define all reward logic through simple YAML configuration files. The add-on is built for Bukkit and Spigot server distributions and requires both mcMMO and Vault to operate correctly. For those setting up a fresh server, many launchers offer a convenient way to install this add-on along with its dependencies, saving time on manual configuration and dependency hunting.

Core Functionality and Technical Specifications

The primary job of Boo mcMMo Reward is to listen for level-up events in mcMMO and respond with pre-configured rewards. The plugin supports both individual skill levels and the overall POWER level, which is the sum of all skills. This dual approach gives administrators two distinct ways to reward players: for mastering a specific discipline or for achieving overall character progression.

The add-on is distributed as a standard JAR file. After placing it into the plugins folder and restarting the server, the plugin automatically generates its folder structure and default configuration files. No complex setup wizard is required. The plugin is compatible with a wide range of Minecraft versions that support the Bukkit/Spigot API, and it works seamlessly with the latest mcMMO releases. The configuration is entirely text-based, which makes it accessible even for server owners who are not professional developers.

Condition System: Fine-Tuning Who Gets What

The standout feature of Boo mcMMo Reward is its robust condition system. The plugin does not simply hand out prizes to everyone. Instead, every reward file can include one or more conditions that must be met before the reward is granted. If any condition fails, the reward is silently skipped. This allows for incredibly precise targeting of player groups.

Here is a complete list of conditions that can be used in reward files:

  • money — Checks the player's balance against a specified amount, either greater than or less than. This requires Vault and an economy plugin to be installed.
  • perm — Checks for the presence or absence of a specific permission node. Useful for separating privileged players from the rest.
  • group — Checks if the player belongs to a particular permission group, such as "vip" or "admin".
  • POWER level — Compares the player's total mcMMO level to a defined value.
  • SKILL level — Checks the level of a specific skill. Multiple skills can be specified in a single condition.
  • world — Checks if the player is currently located in a specific world. This is invaluable for servers with multiple dimensions or separate gameplay areas.

These conditions can be combined freely. For instance, an administrator could create a reward that only triggers for players in the "hero" group, located in the "arena" world, who have just reached level 500 in Acrobatics and have a balance above 1000 coins. The level of granularity is impressive and covers almost any scenario a server owner might imagine.

Reward Types: A Catalog of Possibilities

Once the conditions are set, the plugin offers a wide array of reward types. A single reward file can contain one or multiple of these actions, allowing for complex chains of events. Here are the main categories:

  • money — Issues a fixed amount of in-game currency. The sender of the transaction can be customized, for example, to appear as "server bank".
  • lotteryMoney — Gives the player a chance to win a random amount of money. The probability percentage and the range of the random amount are both configurable.
  • perm — Grants or removes a permission node. This can be restricted to a specific world.
  • group — Adds or removes the player from a permission group.
  • item — Gives items with customizable quantity, durability, and enchantments.
  • luckyItem — Grants a random item from a pre-defined list.
  • lotteryItem — Provides a chance to receive a specific item, such as a 10% chance for a diamond sword.
  • luckyKit — Gives a random set of items from a list of prepared kits.
  • message — Sends a private message, a public chat announcement, or a log entry with full color formatting support.
  • command — Executes a console command. This is perfect for triggering complex scripts or integrating with other plugins.

Consider a practical example. When a player reaches level 250 in Fishing, the server could reward them with a fishing rod enchanted with Luck of the Sea III, 500 coins, and a personalized congratulatory message. For the most dedicated players who hit level 1000 in Excavation, the plugin could automatically add them to the "legend" group and run a command that grants a unique title through another plugin. The possibilities are limited only by the administrator's imagination.

How the Plugin Processes Level-Ups

Understanding the internal logic of Boo mcMMo Reward helps administrators design their reward structures effectively. When a player gains a level in any skill, the plugin sequentially checks four distinct folders for reward files:

  • POWER/ONE — Looks for a file that exactly matches the achieved total POWER level.
  • POWER/EVERY — Looks for a file that matches a multiple of the current POWER level, such as a reward for every 10 levels.
  • SKILLS/skillname/ONE — Looks for an exact match for the specific skill level.
  • SKILLS/skillname/EVERY — Looks for a multiple of the skill level, such as every 50 levels of Mining.

If a matching file is found, the plugin checks all conditions defined within it. If the conditions pass, the reward is executed. This structure allows for both unique, one-time rewards for hitting specific milestones and recurring bonuses for regular progression. The system is efficient and does not create noticeable lag, even on servers with many players.

Installation and Management Commands

Installing Boo mcMMo Reward is straightforward. To get started, you need to download What Is Boo mcMMo Reward and Why Your Server Needs It and place the JAR file into the plugins folder of your server. After restarting the server, the plugin creates its default folder structure. It is critical to ensure that both mcMMO and Vault are installed beforehand, as the plugin will fail to start without them. Once the folders are generated, you can immediately begin creating YAML files for your rewards.

For ongoing management, the plugin provides a set of console commands. The boomcmmoreward debug command enables a debugging mode, which is useful for testing configurations. The boomcmmoreward db command manages the history of granted rewards in the database. Finally, boomcmmoreward db get <player> displays the reward history for a specific user. These tools are essential for tracking what has been awarded and for troubleshooting complex setups. Knowing how to install the add-on properly ensures that all these features are available from the start.

Why Your Server Needs This Add-On

Boo mcMMo Reward addresses several key challenges for server administrators simultaneously. It motivates players to invest time in leveling their skills, introduces an element of surprise through lottery-based rewards, and gives the admin fine-grained control over the server's economy and permission structure. The support for console commands means the add-on can be integrated with virtually any other plugin, from crate systems to custom mini-games.

The configuration process is simple enough for beginners but powerful enough for advanced users. By turning routine grinding into an exciting race for valuable prizes, Boo mcMMo Reward changes the atmosphere of a server. Players stop seeing level-ups as just a number and start seeing them as opportunities. They will compete to be the first to reach a coveted milestone, knowing that a valuable reward awaits. For any server running mcMMO, this add-on is not just a nice-to-have; it is a transformative tool that elevates the entire progression experience.

In conclusion, What Is Boo mcMMo Reward and Why Your Server Needs It for Minecraft is a question that answers itself once you see the system in action. It is a flexible, powerful, and easy-to-use reward engine that breathes new life into the mcMMO plugin. Whether you run a small community server or a large network, this add-on provides the tools to keep your players engaged and coming back for more.