Skip to content

Releases: BenWoodworth/FastCraft

Fastcraft v3.2.2

22 Jun 00:29
Compare
Choose a tag to compare

Changes

  • Added a configuration option for limiting recipe calculations

FastCraft v3.2.1

24 May 18:21
Compare
Choose a tag to compare

Changes

  • Use actual item names in Minecraft 1.7-1.12, instead of nicely formatted Bukkit Material names

FastCraft v3.2.0

14 May 04:06
Compare
Choose a tag to compare

Changes

  • Added a configuration
    • Disable recipes by recipe ID
    • Customize FastCraft's layout:
      • Height of the UI
      • Positions of recipes and buttons
      • Items used for buttons
      • Disable buttons entirely
      • Optionally set a background item
  • Added a /fastcraft reload command
  • Created a resource pack (see wiki)
  • Updated Turkish localization (PR #172)

FastCraft v3.1.4

10 May 21:18
Compare
Choose a tag to compare

Changes

FastCraft v3.1.3

04 May 20:25
Compare
Choose a tag to compare

Changes

FastCraft v3.1.2

04 May 18:24
Compare
Choose a tag to compare

Changes

  • Register permissions into Bukkit
    • Register wildcard permissions
    • Make admin permissions parents of related non-admin permissions
  • Use cephalopoid_'s translations for Russian

Fixes

  • Fix command usage message syntax
  • Fix command messages being shown in English, regardless of the player's locale

FastCraft v3.1.1

03 May 15:14
Compare
Choose a tag to compare

Changes

  • Add temporary way to change the language of item names
    • Details can be found here

Fixes

  • Use UTF-8 instead of the default locale when reading lang files

FastCraft v3.1.0

01 May 22:48
Compare
Choose a tag to compare

Changes

  • Dropped support for all but the latest Bukkit builds for each Minecraft version
    • e.g. 1.7.5 and 1.13 are not supported, but 1.7.10 and 1.13.2 are
    • The dropped versions may still work, I just won't be fixing bugs for them
  • Added commands (and related permissions)
    • /fastcraft set enabled: enable/disable FastCraft
    • /fastcraft craft: open a crafting inventory (FastCraft or a crafting grid)
  • Added click sounds when buttons are clicked in FastCraft

Fixes

  • Fixed Dragon's Breath and Honey Bottle ingredients not returning empty bottles
  • Fixed statistics and achievements not being affected by crafting with FastCraft

Fastcraft v3.0.3

20 Apr 06:55
Compare
Choose a tag to compare

Changes

  • Start loading recipes after FastCraft is opened, so the GUI shows more quickly
  • Load recipes across several server ticks to reduce the load on the server
  • Add a workaround for SPIGOT-5534, a CraftBukkit bug which caused FastCraft to open incredibly slowly the first time it was opened

FastCraft v3.0.2

15 Apr 16:41
Compare
Choose a tag to compare

Changes

  • Fix parsing of Minecraft locale files