v2.16.1

Details

  • Filename
    RecipeManager.jar
  • Uploaded by
  • Uploaded
    Aug 13, 2019
  • Size
    690.20 KB
  • Downloads
    444
  • MD5
    b6b6fe27e4bba8231412a44770a842fe

Supported Bukkit Versions

  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

  • FIX: nometa condition check on pre 1.14 servers (error with customModelData)
  • FIX: nometa condition check on pre 1.12 servers (error with localizedname)
  • FIX: noname and nolocalizedname condition checks
  • FIX: update 'item aliases.yml' to include names for id conversions to prevent id being used in messages
  • FIX: @CustomModelData wasn't being loaded correctly
  • FIX: @IndividualResults wasn't setting names/lores correctly and now supports shift click crafting
  • FIX: Multi-result recipes flag support and now supports shift click crafting
    • This should be the last of recipes being disabled from shift clicking
  • FIX: Improved shift click crafting overall. If the inventory doesn't have room, results will be dropped on the ground
  • FIX: Move recipe error messages from player messages to the item lore and add clearer messages
  • FIX: @Override, @Remove, @Restrict: Fixed shaped recipe matching for 1.12 and below
  • FIX: @Secret: Fixed secret result not showing when set on recipe or all results. Added singular message variant
  • NEW: @ItemName, @ItemLore, @Command, @Message, @Broadcast: Added ability to reuse random numbers
    • {rand n} reuse a random output, where n is the nth {rand} used excluding this format
  • Misc. cleanup and bugfixes