Skip to content

PearlPlus

Shallowplague edited this page Jun 11, 2026 · 1 revision

PearlPlus — stasis pearl loader

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.

What it does

  • 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) or load <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.

Setup guide

  1. Build your stasis chambers and note each trigger block / pearl location.
  2. Register a pearl for a player: .pp add <playerName> <pearlId> <x> <y> <z>.
  3. (Optional) set a default so a bare load works: .pp defaultpearlid <id>.
  4. (Optional) lock it down: .pp whitelist on then .pp whitelist add <playerName>.
  5. Enable it: .pp on. Players now whisper the bot load / load <id>.

Commands

.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

Clone this wiki locally