{"id":172361,"date":"2026-06-10T01:01:44","date_gmt":"2026-06-09T22:01:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/"},"modified":"2026-06-10T01:01:44","modified_gmt":"2026-06-09T22:01:44","slug":"xfeaturesrpgmoney","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/","title":{"rendered":"XfeaturesRPGMoney"},"content":{"rendered":"<p># \ud83d\udcb0 XfeaturesRPGMoney<\/p>\n<p>![Version](https:\/\/img.shields.io\/badge\/version-1.1.2-blue.svg)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/minecraft-1.13%2B-brightgreen.svg)<br \/>\n![Java](https:\/\/img.shields.io\/badge\/Java-21-orange.svg)<br \/>\n![API](https:\/\/img.shields.io\/badge\/API-available-informational)<br \/>\n![Vault](https:\/\/img.shields.io\/badge\/Vault-required-critical)<br \/>\n![License](https:\/\/img.shields.io\/badge\/license-MIT-yellow.svg)<br \/>\n![Discord](https:\/\/img.shields.io\/discord\/1252242781775335505?color=7289da&#038;label=discord&#038;logo=discord&#038;logoColor=white)<br \/>\n## \ud83d\udcdd Description<\/p>\n<p>**XfeaturesRPGMoney** is an innovative economic plugin for Minecraft servers that adds RPG elements to your server&#8217;s economy. The plugin provides players with a variety of ways to earn in-game currency:<\/p>\n<p>&#8211; \ud83d\udc80 **Mob hunting**: earn money for killing various creatures<br \/>\n&#8211; \ud83c\udfa3 **Fishing**: earn money by catching different types of fish<br \/>\n&#8211; \u26cf\ufe0f **Block mining**: get a chance to earn money when mining certain blocks<br \/>\n&#8211; \ud83d\udd0d **Archaeology**: get rewards for mining archaeological treasures<\/p>\n<p>The plugin is fully integrated with the Vault API, ensuring compatibility with most economic systems.<\/p>\n<p>## \u2728 Key features<\/p>\n<p>&#8211; **Flexible reward system**: customizable minimum and maximum amounts for each source of income<br \/>\n&#8211; **Luck and loot multipliers**: Fortune and Looting enchantments increase the reward received<br \/>\n&#8211; **Player statistics**: track money earned and create a ranking of the best players<br \/>\n&#8211; **Visual effects**: animated appearance of coins in the game world<br \/>\n&#8211; **Full message customization**: all notifications can be changed in the configuration<br \/>\n&#8211; **Easy management**: intuitive commands for players and administrators<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; Spigot\/Paper 1.13+<br \/>\n&#8211; Vault<br \/>\n&#8211; Any economic plugin compatible with Vault (e.g., EssentialsX, CMI)<\/p>\n<p>## \ud83d\udd27 Installation<\/p>\n<p>1. Download the latest version of the plugin from the Releases section<br \/>\n2. Place the JAR file in the `plugins` folder of your server<br \/>\n3. Restart the server<br \/>\n4. Configure the configuration files as you see fit<br \/>\n5. Reload the plugin with the command `\/rpgmoney reload`<\/p>\n<details>\n<summary>\n<p>## \ud83c\udf0d Supported Languages<\/p>\n<\/summary>\n<p>XfeaturesRPGMoney supports multiple languages for users from around the world. You can change the plugin language using the command `\/rpgmoney language <language>`.<\/p>\n<p>### Available Languages:<\/p>\n<p>&#8211; English (en)<br \/>\n&#8211; Russian (ru)<br \/>\n&#8211; German (de)<br \/>\n&#8211; Polish (pl)<br \/>\n&#8211; Italian (it)<br \/>\n&#8211; Portuguese (pt)<br \/>\n&#8211; Turkish (tr)<br \/>\n&#8211; French (fr)<br \/>\n&#8211; Spanish (es)<br \/>\n&#8211; Lithuanian (lt)<br \/>\n&#8211; Latvian (lv)<br \/>\n&#8211; Estonian (et)<br \/>\n&#8211; Arabic (ar)<br \/>\n&#8211; Hindi (hi)<br \/>\n&#8211; Chinese (Simplified) (cn)<\/p>\n<p>### Adding a New Language<\/p>\n<p>If you want to add a new language or improve an existing translation:<\/p>\n<p>1. Copy the `messages-en.yml` file from the `resources\/messages\/` folder<br \/>\n2. Rename it to `messages-XX.yml`, where XX is your language code<br \/>\n3. Translate all strings to your language<br \/>\n4. Submit the translation via Pull Request or contact the developers<\/p>\n<p>We always welcome new translations and improvements to existing ones!<br \/>\n<\/details>\n<details>\n<summary>\n<p>## \u2699\ufe0f Configuration<\/p>\n<\/summary>\n<p>After the first launch, the plugin will create the following configuration files:<\/p>\n<p>### config.yml<br \/>\nBasic plugin settings, including multipliers for enchantments:<\/p>\n<p>&#8220;`yaml<br \/>\n# All available languages can be found here:<br \/>\n# https:\/\/github.com\/XfeaturesGroup\/XfeaturesRPGMoney\/tree\/master\/examples\/messages<br \/>\n# Language settings for the plugin<br \/>\nlanguage: &#8220;en&#8221;<\/p>\n<p># Coin drop rate from mobs spawned by spawners<br \/>\nspawner-multiplier: 0.6<\/p>\n<p># Main plugin settings<br \/>\ndrop-chance: 0.75 # Probability of coins dropping when mining blocks and killing mobs<br \/>\nshow-action-bar-messages: true # Show messages when picking up coins in the Action Bar<br \/>\nplayer-death-drop-percentage: 0.07 # Coin drop rate from killed players<br \/>\nmax-money-drop: 1000.0 # Maximum amount of money in a single coin<\/p>\n<p># Settings for combining nearby drops<br \/>\ncombine-nearby-drops: true<br \/>\ncombine-radius: 1.5<\/p>\n<p># Messages about multipliers<br \/>\nshow-fortune-multiplier-messages: false<br \/>\nshow-looting-multiplier-messages: false<\/p>\n<p># Multipliers for the \u201cFortune\u201d enchantment<br \/>\nfortune-multipliers:<br \/>\n  1: 1.25  # Fortune I &#8211; increases coin drop rate by 25%<br \/>\n  2: 1.5   # Fortune II &#8211; increases coin drop rate by 50%<br \/>\n  3: 1.75  # Fortune III &#8211; increases coin drop rate by 75%<\/p>\n<p># Multipliers for \u201cLooting\u201d enchantments<br \/>\nlooting-multipliers:<br \/>\n  1: 1.25  # Looting I &#8211; increases coin drop rate by 25%<br \/>\n  2: 1.5   # Looting II &#8211; increases coin drop rate by 50%<br \/>\n  3: 1.75  # Looting III &#8211; increases coin drop rate by 75%<br \/>\n&#8220;`<\/p>\n<p>### mobs.yml<br \/>\nSetting killing mobs rewards:<\/p>\n<p>&#8220;`yaml<br \/>\n# ENTITY: [min, max]<br \/>\nALLAY: [5, 30]<br \/>\nARMADILLO: [4, 12]<br \/>\nAXOLOTL: [5, 30]<br \/>\nBAT: [5, 30]<br \/>\nBEE: [5, 30]<br \/>\nBLAZE: [5, 25]<br \/>\nBREEZE: [15, 30]<br \/>\nBOGGED: [10, 20]<br \/>\nCAMEL: [4, 12]<br \/>\nCAT: [5, 30]<br \/>\nCAVE_SPIDER: [2.5, 20]<br \/>\nCHICKEN: [4, 12]<br \/>\nCOPPER_GOLEM: [15, 30]<br \/>\nCOD: [4, 12]<br \/>\nCOW: [4, 12]<br \/>\nCREEPER: [10, 15]<br \/>\nDOLPHIN: [4, 22]<br \/>\nDONKEY: [4, 12]<br \/>\nDROWNED: [10, 20]<br \/>\nELDER_GUARDIAN: [50, 125]<br \/>\nENDER_DRAGON: [100, 250]<br \/>\nENDERMAN: [3, 20]<br \/>\nENDERMITE: [10, 20]<br \/>\nEVOKER: [50, 100]<br \/>\nFOX: [4, 12]<br \/>\nFROG: [5, 12]<br \/>\nGHAST: [20, 35]<br \/>\nGLOW_SQUID: [4, 20]<br \/>\nGOAT: [4, 20]<br \/>\nGUARDIAN: [10, 25]<br \/>\nHOGLIN: [10, 25]<br \/>\nHORSE: [4, 12]<br \/>\nHUSK: [5, 15]<br \/>\nIRON_GOLEM: [25, 40]<br \/>\nLLAMA: [4, 12]<br \/>\nMAGMA_CUBE: [2, 7]<br \/>\nMOOSHROOM: [4, 14]<br \/>\nMULE: [4, 12]<br \/>\nOCELOT: [4, 12]<br \/>\nPANDA: [4, 12]<br \/>\nPARROT: [4, 12]<br \/>\nPHANTOM: [15, 20]<br \/>\nPIG: [4, 12]<br \/>\nPIGLIN: [4, 15]<br \/>\nPIGLIN_BRUTE: [4, 15]<br \/>\nPILLAGER: [7, 15]<br \/>\nPOLAR_BEAR: [4, 12]<br \/>\nPUFFERFISH: [4, 12]<br \/>\nRABBIT: [4, 20]<br \/>\nRAVAGER: [50, 70]<br \/>\nSALMON: [4, 20]<br \/>\nSHEEP: [4, 20]<br \/>\nSHULKER: [10, 20]<br \/>\nSILVERFISH: [10, 20]<br \/>\nSKELETON: [10, 15]<br \/>\nSKELETON_HORSE: [10, 15]<br \/>\nSLIME: [4, 6]<br \/>\nSNIFFER: [10, 25]<br \/>\nSNOW_GOLEM: [10, 15]<br \/>\nSPIDER: [10, 15]<br \/>\nSQUID: [4, 12]<br \/>\nSTRAY: [10, 15]<br \/>\nSTRIDER: [10, 25]<br \/>\nTADPOLE: [10, 25]<br \/>\nTRADER_LLAMA: [10, 25]<br \/>\nTROPICAL_FISH: [10, 15]<br \/>\nTURTLE: [10, 15]<br \/>\nVEX: [10, 25]<br \/>\nVILLAGER: [10, 55]<br \/>\nVINDICATOR: [10, 25]<br \/>\nWANDERING_TRADER: [10, 25]<br \/>\nWARDEN: [10, 55]<br \/>\nWITCH: [10, 25]<br \/>\nWITHER: [10, 55]<br \/>\nWITHER_SKELETON: [10, 25]<br \/>\nWOLF: [4, 12]<br \/>\nZOGLIN: [10, 25]<br \/>\nZOMBIE: [10, 15]<br \/>\nZOMBIE_HORSE: [10, 15]<br \/>\nZOMBIE_VILLAGER: [10, 15]<br \/>\nZOMBIFIED_PIGLIN: [5, 12]<br \/>\n&#8220;`<\/p>\n<p>### fishes.yml<br \/>\nSetting fishing rewards:<\/p>\n<p>&#8220;`yaml<br \/>\n# LOOT: [min, max]<br \/>\nCOD: [10, 30]<br \/>\nSALMON: [10, 30]<br \/>\nPUFFERFISH: [15, 25]<br \/>\nTROPICAL_FISH: [10, 25]<br \/>\nENCHANTED_BOOK: [25, 45]<br \/>\nLEATHER: [15, 35]<br \/>\nTRIPWIRE_HOOK: [15, 35]<br \/>\nROTTEN_FLESH: [15, 35]<br \/>\nFISHING_ROD: [15, 35]<br \/>\nNAME_TAG: [15, 55]<br \/>\nNAUTILUS_SHELL: [55, 200]<br \/>\nSADDLE: [15, 35]<br \/>\n&#8220;`<\/p>\n<p>### blocks.yml<br \/>\nSetting block mining rewards:<\/p>\n<p>&#8220;`yaml<br \/>\n# BLOCK: [min, max]<br \/>\nCROPS: [3.5, 21]<br \/>\nWHEAT: [3.5, 21]<br \/>\nPOTATOES: [3.5, 8.75]<br \/>\nCARROTS: [3.5, 8.75]<br \/>\nBEETROOTS: [7, 42]<br \/>\nNETHER_WART: [5.25, 35]<br \/>\nMELON: [8.75, 52.5]<br \/>\nPUMPKIN: [8.75, 52.5]<br \/>\nCACTUS: [1.75, 8.75]<br \/>\nSUGAR_CANE: [1.75, 35]<br \/>\nGLOW_BERRIES: [1.75, 35]<br \/>\nSWEET_BERRIES: [1.75, 35]<br \/>\nCOCOA_BEANS: [1.75, 35]<br \/>\nCOAL_ORE: [5.25, 10.5]<br \/>\nDEEPSLATE_COAL_ORE: [8.75, 26.25]<br \/>\nIRON_ORE: [8.75, 17.5]<br \/>\nDEEPSLATE_IRON_ORE: [14, 35]<br \/>\nCOPPER_ORE: [12.25, 22.75]<br \/>\nDEEPSLATE_COPPER_ORE: [8.75, 21]<br \/>\nGOLD_ORE: [17.5, 21]<br \/>\nDEEPSLATE_GOLD_ORE: [17.5, 35]<br \/>\nNETHER_GOLD_ORE: [8.75, 14]<br \/>\nREDSTONE_ORE: [8.75, 21]<br \/>\nDEEPSLATE_REDSTONE_ORE: [8.75, 22.75]<br \/>\nLAPIS_ORE: [8.75, 14]<br \/>\nDEEPSLATE_LAPIS_ORE: [8.75, 22.75]<br \/>\nDIAMOND_ORE: [17.5, 70]<br \/>\nDEEPSLATE_DIAMOND_ORE: [70, 140]<br \/>\nEMERALD_ORE: [52.5, 105]<br \/>\nDEEPSLATE_EMERALD_ORE: [52.5, 105]<br \/>\nNETHER_QUARTZ_ORE: [8.75, 14]<br \/>\nANCIENT_DEBRIS: [87.5, 262.5]<br \/>\n&#8220;`<br \/>\n### archeology.yml<br \/>\nSetting archaeology rewards:<\/p>\n<p>&#8220;`yaml<br \/>\n# DROP: [min, max]<br \/>\nBROWN_CANDLE: [25, 40]<br \/>\nGREEN_CANDLE: [25, 40]<br \/>\nPURPLE_CANDLE: [25, 40]<br \/>\nRED_CANDLE: [25, 40]<br \/>\nLIGHT_BLUE_DYE: [15, 35]<br \/>\nORANGE_DYE: [15, 35]<br \/>\nBLUE_DYE: [15, 35]<br \/>\nYELLOW_DYE: [15, 35]<br \/>\nWHITE_DYE: [15, 35]<br \/>\nBRICK: [10, 15]<br \/>\nEMERALD: [50, 75]<br \/>\nWHEAT: [20, 30]<br \/>\nWOODEN_HOE: [15, 20]<br \/>\nBLUE_STAINED_GLASS_PANE: [20, 35]<br \/>\nLIGHT_BLUE_STAINED_GLASS_PANE: [20, 35]<br \/>\nMAGENTA_STAINED_GLASS_PANE: [20, 35]<br \/>\nPINK_STAINED_GLASS_PANE: [20, 35]<br \/>\nPURPLE_STAINED_GLASS_PANE: [20, 35]<br \/>\nRED_STAINED_GLASS_PANE: [20, 35]<br \/>\nYELLOW_STAINED_GLASS_PANE: [20, 35]<br \/>\nBEETROOT_SEEDS: [25, 30]<br \/>\nWHEAT_SEEDS: [25, 30]<br \/>\nOAK_HANGING_SIGN: [25, 30]<br \/>\nSPRUCE_HANGING_SIGN: [25, 30]<br \/>\nDEAD_BUSH: [30, 35]<br \/>\nFLOWER_POT: [15, 30]<br \/>\nLEAD: [15, 30]<br \/>\nSTRING: [15, 30]<br \/>\nGOLD_NUGGET: [35, 45]<br \/>\nCOAL: [30, 35]<br \/>\nMUSIC_DISC_RELIC: [150, 175]<br \/>\nTRIM_PATTERN: [100, 125]<br \/>\n&#8220;`<\/p>\n<p>### messages.yml<br \/>\nConfiguring all plugin messages:<\/p>\n<p>&#8220;`yaml<br \/>\nprefix: &#8220;&#038;c[XfeaturesRPGMoney]&#038;r&#8221;<\/p>\n<p># Command messages<br \/>\nno-permission: &#8220;&#038;cYou don&#8217;t have permission to use this command.&#8221;<br \/>\nplayer-only: &#8220;&#038;cThis command is only available for players.&#8221;<br \/>\nconfig-reloaded: &#8220;&#038;aConfiguration successfully reloaded.&#8221;<br \/>\ninvalid-page-format: &#8220;&#038;cInvalid page format. Please use a number.&#8221;<br \/>\nno-data-for-page: &#8220;&#038;cThere is no data for this page.&#8221;<\/p>\n<p># Stats messages<br \/>\nstats-header: &#8220;&#038;7===== &#038;cYour Statistics &#038;7=====&#8221;<br \/>\nstats-collected: &#8220;&#038;eMoney collected: &#038;6%amount%&#8221;<\/p>\n<p># Top players messages<br \/>\ntop-header: &#8220;&#038;7===== &#038;cPlayer Rankings (Page %page%) &#038;7=====&#8221;<br \/>\ntop-player-entry: &#8220;&#038;7#%rank% &#038;c%player% &#038;7- &#038;7%amount%&#8221;<br \/>\ntop-next-page: &#8220;&#038;7Use &#038;c\/rpgmoney top %page% &#038;7for the next page&#8221;<\/p>\n<p># Plugin info messages<br \/>\ninfo-header: &#8220;&#038;7===== &#038;cPlugin Information &#038;7=====&#8221;<br \/>\ninfo-version: &#8220;&#038;cVersion: &#038;7%version%&#8221;<br \/>\ninfo-author: &#8220;&#038;cAuthors: &#038;7%authors%&#8221;<br \/>\ninfo-fortune-header: &#8220;&#038;cFortune Multipliers:&#8221;<br \/>\ninfo-fortune-entry: &#8220;&#038;cLevel %level%: &#038;7+%percent%% money&#8221;<br \/>\ninfo-looting-header: &#8220;&#038;cLooting Multipliers:&#8221;<br \/>\ninfo-looting-entry: &#8220;&#038;cLevel %level%: &#038;7+%percent%% money&#8221;<\/p>\n<p># Help messages<br \/>\nhelp-header: &#8220;&#038;7===== &#038;cXfeaturesRPGMoney Help &#038;7=====&#8221;<br \/>\nhelp-reload: &#8220;&#038;c\/rpgmoney reload &#038;7- Reload configuration&#8221;<br \/>\nhelp-stats: &#8220;&#038;c\/rpgmoney stats &#038;7- Display your statistics&#8221;<br \/>\nhelp-top: &#8220;&#038;c\/rpgmoney top [page] &#038;7- Display player rankings&#8221;<br \/>\nhelp-info: &#8220;&#038;c\/rpgmoney info &#038;7- Plugin information&#8221;<br \/>\nhelp-language: &#8220;&#038;c\/rpgmoney language <language> &#038;7- Change plugin language&#8221;<\/p>\n<p># Money collection messages<br \/>\ncurrency-name: Money<br \/>\npickup: &#8220;&#038;eYou picked up %amount%!&#8221;<br \/>\ncurrency-pickup: &#8220;&#038;eYou picked up %amount%!&#8221;<br \/>\nmoney-item-name: &#8220;&#038;e%amount%&#8221;<br \/>\nmoney-drop: &#8220;&#038;eYou dropped %amount%!&#8221;<br \/>\nfishing-reward: &#8220;&#038;eYou fished %amount%!&#8221;<br \/>\nmining-reward: &#8220;&#038;eYou mined %amount%!&#8221;<br \/>\nentity-kill-reward: &#8220;&#038;eYou received %amount% for this kill!&#8221;<br \/>\nplayer-kill-reward: &#8220;&#038;eYou received %amount% for killing a player!&#8221;<br \/>\nplayer-death-drop: &#8220;&#038;cYou lost %amount% by dying!&#8221;<br \/>\ncurrency-format: &#8220;%amount%&#8221;<br \/>\ncurrency-singular: money<br \/>\ncurrency-plural: money<br \/>\ncurrency-few: money<\/p>\n<p># Language messages<br \/>\nlanguage-usage: &#8220;&#038;cUsage: \/rpgmoney language <language>&#8221;<br \/>\nlanguage-not-found: &#8220;&#038;cLanguage %language% not found.&#8221;<br \/>\nlanguage-changed: &#8220;&#038;aLanguage changed to %language%.&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>## \ud83d\udcdc Commands<br \/>\n| Command | Description | Permissions |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;-|&#8212;&#8212;-|<br \/>\n| `\/rpgmoney reload` | Reload configuration | `xfeatures.rpgmoney.reload` |<br \/>\n| `\/rpgmoney stats` | Show your stats | &#8211; |<br \/>\n| `\/rpgmoney top [page]` | Show top players | `xfeatures.rpgmoney.top` |<br \/>\n| `\/rpgmoney info` | Plugin information | &#8211; |<br \/>\n| `\/rpgmoney language <language>` | Change plugin language | `xfeatures.rpgmoney.language` |<\/p>\n<p>## \ud83d\udd12 Permissions<br \/>\n&#8211; xfeatures.rpgmoney.reload &#8211; Access to the reload command<br \/>\n&#8211; xfeatures.rpgmoney.top &#8211; Access to view the top players<br \/>\n&#8211; xfeatures.rpgmoney.admin &#8211; Full access to all plugin features<br \/>\n&#8211; xfeatures.rpgmoney.language &#8211; Access to change the plugin language<\/p>\n<p>## \ud83d\udee0\ufe0f API for developers<br \/>\nThe plugin provides an API for integration with other plugins:<\/p>\n<p>&#8220;`java<br \/>\n\/\/ Getting a plugin instance<br \/>\nXfeaturesRPGMoney plugin = (XfeaturesRPGMoney) Bukkit.getPluginManager().getPlugin(&#8220;XfeaturesRPGMoney&#8221;);<\/p>\n<p>\/\/ Working with mob configuration<br \/>\nMobConfig mobConfig = plugin.mobConfig;<br \/>\nList<Double> zombieReward = mobConfig.getReward(&#8220;zombie&#8221;);<br \/>\ndouble min = zombieReward.get(0);<br \/>\ndouble max = zombieReward.get(1);<\/p>\n<p>\/\/ Working with the plugin API<br \/>\nRPGMoneyAPI api = plugin.getAPI();<br \/>\n\/\/ Get a random value in the range<br \/>\ndouble amount = api.getRandomInRange(10.0, 20.0);<br \/>\n\/\/ Drop money in the world<br \/>\napi.dropMoney(location, amount);<br \/>\n\/\/ Check if the block was placed by the player<br \/>\nboolean isPlayerPlaced = api.isPlayerPlacedBlock(location);<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udcca Performance<br \/>\n### The plugin is optimized for minimal impact on server performance:<br \/>\n&#8211; Asynchronous data saving<br \/>\n&#8211; Optimized reward calculation algorithms<br \/>\n&#8211; Minimal memory usage<\/p>\n<p>## \ud83d\udcdd Future plans<br \/>\n&#8211; \u2705 More refined configurations **(Implemented)**<br \/>\n&#8211; \u2705 Support for more languages **(Implemented)**<br \/>\n&#8211; Integration with PlaceholderAPI<br \/>\n&#8211; Graphical interface for managing settings<br \/>\n&#8211; Adding rewards for Archaeology, Research, Creation<\/p>\n<p>## \ud83e\udd1d Contributing to the project<br \/>\n### Contributions are welcome! If you have ideas for improving the plugin:<br \/>\n1. Fork the repository<br \/>\n2. Create a branch for your feature (git checkout -b feature\/amazing-feature)<br \/>\n3. Commit your changes (git commit -m \u2018Add some amazing feature\u2019)<br \/>\n4. Push the changes to your fork (git push origin feature\/amazing-feature)<br \/>\n5. Open a Pull Request<\/p>\n<p>## \ud83d\udcca Statistics<br \/>\n### The plugin collects anonymous statistics via bStats to improve functionality:<br \/>\nYou can view the plugin statistics on the bStats page.<\/p>\n<p>![bStats](https:\/\/img.shields.io\/bstats\/servers\/26636?label=servers)<br \/>\n![bStats](https:\/\/img.shields.io\/bstats\/players\/26636?label=players)<\/p>\n<p>### Data collected:<br \/>\n&#8211; Total amount of money in the economy<br \/>\n&#8211; Number of players with money records<br \/>\n&#8211; Use of messages in the action bar<br \/>\n&#8211; Use of Fortune and Looting multipliers<br \/>\n&#8211; Number of players and servers<br \/>\n&#8211; Online mode status<br \/>\n&#8211; Server, plugin, and Java versions<\/p>\n<p>### Disabling statistics<br \/>\nIf you want to disable statistics collection, you can do so in the `plugins\/bStats\/config.yml` file by setting `enabled: false`. Disabling statistics does not affect the functionality of the plugin.<\/p>\n<p>## \ud83d\udcde Support<br \/>\n### If you encounter any problems or have any questions:<br \/>\n&#8211; Create an issue in the repository<br \/>\n&#8211; Contact us via Discord<\/p>\n<p>![Downloads](https:\/\/img.shields.io\/github\/downloads\/XfeaturesGroup\/XfeaturesRPGMoney\/total?color=orange)<br \/>\n![Issues](https:\/\/img.shields.io\/github\/issues\/XfeaturesGroup\/XfeaturesRPGMoney?color=red)<br \/>\n![Last Commit](https:\/\/img.shields.io\/github\/last-commit\/XfeaturesGroup\/XfeaturesRPGMoney?color=blueviolet)<\/p>\n<p align=\"center\">\n  Made with \u2764\ufe0f by the XfeaturesGroup team<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft RPG economy plugin that adds money drops from mobs, blocks, and fishing. Enhances gameplay with customizable drop rates, Fortune\/Looting support, and player statistics tracking.<\/p>\n","protected":false},"featured_media":172362,"template":"","meta":{"_minecraft_slug":"xfeaturesrpgmoney","_minecraft_project_id":"NlWjJ4mS","_minecraft_author":"kingnoype","_minecraft_license":"MIT","_minecraft_downloads":182,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"xfeaturesrpgmoney.zip","_minecraft_size_bytes":257546,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T12:56:10.983951Z","_minecraft_date_created":"2025-07-27T01:02:02.571940Z","_minecraft_date_modified":"2025-10-06T15:40:56.967759Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/xfeaturesrpgmoney","_minecraft_icon_attachment_id":172362,"_minecraft_imported_at":"2026-06-09T22:01:44+00:00","_minecraft_import_hash":"ec61fe01acbf47342acbf62133fcfcd0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,844,89,137,127,128,92],"mod_loader":[132,133],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81,82],"class_list":["post-172361","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-economy","mod_category-game-mechanics","mod_category-mobs","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>XfeaturesRPGMoney - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XfeaturesRPGMoney - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft RPG economy plugin that adds money drops from mobs, blocks, and fishing. Enhances gameplay with customizable drop rates, Fortune\/Looting support, and player statistics tracking.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/\",\"name\":\"XfeaturesRPGMoney - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xfeaturesrpgmoney-icon-fe98df51680173eab5785563a8c71862bb7f060b_96.webp\",\"datePublished\":\"2026-06-09T22:01:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xfeaturesrpgmoney-icon-fe98df51680173eab5785563a8c71862bb7f060b_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xfeaturesrpgmoney-icon-fe98df51680173eab5785563a8c71862bb7f060b_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xfeaturesrpgmoney\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"XfeaturesRPGMoney\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XfeaturesRPGMoney - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/","og_locale":"en_US","og_type":"article","og_title":"XfeaturesRPGMoney - Minecraft","og_description":"A Minecraft RPG economy plugin that adds money drops from mobs, blocks, and fishing. Enhances gameplay with customizable drop rates, Fortune\/Looting support, and player statistics tracking.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/","name":"XfeaturesRPGMoney - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xfeaturesrpgmoney-icon-fe98df51680173eab5785563a8c71862bb7f060b_96.webp","datePublished":"2026-06-09T22:01:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xfeaturesrpgmoney-icon-fe98df51680173eab5785563a8c71862bb7f060b_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xfeaturesrpgmoney-icon-fe98df51680173eab5785563a8c71862bb7f060b_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xfeaturesrpgmoney\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"XfeaturesRPGMoney"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/172361","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/172362"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172361"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172361"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172361"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}