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
- 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
- Fix Issue with Skullpatcher on newer Spigot/Paper Servers
Full Changelog: https://github.com/Ste3et/FurnitureLib/compare/v3.2.2...v3.2.3
Furniture Update 3.2.2
- Fix issue that the Model didn't load the playerskin on skulls correctly #35b6c42
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
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
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
-
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
-
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
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.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
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
-
Furniture Update 3.0.0
New Features
- Minecraft Display Support
- ItemDisplay
- BlockDisplay
- TextDisplay
- Minecraft Interaction Support
- Arm Swing Animation for Furnitures
- Compile in Java 17 please update your java version
Fix
- Yaw and pitch miss calculation for several situatuions
Remove
- Support for 1.9.x
- Support for 1.10.x
- Support for 1.11.x
ProtectionLib changes
- No Changes
Furniture Update v2.9.3
- Remove Spigot incompatible Plugin Code
- These Version is compatible with spigot 1.19.4
- make sure to use the correct ProtocolLib
- IMPORTANT
- Make Sure your server runs on JAVA 17 the JAVA 8 support ends with the next UPDATE
- IMPORTANT
ProtectionLib
- Release the devbuild to support the latest Lands Update
FurnitureLib Update
- Rework StringTranslater handling
- Placeholders will be changed from #STRING# to <string> Old #STRING# Placeholder will be worked too but will be removed in the future
- Some placeholder's from the 2.9.1 has been fixed
- Fixed
- language file loading have been fixed.
Future Improvements
- Furniture Website rework has been started 40%
- ProtectionLib
- will be includet into FurnitureLib as shadow Plugin in the Future ProtectionLib modules can be downloadet over the Furniture Website then its done.
- Model Size calculation is at work but it takes much more enhancement
ProtectionLib
- No Changes
FurnitureLib Update 2.9.1 -> Fix an critical bug if you rightlick an model with an executable command. -> IMPORTANT FurnitureLib 2.9.x is the last update with Java 8 support, please update your system to JAVA 17!
ProtectionLib -> No Official Changes -> IMPORTANT ProtectionLib will be changed to JAVA 17 soon!