-
Notifications
You must be signed in to change notification settings - Fork 1
PearlPlus
Shallowplague edited this page Jun 11, 2026
·
1 revision
A stasis-pearl loader baked in from the PearlPlus 2.0.9 plugin (by duccss / steve2b2t). Players whisper the bot to teleport themselves home via a stored ender-pearl trapped in a stasis chamber. Coexists with ZenithProxy's separate PearlLoader — no collision.
Command: .pearlplus (alias .pp).
The deposit side — throwing pearls into chambers to stock them — is a separate module: see PearlDrop.
- Per-player stored pearls (a player can have several, each with an id and a trigger location), an optional default pearl id, and a whitelist.
- Players whisper
load(default pearl) orload <id>and the bot pulls that player's pearl. - Auto-detect of newly placed pearls (with an optional temporary mode + distance check), optional return-to-start-position after firing, and optional drop-pearl-after-load.
- Build your stasis chambers and note each trigger block / pearl location.
- Register a pearl for a player:
.pp add <playerName> <pearlId> <x> <y> <z>. - (Optional) set a default so a bare
loadworks:.pp defaultpearlid <id>. - (Optional) lock it down:
.pp whitelist onthen.pp whitelist add <playerName>. - Enable it:
.pp on. Players now whisper the botload/load <id>.
.pearlplus on/off
.pp list | list clear
.pp add <playerName> <pearlId> <x> <y> <z>
.pp del <playerName> <pearlId>
.pp defaultpearlid <word|none>
.pp load <playerName> <pearlId>
.pp returnpos on/off
.pp strict on/off
.pp autodetect on/off
.pp autodetect temp on/off
.pp distancecheck on/off
.pp autodefault on/off
.pp whitelist on/off | add | remove | clear | list
.pp droppearlafterload on/off
- What's New — 5.x Beta 🧪
- Installation
- Command Reference
- Movement & Transport
- The ShiftClick fix
- Notifications (ntfy)
- FAQ
Remote control & access 🧪 (5.x beta)
Built-in modules
- AquariusMiner
- AquariusSniffer
- PearlPlus
- VillagerTrader
- PearlDrop
- KitMaker
- Regear
- ElytraPilot
- Enchanter
Stash system
Extending