🚀 PacketBlocks v1.1.1 — Block Position Keying Fix & Stability Improvements
⚙️ Internal Changes
- Migrated block indexing to WorldPosition rather than Location
- PacketBlock's may now have a set of BoundingBoxes rather than a single one.
Performance Improvements
This update should drastically improve lookup times and raytracing performance using the PacketBlockUtil#rayTrace method.
🚀 PacketBlocks v1.1.0 - Improved Bounding Boxes & Ray Tracing
✨ Changes
- Reworked bounding boxes to be identified by block state, allowing accurate shape retrieval for all block variants
- Overhauled packet block ray tracing to more accurately detect blocks
- Improved reliability when interacting with non-full and complex block shapes
🚀 PacketBlocks v1.0.2 — Block Update Fixes
✨ What's New
- ✔ Fixed player-specific block updates in
BlockUpdateAdapter - 🧹 Removed unused parameter in
handleStopDestroyfor cleaner code.
🧱 PacketBlocks v1.0.1 — Compatibility & Stability Update
🔄 What’s Changed
-
Refactored internal package structure
ThePacketBlockManagerand related classes have been moved from
net.bitbylogic.packetblocks.manager→net.bitbylogic.packetblocks.block.
This improves organization and clarity within the codebase. -
Minor performance improvements during fake block updates and chunk handling.
⚠️ Developer Notice
If you encounter:
NoSuchMethodError: net.bitbylogic.packetblocks.PacketBlocks.getBlockManager()
you are running an outdated version of PacketBlocks.
Please update your server’s JAR to this release and rebuild any dependent plugins against it.
💡 Recommended Action
- ✅ Replace old PacketBlocks JAR with this one on your server.
- 🔁 Rebuild dependent plugins (if you use the API).
- 🧩 Confirm
allow-flight=trueinserver.propertiesto avoid player kicks on fake blocks.
PacketBlocks v1.0.0
PacketBlocks is a Spigot/Paper library that allows you to create and manage client-side blocks visible only to certain players.
Simulate block breaking, manage per-player visibility, and use utility features like bounding boxes and animations.
📖 For full installation instructions and API usage, see the GitHub README.
🌐 View the Javadocs: https://bitbylogics.github.io/PacketBlocks/



