Skip to content

Releases: Ste3et/FurnitureLib

v3.2.4

06 Oct 10:59
Compare
Choose a tag to compare

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: v3.2.3...v3.2.4

v3.2.3

20 Sep 14:53
Compare
Choose a tag to compare

FurnitureLib

  • Fix Issue with Skullpatcher on newer Spigot/Paper Servers

Full Changelog: v3.2.2...v3.2.3

Furniture Update 3.2.2

07 Aug 04:52
Compare
Choose a tag to compare

Furniture Update 3.2.2

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

Full Changelog: v3.2.1...v3.2.2

FurnitureLib Update 3.2.1

26 Jun 05:53
Compare
Choose a tag to compare

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 Update 3.2.0

15 Jun 20:39
Compare
Choose a tag to compare

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 Update 3.1.5

15 Jan 17:32
Compare
Choose a tag to compare

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

Furniture Update 3.1.4

22 Dec 20:07
Compare
Choose a tag to compare

Furniture Update 3.1.4

  • Update for 1.20.3/4 Minecraft Version

FurnitureLib Update 3.1.2

04 Oct 15:23
Compare
Choose a tag to compare

FurnitureLib Update 3.1.2

  • Support for Minecraft 1.20.2

Furniture Update 3.1.1

28 Jun 04:37
Compare
Choose a tag to compare

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

Furniture Update 3.1.0

11 Jun 13:14
Compare
Choose a tag to compare

FurnitureLib Update 3.1.0

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

ProtectionLib

  • No Changes