Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
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 β


