ExperienceMod 2.3.0

Details

  • Filename
    ExperienceMod.jar
  • Uploaded by
  • Uploaded
    Aug 3, 2012
  • Size
    253.42 KB
  • Downloads
    1,122
  • MD5
    c6787bd056356bc300cc21e6fb1fd33f

Supported Bukkit Versions

  • CB 1.3.1-R1.0

Changelog

V.2.3.0

Notes

  • The mod doesn't yet prevent the new experience drops from occurring, however you can use a patch to remove it from CraftBukkit.

Features

  • Made it possible to distinguish between slimes of different sizes. Example: slime|?|small: 3
  • Added the "drops" reward type (in addition to experience, virtual and economy) that allows you to reward players with items. Example:
items:
  diamond ore:
    bonus source:
      drops:
        gold ingot: 0.5  # 50%
        ice: [1, 3]

Changes

  • Updated experience and maxenchant (which is now obsolete) for 1.3.
  • Added metrics. To opt-out or disable it, to go PluginMetrics/config.yml.
  • Added a new version notification, along with automatic download. To disable it, set auto update to false in global.yml.
  • Added a error report generator, instead of relying on Bukkit.
  • Broadcast warnings to users with the admin permission when they occur.

API

  • Massive changes to the reward system. Any classes extending RewardProvider or RewardService must be updated.

Bug fixes

  • Fixed mChat causing NullPointerExceptions. Note that you will need a permission plugin for mChat to work.
  • Fixed a bug giving an incorrect amount of experience when stacks are divided in furnaces.

The new experience drops in 1.3 cannot yet be overridden.

See the previous release (2.2.0).