v2.1

Details

  • Filename
    RecipeManager.jar
  • Uploaded by
  • Uploaded
    Aug 17, 2014
  • Size
    447.60 KB
  • Downloads
    1,153
  • MD5
    22e2760e27ff48a4cae6e709cd300e32

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

v2.1

(THDigi)

  • Fixed @ingredientcondition's lore argument with 'regex:' prefix checking name's regex pattern instead, giving an error if name arg not defined
  • Also fixed a probably confusing example.
  • Fixed shutdown error when metrics is disabled in config.yml.
  • Fixed possible issues with reload and re-enabling metrics.
  • Possible fix for errors when loading furnaces without inventories.
  • Fixed update checker printing new 'null' version to joining OPs when it is disabled;
  • Added permission for update notify receivers: 'recipemanager.command.rmupdate'
  • Added check for connection to print a user-friendly error if it can't establish a connection.
  • API: Added clearFlags() method for Flaggable interface (use by ItemResult and BaseRecipe).
  • Added check to ensure recipe is complete before generating the bukkit recipe.
  • Removed 'item' alias for 'rmfinditem' to prevent collisions with more important commands from other plugins
  • Possible fix for an startup error that triggers if you have a plugin with no package name, just the main class.
  • Fixed @keepitem flag not working if set on results
  • Fixed @ingredientcondition not subtracting ingredients if used on results

(Haveric)

  • Changed Integer to Double as getLastDamage() now returns a Double.
  • Fix DURABILITY enchantment returning a null EnchantmentTarget. Default any null EnchantmentTargets to ALL.
  • Remove Debug message from furnaces.
  • Updated to Metrics R7
  • Updated Metrics to work with updated getOnlinePlayers
  • Update to UUID support with Vault
  • Fixed a potential bug with colors not being supported in messages
  • Fixed regex for @cloneingredient data and @cloneingredient amount
  • Fixed @enchantedbook flag
  • Prevent unnecessary warning when using @remove in crafting recipes
  • Fixed @override causing certain recipe to throw errors.
  • Updated vanilla fuels
  • Updated how RecipeManager checks for updates to conform to the ServerMods API.

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

/rmreload does not always work. Please restart your server to reload recipes properly.