Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/FurnitureLib
  • FurnitureLib Update

    release4 июня 2026 г.
    • Add Support for Spigot/Paper 26.1

    • rework gradle building

      • FurnitureLib required Java 11
        • FurnitureLib Dispaly Entities required Java 17

        • FurnitureLib Folia required Java 21

  • FurnitureLib 3.2.9.2

    release10 января 2026 г.

    FurnitureLib Update

    • Add basic support for 1.21.11
    • Sorry for my late updates, i used my vecation to relax a bit, because my year 2025 was full of throuble from the work and my studie, i wish to say 2026 is better but thats to 100% a lie.
  • FurnitureLib 3.2.8

    release1 июля 2025 г.

    FurnitureLib update for MC 1.21.6/7

    Please use ProtocolLib build 753 or higher

    Fix

    • ItemParser & BlockStateParser
  • FurnitureLib 3.2.7

    release22 апреля 2025 г.

    FurnitureLib 3.2.7

    • Add Minecraft 1.21.5 Support
    • Fix Objects are invisible after rejoin.
  • FurnitureLib 3.2.6

    release22 декабря 2024 г.

    FurnitureLib 3.2.6

    Changelog

    • 1.21.3 or higher
      • Fix issue with Entity Teleporting
      • Fix issue with I/O ItemStack parsing
  • FurnitureLib 3.2.5

    release16 ноября 2024 г.

    FurnitureLib Update v3.2.5 is here

    • ReImplement Material Converter for handling old Materials baa4fae
    • Add MagmaCubes as Hitbox 715bbf8
    • Add ShulkerMobs as Hitbox 4e64501
    • Add Scalabel LivingEntitys 51c97e0
    • Update FurnitureLib to support 1.21.3 d1c5b66
    • Fix Crafting File Handling for older Server Versions 996db99

    Full Changelog: https://github.com/Ste3et/FurnitureLib/compare/v3.2.4...v3.2.5

  • FurnitureLib 3.2.4

    release6 октября 2024 г.

    FurnitureLib 3.2.4

    • Fix Issue with generic.scale Attribute in older Spigot Versions
    • Fix Issue with bad registred Crafting recipes from DataPacks
    • Add /furniture debug fixskull to replace bad saved PlayerHeads

    Full Changelog: https://github.com/Ste3et/FurnitureLib/compare/v3.2.3...v3.2.4

  • FurnitureLib 3.2.3

    release20 сентября 2024 г.

    FurnitureLib

    • Fix Issue with Skullpatcher on newer Spigot/Paper Servers

    Full Changelog: https://github.com/Ste3et/FurnitureLib/compare/v3.2.2...v3.2.3

  • FurnitureLib 3.2.2

    release7 августа 2024 г.

    Furniture Update 3.2.2

    1. Fix issue that the Model didn't load the playerskin on skulls correctly #35b6c42
  • FurnitureLib 3.2.1

    release26 июня 2024 г.

    FurnitureLib Update 3.2.1

    • Fix Version Error 9fb8bb6f
      • Tested versions:
      • [Purpur 1.20.4, Purpur 1.20.6, Purpur 1.21]
      • [Paper 1.20.4, Paper 1.20.6, Paper 1.21]
      • [Spigot 1.20.4, Spigot 1.20.6, Spigot 1.21]

    ProtectionLib

    • No Changes
  • FurnitureLib 3.2.0

    release15 июня 2024 г.

    FurnitureLib Update 3.2.0

    The Compatibility is a long hard process actually i work on the backwards compatibility, if you find something goes wrong on older Versions let it me know. FurnitureLib works now with Spigot & Paper 1.20.5 or higher. Please use the newest ProtocolLib devbuild for newer Minecraft Versions. https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

    Changelog

    • Add Compatibility with
      • Spigot [1.20.5,1.20.6,1.21]
      • Paper [1.20.5,1.20.6,1.21]
    • Update the gradle building Process (hopfully the last time)
    • Tested Compatibility with
      • Spigot [1.19,1.20.5,1.20.6,1.21]
      • Paper [1.19,1.20.5,1.20.6,1.21]
    • Please make sure you have a backup if something goes wrong
    • The Jar will be now exported with the Version name
  • FurnitureLib 3.1.5

    release15 января 2024 г.

    FurnitureLib Update 3.1.5

    NBT Changes
    The FurnitureLib NBTTag should now be match more with the Minecraft NBT tags, these changes make the FurnitureLib more compatible with NBT Tags generated from Mojang or provided with Commands.
    The FurnitureMaker plugin can now hande summon Commands generated from Websites like BDStudio.

    Limitation Options
    You can now change the limitation order for the Global Permission Element.
    All providet Limitation files can now load PermissionKits.

    PermissionKit:  
    	<kitName>:  
    		chair: -1  
    		total:  
    			enable: false  
    			amount: -1  
    # the permission for these kit is furniture.limit.chunk.<kitName>
    

    Limits who are not present in these kit are ignored and use the next kit or the global setting of chunk.yml in these setting

    Changelog

    • Add ItemName MiniMassage #6c22c51

    • Add CommandSender infos to dump handler #1f767a9

    • Add displayName & lore accept Component #1080dcf

    • Add PermissionLimitation #a00b50b

      • Your config.yml must be updated manually

      • limitConfig accept PERMISSION now

      • please take a look a thttps://dicecraft.de/furniture/config.php

      • You can now change the priority of the permission limit by sort the String

    • Add NBTTagList to stream #a5d6d37

    • Add isEntityTypeRegistred to FurnitureManager #90862e1

    • Change NBTTag match more with the Mojang format

      • Change Display AxisAngle4f to Quaternionf #1f5532e

      • Add Transformation to Display Entity #d478a22

      • Add Compount to BlockData #89c36c8

      • Add blockreader functionality tested with 1.20.4 #fe3e4db

    • Fix some Minecraft name typos #116211f

    • Fix an issue with project finding then ProjectName is null #91c32ac

    • Fix Model load wrong customName #800ea7d

    • Fix owner of Region must be member to destroy entity #561e3b8

    • Fix typo in config.yml RegionMemberAccess #cf1be8b

    • Remove default Italic Format for lores #5e811fc

    • Update MiniMassage Dependency for 1.20.4 #24a3bfa

    • Fix PlayerInteraction (remove friend) #4ba16a9

    • Fix Creative RemoveItem then it is true inside config #5a46f9e

    • Fix Permission Message didn't use MiniMessage Format #9a8641a

    Update Github

    Phase 1

    • Removing unnecessary files
    • Create Simple readme.md (wip)
    • Create Development Branch

    FurnitureWebsite

    • The download center display now the ci pipelene and the commit.
    • Update the config.yml in the config tab

    ProtocolLib Changes

  • FurnitureLib 3.1.4

    release22 декабря 2023 г.

    Furniture Update 3.1.4

    • Update for 1.20.3/4 Minecraft Version
  • FurnitureLib 3.1.3

    release28 октября 2023 г.

    Furniture Update 3.1.3

    • Fix incorrect text field in TextDisplays on 1.20.2 Servers

    ProtectionLib

    • No Changes
  • FurnitureLib 3.1.2

    release4 октября 2023 г.

    FurnitureLib Update 3.1.2

    • Support for Minecraft 1.20.2
  • Furniture Update 3.1.1

    release28 июня 2023 г.

    Furniture Update 3.1.1

    • Remove SLF4J shaded ressource
      • That should remove the Sysout on startup
    • Implement /furniture setname
      • The function can rename a FurnitureItem easly
      • RGB Support is currently not available

    ProtectionLib 1.8

    • Compile in Java8 for people who don't wanna be update there server
  • FurnitureLib Update 3.1.0

    release11 июня 2023 г.

    FurnitureLib Update 3.1.0

    • Update Version to Support Minecraft 1.20
    • MiniMessage support for TextDisplays and Armorstand displayname

    ProtectionLib

    • No Changes
  • FurnitureLib Update 3.0.4

    release14 апреля 2023 г.

    FurnitureLib Update 3.0.4

    • Plugin Version was not correct replaced in the past

    • Change org.bukkit.entity.TextDisplay.TextAligment

      to: org.bukkit.entity.TextDisplay.TextAlignment

    ProtectionLib:

    • No Changes
  • Furniture Update 3.0.3

    release9 апреля 2023 г.

    Furniture Update 3.0.3

    • Convert each Translation File
      • Maybe there is an update needet for these files
    • Limitation Rework
      • World, Chunk and Player Limitation have been completle reworked
    • Better Startup Console message
    • Colored Console Message on startup
    • Sorry for the secound update today, the Translation Files where missing
  • Furniture Update 3.0.2

    release9 апреля 2023 г.

    FurnitureLib Update 3.0.2

    • Experimental Folia Support

      • Folia
      • Please report any kind of bugs
    • Java 8 Support

      • reimplement Java8 Support for older Minecraft Servers
      • 1.12 & <1.18

    • Implement Minimessage for message handling

      • The Minimessage part have been moved into de.Ste3et_C0st.FurnitureLib.paper
    • Command rework

      • /furniture list
    • Language files

      • moved from /plugins/FurnitureLib/lang
      • to /plugins/FurnitureLib/language
      • you can convert your files with /furniture debug lang
    • Remove base64 classes

    • Fix rotation issue with older Server Versions

    • Fix loading issue with .dmodel files if a newer entity is includet

    • Fix Block Placement check for PaperSpigot

    • Async Chunkloading from Database

      • please backup your database

      • You can activate these by adding

      • "sync: false" to the top of config.yml

      • Beta Tests

1

Совместимость

Сведения

Лицензия:
Опубликован:3 года назад
Обновлён:1 неделю назад
ID проекта:
Главная