v2.16.0

Details

  • Filename
    RecipeManager.jar
  • Uploaded by
  • Uploaded
    Aug 5, 2019
  • Size
    690.75 KB
  • Downloads
    457
  • MD5
    37393814366f3228200293b73a0681f5

Supported Bukkit Versions

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

Changelog

  • FIX: data/durability not being set in 1.13/1.14 shaped/shapeless recipes
  • FIX: @ItemName, @ItemLore, @Command, @Message, @Broadcast: Fixed multiple {x}, {y}, or {z} variables from crashing the server
  • FIX/NEW: @IngredientCondition, @HoldItem, @CloneIngredient: Double pipes '||' can be used in arguments and will be replaced by a single '|' to better support regex
  • FIX: Campfire and stonecutting index weren't being removed correctly
    • Example: "@ingredientcondition iron_nugget | lore regex:one||two" will now correctly match one or two
  • NEW: @ItemName, @ItemLore, @Command, @Message, @Broadcast: Added ability to output random numbers.
    • {rand #1-#2} Outputs a random integer between #1 and #2. Example: {rand 5-10} will output an integer from 5-10",
    • {rand #1-#2, #3} Outputs a random number between #1 and #2, with decimal places of #3. Example: {rand 1.5-2.5, 2} will output a number from 1.50 to 2.50
  • NEW FLAG: @RepairCost - Sets the default item repair cost
  • NEW FLAG: @LocalizedName - Works the same as @ItemName, but sets the localized name instead
  • NEW FLAG: @CustomModelData - Sets the custom model data that can be used in conjuction with data packs for custom textures
  • NEW: @IngredientCondition, @HoldItem - Add conditions for localizedname and custommodeldata
  • NEW: @ItemName, @ItemLore - Added 'display' and 'result' parameters to show in only one location. Defaults to showing in both with no parameter
  • NEW: @ItemName, @ItemLore - Can now be added in the recipe section as well as results
    • In @ItemName, this acts as a default and any result @ItemNames will override, unless only setting one of the 'display' or 'result' parameters
    • In @ItemLore, this will add lore lines to the beginning of all results