v2.0

Details

  • Filename
    RecipeManager.jar
  • Uploaded by
  • Uploaded
    May 30, 2013
  • Size
    672.32 KB
  • Downloads
    8,242
  • MD5
    11e3f296b47240d88869203c1f5c6898

Supported Bukkit Versions

  • 1.5.2
  • 1.5.1
  • 1.5.0

Changelog

v2.0

  • Added hopper handling for furnaces;
  • Changed/fixed @ingredientcondition flag:
    • Fixed it and other flags glitching first result when used in results;
    • Fixed not blocking furnace ingredients from being placed;
    • Fixed it not comparing names/lores properly when colored due to unconverted colors;
    • Changed to require a 'regex:' prefix for name and lore arguments;
    • Added warning for invalid regex patterns along with a tip on testing regex patterns online;
    • Added warning for ingredients that were not found in the recipe;
  • Added name/lore/enchant options for in-line items
    • Useful for @displayitem in particular but can be used in most other item definitions that accept limitless items;
    • Syntax is as follows: <material>:[data]:[amount] ; name <name> ; lore <line> ; enchant <enchant> [level];
    • Of course, except material, all arguments are optional and lore argument can be used more than once;
  • Fixed smelt&fuel recipes being usable in already burning furnaces;
  • Added @displayresult flag to define a custom item that will be displayed as result with alternative 'first' argument to define the first one (useful with @ingredientcondition);
  • Added example recipe of both previous flags in action in the 'advanced recipes.html' file;
  • Fixed update notifier always printing there's a new version only for joining OPs;
  • Changed update notifier from printing to OPs to printing to players having 'recipemanager.command.rmupdate' permission;
  • Fixed overwritten recipes ignoring their flags because the original ones weren't fully removed;
  • Edited 'basic recipes.html' to fix some syntaxes to make more sense and some typos;
  • Removed 'recipemanager.skipflags.<flag>' permission nodes and replaced them with 'recipemanager.flag.<flag>' that are default true, due to people giving themselves all possible permissions;
  • (RMAPI) Cleaned up events code by removing some, renaming some, but it makes more sense now;

Please report bugs and issues that you have in the tickets section.