Core library for DiamondFire mods, allowing them to share a common codebase and systems.
fix: No more use of getPlayer on mode switch when running /locate, cause it isn't necessary and leads to strange NPEs on certain plots
feat: switch some stuff from Component to Text
feat: switch plot names to components
fix: redundant null check in flint mode debug command
feat: throw nullpointer instead of crashing when player is null
fix: Cancelling a sent command still triggered the packet after
Merge remote-tracking branch 'origin/main'
ci: fix workflow