MoneyThief-1.3.2

Details

  • Filename
    MoneyThief.jar
  • Uploaded by
  • Uploaded
    Mar 31, 2016
  • Size
    54.04 KB
  • Downloads
    1,363
  • MD5
    b3b48d9a90dd99d61603f8a8d3a6e0d6

Supported Bukkit Versions

  • 1.9
  • 1.8.1

Changelog

If there is a config change, make sure to delete/update your old config, or things might break or not work as intended. Thanks!

V1.3.2

  • Updated to support 1.9
  • Revised colour schemes a bit

v1.3.0

  • NOTE: Config completely changed. You need to update/delete your existing config or this plugin will not work!

New:

  • Implemented reward/penalty multipliers for ranks. In order to make them compatible with any permission plugin, these take the form of permissions that you can give to a group. For example, if you make a "vip" group, you must give the permission "moneythief.group.vip" to the vip group in your permissions plugin. It will not automatically apply. These multipliers only work with PVE events.
  • Added a "/moneythief group" command, which will return a list of groups and their multipliers.

Changed:

  • Completely refactored the plugin and config file. This will make it easier to work with and update in the future.
  • Added a search feature to the "/moneythief worth" and "/moneythief group" commands. For example, doing "/moneythief worth OCELOT" would tell you the values of an ocelot. The search parameter is case sensitive.
  • Made messages be processed in a more logical manner
  • Added the potential for default values for mobs (if they aren't named in config)

v1.2.14

  • NOTE: Config change. But it's pretty much optional.
  • Prevented a mob missing from config generating a stacktrace.
  • I added the config node "notify-missing-mob". If a player kills a mob and that node is set to true, it will tell you which mob is missing.
  • If the node is missing, it defaults to true.
  • This is a minor update. I was hoping to implement rank multipliers, but I just need to push this out now before Metrics goes down again.

v1.2.13

  • NOTE: Config change. You need to update/delete your existing config or this plugin will not work!
  • Implemented a generic death cause, just in case one can't be found. It can be set under the config node "ed.genericcause"

v1.2.12

  • NOTE: Config change. You need to update/delete your existing config or this plugin will not work!
  • Implemented more death causes
  • Changed how 'a' and 'an' in mobnames were processed, so that translations should [hopefully] work better. To achieve the same effect as before, use the new '%A' tag.

v1.2.10

  • Fixed a minor bug where pvp messages were formatted in the wrong order

v1.2.9

  • NOTE: Config change. You need to update/delete your existing config or this plugin will not work!
  • Changed how pvp messages are formatted
  • Added configurability for pvp and pve default death messages
  • Implemented Metrics

v1.2.8

  • Fixed bug where stacktrace would return upon mob death

v1.2.7

  • Tried to fix a bug (unsuccessfully)

v1.2.6

  • NOTE: Config change. You need to update/delete your existing config or this plugin will not work!
  • Added slimes to the config file
  • Added option to not count artificially spawned mobs

v1.2.5

  • Fixed the majors and minors that are sent to the victim of a player x player kill event.
  • Fixed the moneythief.bypassPVE permission node note working.

v1.2.4

  • NOTE: Config change. You need to update/delete your existing config or this plugin will not work!
  • Added Majors and Minors. See the config for more details.
  • Implemented money loss when killed by a mob.
  • Misc bug fixed.

v1.2.3

  • Commented out a couple lines that were only meant as debug test before release, but lead to be an annoyance due to my forgetfulness

v1.2.1

  • Made minor change to update checker
  • Implemented kill logging, as well as a config option to disable the logging

v1.2.0

  • Made the fanfares customizable. See here for details.
  • Added update checker that runs on plugin initiation. There is an option in the config to disable it.
  • Fixed how the plugin loads permission files, and thus fixing the reloadconfig command in the process.