Skip to content

XfeaturesRPGMoney v1.1.0 SNAPSHOT 1.21.8 (PAPER)

Choose a tag to compare

@XfeaturesGroup XfeaturesGroup released this 20 Jul 21:43

Compatibility with Minecraft 1.13 - 1.21.8 (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 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

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

Access rights

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

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

  • ✅ Added archaeology system: get rewards for finds during excavations
  • ✅ Added statistics on coins collected for each player
  • ✅ Added the /rpgmoney top command to view the top players by coins collected
  • ✅ Added the /rpgmoney stats command to view personal statistics
  • ✅ Added support for Russian grammar for currency names (coin, coins, coins)
  • ✅ Added the ability to drop money when a player dies (customizable percentage)
  • ✅ Improved the Fortune and Looting enchantment processing system
  • ✅ Optimized the system for storing data about blocks placed by players
  • ✅ Improved the message formatting system with parameter support
  • ✅ Expanded API for developers with additional methods
  • ✅ Added additional settings for mobs from new versions of Minecraft
  • ✅ Improved performance when processing events
  • ✅ Fixed a bug with double currency formatting in messages
  • ✅ Fixed a bug with displaying the amount in the statistics command
  • ✅ Fixed a problem with saving data when the server is shut down
  • ✅ Fixed a bug with processing blocks placed by players
  • ✅ Improved error handling when the economic plugin is missing
  • ✅ Updated API documentation for developers
  • ✅ Added examples of using new features
  • ✅ Expanded description of configuration files
  • ✅ Added detailed comments to the code to facilitate development
  • ✅ Updated project structure for better code organization
  • ✅ Improved exception handling and error logging
  • ✅ Optimized database operations to reduce server load
  • ✅ Added asynchronous processing of heavy operations