Let players upgrade their furnaces.
+ Added: [Suggestion] New level attribute for given exp when extracting items. You need to manually add it to the furnaces.yml file if you want to use it. See default file: https://github.com/IncrediblePlugins/FasterFurnaces/blob/main/furnaces.yml
+ Updated: IridiumSkyblock support
- Fixed: Error with chestprotect
- Fixed: Missing message menu-reopen
- Fixed: Bedrock confirm error
This plugin now requires Java 21 or newer.
- Fixed: Can't break protected furnace
- Fixed: ChestProtect hook allow region members
- Fixed: Untrust remove from default area
+ Added: Options to force furnaces to be placed inside claims or islands
integration:
  # Supports Lands (https://www.spigotmc.org/resources/53313), SuperiorSkyblock2, IridiumSkyblock, BentoBox
  lands:
    # Should players be allowed to place upgradeable furnaces only in claimed regions?
    # This disallows placing upgradeable furnaces in wilderness. If a claim is being removed, all furnaces inside it will be removed as well and will drop to the ground
    # or be given to the owner of the furnace.
    only-land: false
    # Remove furnaces of players that get untrusted from a region?
    # The furnaces will be removed and the furnace item will drop to the ground or be given to the player, if the furnace is in a loaded chunk.
    # If the furnace isn't in a loaded chunk, it will simply drop to the ground, the next time the chunk loads.
    untrust-remove: true- Fixed: CP protections not showing up in menu if first in chunk
+ Added: /furnace admin give command
- Fixed: ChestProtect integration
- Fixed: Max level value 100
- Fixed: Furnace database error
- Fixed: Missing flag message
- Fixed: Startup error related to SQLite
- Fixed: Missing message for chat input
+ Added: Support for blast furnace and smoker.
You need to add the item option to farms.yml:
  furnace:
    name: "&6&lUpgradeable Furnace"
    item: "FURNACE"
and so on.
Default furnaces.yml for reference: https://github.com/Angeschossen/FasterFurnaces/blob/main/furnaces.yml
+ Added: Entries in gui locale file to change attribute color and format
+ Added: [Suggestion] You can now limit and/or convert vanilla furnaces:
vanilla:
  # Convert normal furnaces to upgradeable furnaces upon placement?
  # Please keep in mind that this won't work, if players already reached their max amount of upgradeable furnaces.
  convert: false
  # Allow the placement of vanilla hoppers?
  place: true