Skip to content

FurnitureLib Update 3.1.5

Compare
Choose a tag to compare
@Ste3et Ste3et released this 15 Jan 17:32
· 43 commits to master since this release

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