🚀 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/



