MoneyThief
This plugin implements the ability to a configurable amount of money from another player after you kill them. You can also get paid for killing mobs.
NOTICE
(05/10/2015) Man, what's going on with Metrics? It's been up and down, but mostly down. This hindered development a bit (new workspace, so needed to download new dependencies), but I managed to grab a copy of it while it was up today. Development can continue as normal. So, what's new? I've completely refactored the entire plugin to make it easier to add content in the future. I've also completely refactored the config file so that it actually makes sense.
For older messages, consider going here.
Features
- Money is taken from the victim, and given to the killer
- The amount of money taken is based on a percentage of the victim's balance
- A percentage of the victim's money is lost altogether.
- Players can also make money by killing mobs
- Each mob can have a different value associated with them.
- The percentage of money stolen from the victim, percentage of money lost forever, and value of each mob is configurable in the config file
- Upon killing a mob/player, or dying from a player, you will hear a customizable fanfare play.
- Multipliers can be applied to PVE events based on permissions, as specified in the config file
Commands
This plugin has four commands:
- /moneythief reloadconfig - Reloads the config file
- /moneythief worth [mob] - Displays a list of mobs and their values, or displays the values of a specified mob
- /moneythief group [group] - Displays a list of groups and their multipliers, or displays the multipliers of a specified group
- /moneythief v - Returns the plugin version
Permissions
- moneythief.reloadconfig
- moneythief.worth
- moneythief.group
These three are for the previous commands. The rest are as follows:
- moneythief.PVE - You need this to get money from mob kills
- moneythief.PVP - You need this to get money from player kills
- moneythief.bypassPVP - If you have this, you will not activate the PVP event upon your death. You keep you money!
- moneythief.bypassPVE - If you have this, you will not lose money when killed by a PVE event.
- moneythief.group.<group name> - If you have this, you will receive multipliers for PVE events as specified in the config.
Dependencies
This plugin is dependent on Vault. You need to have a permissions plugin such as PermissionsEx to use this plugin.
Config
Due to length, the config file has been moved here.
Metrics
This plugin uses Metrics for anonymous usage statistics collections. You can opt out of the statistics collection for this plugin specifically at any time by disabling it in the config. You can opt out of Metrics altogether by editing plugins/Plugin Metrics/config.yml and changing the "opt-out" node to true.You can view the collected statistics at mcstats.org/plugin/MoneyThief. Collected stats are:
- General Stats (How many total servers use the plugin, and the combined number of players on all the servers)
- Server Location
- Metrics Version
- Minecraft Version
- Java Version
- Operating System (Version, name, architecture)
- System Core Count
- Server Version
- Whether the server is on offline or online mode

Credits
This plugin was created by myself, but I would like to acknowledge the following people:
- madtomic - Has been supporting this project since the beginning, giving suggestions, doing tests, and stopping me from slacking off! Thanks!
- Everyone in the Hysteria Unleashed community - Developing help, being supportive, and being awesome
Donations
I will never charge money for my plugins. If you want to support me, feel free to donate here.
Issues
Having problems? Found a bug? Want to suggest a new feature? Feel free to drop me a ticket here!
-
View User Profile
-
Send Message
Posted Jun 23, 2015@Volkula
Wow, sorry about that.
Latest version (v1.2.8) will contain a bug fix when it goes live. I apologize for any inconveniences my ineptitude has caused.
I have also removed the latest two broken builds so no one downloads them.
-
View User Profile
-
Send Message
Posted Jun 22, 2015@Ratismal
So... Again (
-
View User Profile
-
Send Message
Posted Jun 22, 2015Can we please have a permission to double, triple, and quadruple what is configured. This way donors can earn more for being donors.
-
View User Profile
-
Send Message
Posted Jun 22, 2015@Volkula
Oh wow, I forgot to add slimes to the config. That's embarrassing.
As far as multiworld goes, I will not explicitly be adding in multiworld support to my plugin. This is due to the way Bukkit handles worlds; I have had very bad experiences with it. As a workaround, there is a moneythief.bypassPVP permission node. Most permission handlers have per-world permission support, so it would be easy to simply give everyone the bypassPVP ndoe on a specific world. Hope this helps!
-
View User Profile
-
Send Message
Posted Jun 22, 2015Error when i kill slime. I add
Into config and error disappeared )
And one more question. Can u add multiworld support? Cause when players play on PvP arena they loose money )
(sorry for my bad english)
-
View User Profile
-
Send Message
Posted Jun 20, 2015@Volkula
I don't think your code tag worked as intended :P
Anyways, this error is from killing a mob that doesn't exist in the config. Considering that this plugin was built for 1.8.1, it is very possible that there are new mobs in 1.8.6 or that mob IDs are different (I don't really keep up with the minecraft updates). Can I get more information about what caused this error, such as what mob was killed? I previously had no plans to update this plugin until the next major version of minecraft, but if mob IDs have changed I'll have no choice.
In the meantime, a solution is to add the mob to the config file. It just requires knowing the mob ID, which is generally easy to figure out. If you run into any difficulties doing this, just let me know.
-
View User Profile
-
Send Message
Posted Jun 20, 2015Spigot 1.8.6
-
View User Profile
-
Send Message
Posted Mar 28, 2015@TimeHD
Navigate (in)to \plugins\MoneyThief\songs
and delete the songs =P
-
View User Profile
-
Send Message
Posted Mar 28, 2015How can i completely deactivate these 3 songs?
-
View User Profile
-
Send Message
Posted Mar 24, 2015@Ratismal
Thanks again for the update!
-
View User Profile
-
Send Message
Posted Mar 11, 2015Thanks for the update buddy! :-)
-
View User Profile
-
Send Message
Posted Feb 28, 2015Please add a setting/perm node to choose whether to enable/disable the plugin for specified worlds and players that have creative gamemode.
-
View User Profile
-
Send Message
Posted Feb 25, 2015Thanks for the quick fix!
-
View User Profile
-
Send Message
Posted Feb 23, 2015@Spydermike1
If i were you, i wouldn't even consider using /reload. Just use a plugin such as PluginManager or PlugMan, and reload MoneyThief (not sure if this solves your problem but atleast its safer than reloading the whole server).
-
View User Profile
-
Send Message
Posted Feb 22, 2015@Spydermike1
Hmmm, that's really strange! I tested it just now, and it seemed to have worked by only using the reloadconfig command. I'll look into this further, but I have no idea why it didn't work for you.
My reasoning behind using 'moneythief' as a base command was that 'MT' is pretty vague, and I didn't want my plugin to interfere with other plugins. Another reasoning was that using the reloadconfig command only every gets used during the initial configuration of the plugin, and you can always use the up-arrow key to do the previous command. However, if more people request a shorter base command, I'll implement it.
Thanks for all the criticism! I really appreciate it.
-
View User Profile
-
Send Message
Posted Feb 22, 2015First. Awesome mod! love this idea.
second I edit config fromPIG: 5.0] to [PIG: 0.01]save, upload, reloadconfig... still gives 5 dolla.THIRD if you could add a shorthand command like say </MT reload> instead of </moneythief reloadconfig> that would be nice
-[EDIT]-
So just doing a /reload and reloading EVERYTHING updates the config in moneythief but not using /moneythief reloadconfig. not sure why.
-
View User Profile
-
Send Message
Posted Feb 21, 2015@madtomic
It's here! :D
-
View User Profile
-
Send Message
Posted Feb 21, 2015waiting for download... :)