Skip to content

XfeaturesRPGMoney v1.1.2 SNAPSHOT 1.21.9 (PAPER)

Choose a tag to compare

@XfeaturesGroup XfeaturesGroup released this 06 Oct 15:33

Compatibility with Minecraft 1.13 - 1.21.9 (Paper)

Overview

XfeaturesRPGMoney is a lightweight economic plugin for Paper that adds RPG-style money drops to your Minecraft server. Players can earn money by destroying blocks and killing mobs. The currency appears in the form of sunflowers that can be collected, and they are automatically added to the player's balance.

Features

  • Money drops: Customizable chance of money drops when destroying blocks, archeology or killing mobs
  • Luck and Loot support: Enchantments increase the amount of money dropped
  • Automatic collection: Money is automatically added to the player's balance when picked up
  • Statistics tracking: Track the amount of money collected by each player
  • Leaderboard: View the best players with the most money collected
  • Flexible configuration: Configure drop rates, amounts, and more
  • Smart optimization: Nearby coins are connected
  • High security: Bugs and dupes have been identified and fixed
  • Multilanguage: Supports 18 and more languages

Commands

  • /rpgmoney reload - Reload the plugin configuration
  • /rpgmoney stats - View your money collection statistics
  • /rpgmoney top [page] - View the money collection leaderboard
  • /rpgmoney info - Display information about the plugin and multipliers
  • /rpgmoney language [locale] - Change messages language to other

Access rights

  • xfeatures.rpgmoney.reload - Right to reload the plugin
  • xfeatures.rpgmoney.top - Right to view the leaderboard
  • xfeatures.rpgmoney.language - Right to change localization

Dependencies

  • Vault (required for integration with the economy)
  • Any economy provider (CMI/EssentialsX...)

Installation

  1. Place the plugin JAR file in your server's plugins folder
  2. Restart the server
  3. Configure the plugin settings in the config.yml file
  4. Use /rpgmoney reload to apply the changes

Configuration

The plugin has flexible settings. Check the config.yml file to configure settings, including:

  • Drop rates for various blocks, mobs, and archaeology artifacts
  • Minimum/maximum amounts of money
  • Multipliers for Luck and Loot enchantments
  • Visual settings for dropped money

Support

For support, bug reports, or feature requests, please create an issue in our GitHub repository.

Authors

Developed by XfeaturesGroup, kingnoype

Changes

🌍 Language Support

  • ✅ Refined all existing localizations for improved clarity and accuracy.
  • ✅ Fixed several inconsistencies and inaccuracies across various language files.
  • ✅ Resolved issues with the active loading of localizations, ensuring they are correctly applied immediately.
  • ✅ Full implementation of the command: /rpgmoney language <language>, allowing players to reliably switch their language in-game.

🐛 Bug Fixes

  • ✅ Resolved issues related to text formatting and placeholder display in various messages.
  • ✅ Fixed critical bugs in event handlers that could lead to unexpected behavior.
  • ✅ Patched an extremely rare, almost impossible duplication exploit (details omitted for security).
  • ✅ Mitigated a potential security vulnerability related to permissions, preventing the viewing of possibly sensitive information.

⚙️ Configuration & Balance

  • ✅ Adjusted core economy parameters for a more balanced and engaging player experience.

🔧 Technical Improvements

  • ✅ Further optimized backend processes for enhanced overall performance and stability.
  • ✅ Minor optimizations to reduce load during high-traffic periods.