Karmiconomy v0.176

Details

  • Filename
    Karmiconomy.jar
  • Uploaded by
  • Uploaded
    May 24, 2013
  • Size
    118.66 KB
  • Downloads
    2,681
  • MD5
    c56a41cb4570babb116572b9036f89bf

Supported Bukkit Versions

  • 1.5.2

Changelog

0.176

  • Update to PlayerPoints v1.6
  • Build against 1.5.2

0.175

  • Fix support for PlayerPoints
  • Build against 1.5.1

0.174

  • 1.3.x support due to the change regarding player chat events.

0.173

  • Configuration options to choose what economy plugins to pay out to.
    • economy.vault and economy.playerpoints, both will automatically be added and set to true.

0.172

  • Register bypass permission nodes to the server.
  • Register custom bypass permission nodes.

0.171

  • Fixed typos on a few bypass permission nodes.

0.17

  • Add per-command support
    • All commands will go in the commands.yml, and will follow the structure provided on the Configuration page.
  • Added bypass permission nodes
    • Bypass means it will not deny the action and will also ignore the limits for any action.
  • Added per-item/command custom bypass permission nodes
    • You can define your own permission node for each specific item / command that you have in your configuration files.
  • Fixed the deny by limit localization message to use the correct message.
    • Before, it was using the deny by money message.
  • Item/block names will now follow the built-in Bukkit MaterialData conventions.
  • Reduced complexity for the main event listener.
  • Minor refactoring.

0.163

  • Items in the values.yml can now specify worlds to act on.
  • Updated to new PlayerPoints API.
  • Minor cleanup.

0.162

  • Fix NPE on missing permission message.
  • Internal changes to permission handling.

0.161

  • Fixed error regarding taming animals.
  • Minor internal cleanup.

0.16

  • Major internal changes -> slightly reduced size of file (for what its worth)
  • Added options to send player message on when they are paid for an event / action.

0.15

  • Initial multiworld support.
    • To specify what worlds the event should listen for / act upon, just add another section under the event called "worlds:" and make it a list of the worlds you want to apply it to.
    • If the list is missing or is empty, then it will simply apply to all worlds. Thus, this does not break the current standard.
  • Initial localization support.
    • Just edit the strings in the localization.yml config file. It will parse color codes (no other types of codes yet, such as bold or italics) appropriately and apply certain field tags if given. Not all messages support all fields.
  • Fixed the heroes attack mob event to utilize the correct fields and config options.

v0.14

  • Fixed mcMMO to actually pay out money / points on events
  • Refactored and restructured some internal code / packages
  • Support for Heroes
    • New config file for Heroes events

v0.13

  • Support for PlayerPoints
  • Support for mcMMO events
    • New config file specifically for mcMMO stuff

v0.12

  • SQLibrary changes.

If you use any of the following plugins, update them as well due to this internal library change:

v0.11

  • Fixed SQL query for items. Should fix the message regarding SQL error on field 'pickup' not having a default value.
  • SQLite to MySQL import edited.
    • Still not tested, so mileage may vary till I get around to testing it.
  • Other generic edits.

v0.1

  • Initial alpha release.
  • No in-game commands to reset a player's daily value... or for any management / administration.
  • SQLite to MySQL import not tested...