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
FurnitureWebsite
ProtocolLib Changes
Fix WorldGuardv7 isOwner check on global regions #6e78478
Add PostPlotDeleteEvent to prevent RegionClearEvent then the player #423494b the PlotClearEvent isn't supported at the moment https://github.com/IntellectualSites/PlotSquared/issues/4288

FurnitureLib is an Libary for Spigot Servers to handle 3d modeling with Armorstands over Packets, it requirement ProtocolLib.