mobmoneyy

This plugin brings a new way of money earning. With this plugin it will drop virtual money when a mob dies. This money can be picked up by players and will go directly to their economy account.
Support&Questions / Bugs / Feature Requests
If you have any questions/bug reports or feature requests. Please click on *Tickets* on top, and create a new one.
Thank you.
Features
- Extreme lightweight plugin
- Highly customizable
- Each mob can drop a custom amount of money event cent values (example (0.01))
- World Blacklists
Planned Features & Bugs
If you found a bug or have a suggestion, please use the ticket system
Commands/Permissions
| Command | Description | Permission |
|---|---|---|
| /mobmoney reload | Reload the Configuration | mobmoney.reload |
| - | Required to receive money from mobs | mobmoney.receive |
Config
config.yml
-
main: AllowSpawnEggs: true
- If true, Mobs spawned from spawn eggs will drop money.
-
AllowMonsterSpawner: true
- If true, mobs spawned by Monster_Spawners will drop money.
-
AllowCreativeMode: true
- If true, Players in creative mode will earn money from mob kills
-
pickupsound: ITEM_PICKUP
- The Sound which will be played on Money Pickup
-
pickupsound-volume: 5
- Sound Volume
-
pickupsound-pitch: 1
- Sound Pitch value
-
droppedItem: Gold_Ingot
- Item which will be used for money
-
sendpickupmessage: true
- If true, the plugin will send the player a message with the amount of money they picked up.
-
double_event: false
- If true, mobs will drop 2 "money" items instead of one (Good for event weekends etc)
-
ChanceToDropMoney: 100
- Chance to drop a money item (100 = 100% and 1 = 1%) -> You cant go lower than 1
-
EnableMetrics: true
- Enable Metrics statistic collection.
Metrics Statistic Collection
Metrics is used to collect plugin statistics. Only data such as plugin version and players online is collected. If you do not wish for this data to be collected, disable this the Metrics statistic collection in the metrics config.yml
Donate
I'm developing this plugin in my free-time, if you like my plugin and want to help me, please donate. Donating is the best way to help me out, it goes towards more bug-fixing. Thanks! The donate button is in the top right corner.
Sponsor
This project and development is sponsored by Apex Minecraft Hosting
Want a cheap and reliable Minecraft Server with an easy to use control panel?
Check out:

-
View User Profile
-
Send Message
Posted Jan 16, 2018Cant detect economy
-
View User Profile
-
Send Message
Posted Jul 17, 2016Hello, I'm from China, your plug-in 1.9.4 does not support, you can not set the amount of 1 dollar, for example: 0.02 hope you soon resolved.
-
View User Profile
-
Send Message
Posted Apr 18, 2016Hello, I'm from VietNam. Plugin work well on a server MC 1.9.2 . But how can I have you can not connect with the PlayerPoint , to mobs produce points thanks ! :)
-
View User Profile
-
Send Message
Posted Apr 17, 2016Hello, I'm from China. Can I put this plugin in MCBBS?
-
View User Profile
-
Send Message
Posted Mar 6, 2016@Whimsy85
Please check the ticket I've answered. You can fix it yourself. Just update the Sound setting in your config. The sound enum (names) have changed with 1.9. You need to pick one of the new sound names :)
-
View User Profile
-
Send Message
Posted Mar 3, 2016Hi, can u update this for 1.9 ? :)
It works, but giving some errors... I love this plugin! :)
Thanx :)
[Server thread/ERROR]: Could not pass event PlayerPickupItemEvent to MobMoney v1.3.0 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.EntityItem.d(EntityItem.java:288) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.EntityHuman.c(EntityHuman.java:391) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.EntityHuman.n(EntityHuman.java:383) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.EntityLiving.m(EntityLiving.java:1747) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.EntityHuman.m(EntityHuman.java:141) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.EntityPlayer.k_(EntityPlayer.java:239) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.PlayerConnection.c(PlayerConnection.java:136) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.NetworkManager.a(NetworkManager.java:223) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.ServerConnection.c(SourceFile:187) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:746) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:361) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:630) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:534) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95] Caused by: java.lang.IllegalArgumentException: Sound effect ITEM_PICKUP does not exist at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at org.bukkit.craftbukkit.v1_9_R1.CraftSound.getSoundEffect(CraftSound.java:469) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at org.bukkit.craftbukkit.v1_9_R1.entity.CraftPlayer.playSound(CraftPlayer.java:313) [craftbukkit-1.9.jar:git-Bukkit-4831c56] at org.avalon.mobmoney.MobKillListener.onMoneyPickup(MobKillListener.java:118) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_95] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [?:1.7.0_95] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_95] at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_95] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) [craftbukkit-1.9.jar:git-Bukkit-4831c56] ... 17 more
-
View User Profile
-
Send Message
Posted Jul 10, 2015Is there a problem for spigot 1.8.7 ? Because I can't set cent value...
-
View User Profile
-
Send Message
Posted Jun 20, 2015I added the permissions, but it will not allow players to pick up items. Ops can, but the players can not. What is the issue? I checked the permissions multiple times.
-
View User Profile
-
Send Message
Posted Jan 28, 2015Add toggle option for pick up item or just display the message.
-
View User Profile
-
Send Message
Posted Aug 10, 2014can you add config in world : A , if you kill zombie take 5 $ in world : B , if you kill zombie take 20 $
and thank you very much
-
View User Profile
-
Send Message
Posted Jul 21, 2014There's a bug where users can get the auctual ingot by killing in a hopper.
-
View User Profile
-
Send Message
Posted Jun 30, 2014I command that aktivates double money drop would be nice=)
-
View User Profile
-
Send Message
Posted May 16, 2014@pepper82 Nope, this plugin does not put health bars or anything else on mobs.
-
View User Profile
-
Send Message
Posted May 15, 2014Will do, soon. Can you just tell me if this plugin puts health bars over mobs heads?
-
View User Profile
-
Send Message
Posted May 15, 2014@pepper82
Please post your timings
-
View User Profile
-
Send Message
Posted May 15, 2014Nice plugin, unfortunately it causes A LOT OF LAG on a server (PlayerPickupItemEvent) !!!
Try it for yourself: spawn lots of mobs, kill them, collect the money and check out your timings ...
-
View User Profile
-
Send Message
Posted May 13, 2014@Muderz
They do lose it :o
-
View User Profile
-
Send Message
Posted May 12, 2014greate plugin but people should lose the gold ignot after picking it up.
-
View User Profile
-
Send Message
Posted May 9, 2014@conetopia3000
Please upload your config file on pastebin.com and post the link.
-
View User Profile
-
Send Message
Posted May 8, 2014@crysis992 when using 0.05 to 1.75 0.05 to 2.75 , ill get 1 or 2 $ , it won't go into Penny's/decimals.. or what ever you prefer to call it. All I'm getting is Conetopia has received 1$ messages Not sure why, i'm going to try and mess with essentials/vault and other plugins, could just be b/c of the Dev version of bukkit. I'll let you know in a few days if I can't figure it out.