v2.22.0

Details

  • Filename
    RecipeManager.jar
  • Uploaded by
  • Uploaded
    Mar 30, 2020
  • Size
    783.19 KB
  • Downloads
    187
  • MD5
    d7b7287badca5d119370db5c6f4fff95

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13

Changelog

  • FIX: @PotionItem, @PotionEffect, @SuspiciousStewItem: Fixed potion and potion effect parsing
  • FIX: @MonsterSpawner: Removed "Set min delay" message on parse
  • FIX: HTML Docs: Made the nav consistent across static and generated files
  • FIX: HTML Docs: Added links in 'recipe flags.html' for 'name index.html' for quicker referencing
  • NEW: @ApplyEnchantment: Add 'anvil' action to increase levels by one if they match or take the max of the two
  • NEW: @ApplyEnchantment: Add 'maxlevel' argument to restrict the enchantment levels
  • NEW: @CloneIngredient: Add 'allowedtypes' argument to clone from ingredients other than the result type
  • NEW FLAG: @ForDelay, alias 'delay': Run other flags after a delay
    • Format: @ForDelay <delay> @<flag declaration>
  • NEW FLAG: @ForRepeat, alias 'repeat': Run other flags multiple times with an optional delay between them
    • Format: @ForRepeat <times to repeat> <delay per repeat> @<flag declaration>
  • REMOVE: @Cooldown: Removed 'delay' alias in favor of @ForDelay
  • REMOVE: @SpawnParticle: Removed 'delay' and 'repeat' arguments in favor of @ForDelay and @ForRepeat

KNOWN BUG for 1.12 or older that causes it to break on startup. Next release will fix it.