v1.22

Details

  • Filename
    RecipeManager_v1.22.zip
  • Uploaded by
  • Uploaded
    Jun 10, 2012
  • Size
    135.90 KB
  • Downloads
    1,019
  • MD5
    5d52adb10a33d8a3850b88a87d816ef8

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

Change log

v1.22

(built on CraftBukkit: 1.2.5-R4.0) Changed files: readme.txt

  • Added Metrics (you can disable it for all plugins in plugins/PluginMetrics/config.yml by setting opt-out: true)
  • Added colored log messages, can be turned off in config.yml
  • Improved Shift+Click in furnaces, removed the restriction and now Shift+LeftClicking any item will put it in the ingredient slot and Shift+RightClicking will put it in the fuel slot
  • Fixed recipes awarding exp/level/money for recipes that have multiple results and use Shift+Click on them
  • Fixed players above level 150 not beeing able to craft recipes (getting grass instead, the placeholder item)
  • Fixed COMBINE recipes using rewards and restrictions from CRAFT recipes instead
  • Fixed SMELT recipes sometimes instantly smelting the recipe
  • Added @command, @message and @log flags for recipes, see readme.txt for details.
  • Added customizable success/failure messages for individual flags (like @giveexp), see readme.txt for details.
  • Replaced lang_*.yml system with a simple messages.yml file, removed "language: <val>" from config.yml as well
  • Removed check for item compatibility against enchantments, it adds enchantments regardless of item (but still checks for amount as that glitches alot of stuff)
  • Removed cap on enchantment levels, you can now use any value, you can also use "MAX" to use the maximum valid enchantment level.
  • Removed cap on result percentages (was 1-100), you can now specify 0% items that'll be just for display there (or you can just not specify any percentage for the first item and specify 100% for the next item(s))
  • Improved 'existing-recipes' change detection on rmreload, it now properly detects when changed from "nothing" to "replace"
  • Improved format of readme.txt, added examples for recipes.
  • Improved code that monitors and processes furnaces each tick
  • Added ability to track down who placed the smelting ingredient and fuel so you can use commands, messages, rewards, etc on them, they're also saved between server restarts BUT this won't work for items already in furnaces before the update, only those added after this update.
  • Added error handling for recipe crafting, if any error occurs it will cancel the event so players won't recieve unwanted items
  • Recoded some stuff to reduce the amount of static variables & methods
  • Added an API for developers to use, currently it only gives out methods used by the plugin itself, if you need more stuff just ask.
  • Not fully tested, might be buggy in certain situations... be on a lookout :}
  • Severe problems with rewards and custom messages