Skip to content

Releases: BenWoodworth/FastCraft

FastCraft v3.2.12

14 Mar 01:04
Compare
Choose a tag to compare

Fixes

  • Locale assets failing to download, since HTTPS is now required (#206, fixed by @SrBedrock)

FastCraft v3.2.11

15 Nov 17:39
Compare
Choose a tag to compare

Changes

  • Add Turkish translation for command.reload.reloaded (#204, Thanks to @Bartuzen)

FastCraft v3.2.10

11 Jun 19:07
Compare
Choose a tag to compare

Changes

  • Only download/load locales as they're needed

Fixes

  • NullPointerException with missing Material ordering resource
  • Don't throw exception on InventoryClickEvent with unknown ClickType

FastCraft v3.2.9

17 Jan 22:12
Compare
Choose a tag to compare

Changes

  • Added an API, with access to players' FastCraft preferences
  • Use Minecraft language assets files for non-English item names (Minecraft 1.13+)

Fixes

  • Fix fewer items being crafted when using multiplier in specific circumstances (#188)

FastCraft v3.2.8

02 Oct 21:14
Compare
Choose a tag to compare

Changes

  • Add player-defaults.enable to config
  • Add layout.items to config
    • Custom items in the UI
    • Optionally run server command when clicked

Fixes

  • Fix AbstractMethodError in other plugins for Bukkit 1.9-1.12

Fastcraft v3.2.7

21 Aug 23:06
Compare
Choose a tag to compare

Changes

  • Hide/show recipes when the player's inventory changes
  • Implement performance improvements

Fixes

  • Fix an item duplication glitch

Fastcraft v3.2.6

18 Jul 01:51
Compare
Choose a tag to compare

Fixes

  • Fix error with handling recipes with Air ingredients
  • Fix error when incrementing statistic for Item that isn't tracked

Fastcraft v3.2.5

03 Jul 14:10
Compare
Choose a tag to compare

Fixes

  • Fix error on plugin enable

Fastcraft v3.2.4

02 Jul 23:25
Compare
Choose a tag to compare

NOTE: This release fails to enable due to a bug

Fixes

  • Sort new 1.6 items in correct order
  • Increment minecraft:interact_with_crafting_table statistic

Fastcraft v3.2.3

25 Jun 20:13
Compare
Choose a tag to compare

Changes

Fixes

  • Avoid re-registering permissions on plugin reload