
VanishCore
A modern, lightweight vanish plugin built natively for Folia. Disappear completely. No tab list. No chest sounds. No trace.
Список изменений
v1.0.1
🐛 Fixed: silent chests stopped working after teleporting between worlds
On multi-world servers, the silent-chest feature broke after a vanished player teleported across worlds — the lid animation and sound would start leaking to other players again.
Cause: the feature matched open containers using a full Location (which is tied to a specific world object). After a cross-world teleport, the world reference no longer matched, so the suppression silently failed. The lookup also touched the player's world from a network thread, which is unsafe on Folia.
Fix: container matching is now world-agnostic (based on block coordinates only) and no longer accesses world state from network threads. Silent chests now keep working no matter how many times you warp between worlds.
Note: this only affected servers with more than one world. Single-world servers were never impacted.
