Money Drops is an economy plugin for MC versions 1.8 to 1.15 that gives players mob money for killing mobs!
Note:
If you want to disable a mob that’s in the mobCashConfig file, change their reward to 0.
Example mobCashConfig.yml
# The config file for the mob cash drops.
#
# Example:
# mobs:
# wither_skeleton:
# displayname: wither skeleton
# reward: 1.50
# chance: 100
mobs:
spider:
displayname: spider
reward: 1 #Disable a mob by changing the reward to 0
chance: 100
cave_spider:
displayname: cave spider
reward: 1 #This value can be a negative number (will take cash away from players)
chance: 100
zombie:
displayname: zombie
reward: 10
chance: 90
skeleton:
displayname: skeleton
reward: 1
chance: 100
#Add a new mob as follows (supports modded mobs):
#mob's code name (eg: wither_skeleton):
#displayname: what you want players to see in the chat.
#reward: the reward you wish the mob to give you. (0 = disabled)
#chance: the percentage chance of the mob giving a reward (0 = impossible, 100 = guaranteed)
Example config.yml
# MoneyDrops
# Version: 1.1
# Author(s): Wafflez
# Credits: MilkBowl - VaultAPI
# Any unauthorised re-distribution of this plugin's source code is not permitted.
mobCash:
cashPickupMessage: '&6You killed a&l [mobName] &r&6and earned &l$[reward]' #The message displayed to players when they earn cash from a mob.
gamemodes: #Add any gamemodes to this list that you want to manage.
creative: false
survival: true
spectator: false
adventure: true
worlds: #Add any worlds to this list that you want to manage.
world: true
world_nether: true
world_the_end: true
✅ Features: ✅
[✅] Reward players with custom cash rewards for killing mobs!
[✅] Easily add new mobs or disable others.
[✅] Change the likelihood of a mob dropping cash.
[✅] Change the amount of cash a mob drops.
[✅] Have a world that you don't want players to earn cash in? Add it to the config
[✅] Don't want players in creative to earn cash? Disable it in the config
[✅] Don't like the default cash message? Change it in the config
[✅] Want some players/groups to be immune from gamemode or world exemptions? Check out the permissions section!
[✅] Don't want specific players/groups to earn mob cash? Check out the permissions below ⬇️
In-Game Example
❗ Permissions: ❗
- moneydrops.mobcash.gamemodeexempt
- Allows player to earn mob cash regardless of gamemode restrictions.
- moneydrops.mobcash.worldexempt
- Allows player to earn mob cash regardless of world restrictions.
- moneydrops.mobcash.earn
- Allows a player/group to earn cash from mobs (enabled by default).
- moneydrops.reload
- Allows a player/group to run the mdreload command (enabled by default for OP players).
Commands:
- mdreload
- Reloads all Money Drops config files.
How To Install:
- Make sure you have the plugins in the Required Plugins section.
- Just drag and drop the MoneyDrops.jar file into your server's "plugins" folder and restart your server.
Required Plugins:
- Vault
- Any plugin with an economy (eg: EssentialsX)
Support
To talk, ask questions, or find out more info, join my
Discord server!
Support Me 
Want to support me in creating future plugins?
Plugins In Development:
- A player management plugin with vast customizability and commands for moderators.
- A store plugin:
- Features a shop with a GUI to allow players to easily browse through a library of items and purchase them with currency from other plugins (such as EssentialsX).
Upcoming Features:
- Earn a % of other players' cash when killed.
- Add support for even more Minecraft versions.