
Discord - REPORT BUGS 🐞
Anti Enderpearl Stasis Chamber ⛔️🧊 No more pearl stasis hacks – normal pearls stay 100% fine.
💡 What does it do?
This plugin blocks Ender Pearl stasis chambers (pearls parked in water/bubble columns with trapdoors, etc.) while still allowing:
- ✅ Normal ender pearl teleporting
- ✅ Long-range pearls
- ✅ Ender pearl cannons / launchers
Only real stasis chambers get blocked.
🔍 How it works (simple)
The plugin watches each pearl and checks:
- Is the pearl stuck in a tiny 1x1 area?
- Is it just bouncing up & down in water / bubble column?
- Is there soul sand or magma under it (classic stasis design)?
- Has it been like this for a while (not just a normal throw)?
If yes → it marks that pearl as stasis. When that pearl tries to teleport the player, the teleport is cancelled.
⭐ Features
-
🛑 Blocks stasis chambers only – no false flags on normal gameplay
-
🧨 Cannon-safe – pearls that keep flying are never blocked
-
⚙️ Configurable detection
- How long before stasis check starts
- How small the “stasis area” is (radius & height)
- Whether it must be in water/bubble column
- Whether to require soul sand / magma base
-
📝 Custom message & alerts
- Change the blocked message
- Toggle console log
- Optional staff alerts (
antistasis.alert)
-
🧠 Lightweight – only tracks active pearls, with limits to avoid lag
-
🧾 No dependencies – pure Spigot API
⚙️ Basic config (easy)
detection:
min-stasis-age-ticks: 120 # start checking after ~6 seconds
max-horizontal-radius: 0.6 # how wide the pearl can move
max-vertical-span: 3.0 # how tall it can bounce
require-liquid-column: true # must be in water/bubble
require-bubble-column: true # must see a bubble column
allow-soul-sand-base: true
allow-magma-base: true
behaviour:
block-message: "&cEnder pearl stasis chambers are disabled on this server."
send-block-message: true
notify-console: true
notify-staff: false
notify-staff-permission: "antistasis.alert"
📥 Install
- Drop the AntiStasis-1.0.jar into your
pluginsfolder. - Start/restart the server.
- Edit
config.ymlif you want stricter/looser detection. /reloador restart again.
Works on: Spigot / Paper / Purpur / Folia 1.21.x ✅
