Essentials is a powerful all-in-one PocketMine-MP plugin that provides essential commands, moderation tools, utilities, and developer events for Minecraft Bedrock servers.
- ✅ Full teleportation system (
/tpa,/back,/tpahere, etc.) - 💬 Private messaging with
/telland/reply - 🔄 Gamemode and fly toggles
- 🧑⚕️ Heal, feed, milk and godmode commands
- 🔧 Item repairing system (
/fix hand//fix all) - 🔍 Ping, near, vanish, and nick customization
- 🔥 Burn, clear inventory, and broadcast support
- 🌲 Tree spawning command
- 🔐 Extensive permissions per command and target
- 🧩 Events API for developers to hook into actions
- 🧼 Clean, modular, and extensible code structure
- Download the
.pharfile from Poggit - Place it into your
/pluginsfolder. - Restart the server.
- You're ready to go!
| Command | Permission | Description |
|---|---|---|
/essentials help |
essentials.command.help |
Shows available commands |
/essentials list |
essentials.command.list |
Lists all plugin commands |
/essentials reload |
essentials.command.reload |
Reloads plugin data |
/essentials save |
essentials.command.save |
Saves the sessions manually |
/back |
essentials.command.back |
Teleports to the previous location |
/broadcast |
essentials.command.broadcast |
Sends a global server message |
/burn |
essentials.command.burn |
Sets you on fire |
/burn <player> |
essentials.command.burn.other |
Sets other player on fire |
/clear |
essentials.command.clear |
Clears your inventory |
/clear <player> |
essentials.command.clear.other |
Clears inventory of another player |
/feed |
essentials.command.feed |
Restores hunger |
/feed <player> |
essentials.command.feed.other |
Feeds another player |
/fix |
essentials.command.fix |
Base fix command |
/fix all |
essentials.command.fix.all |
Repairs all inventory items |
/fix all <player> |
essentials.command.fix.all.other |
Repairs all items of another player |
/fix hand |
essentials.command.fix.hand |
Repairs item in hand |
/fix hand <player> |
essentials.command.fix.hand.other |
Repairs hand item of another player |
/fly |
essentials.command.fly |
Toggles flight |
/fly <player> |
essentials.command.fly.other |
Toggles flight for other player |
/gamemode |
essentials.command.gamemode |
Changes your gamemode |
/gamemode <player> |
essentials.command.gamemode.other |
Changes gamemode for other player |
/god |
essentials.command.god |
Enables god mode |
/god <player> |
essentials.command.god.other |
Enables god mode for other player |
/heal |
essentials.command.heal |
Heals yourself |
/heal <player> |
essentials.command.heal.other |
Heals another player |
/milk |
essentials.command.milk |
Removes potion effects |
/milk <player> |
essentials.command.milk.other |
Removes effects from another player |
/near |
essentials.command.near |
Shows nearby players |
/nick |
essentials.command.nick |
Changes your nickname |
/nick <player> |
essentials.command.nick.other |
Changes another player’s nickname |
/nick reset |
essentials.command.nick.reset |
Resets your nickname |
/nick reset <player> |
essentials.command.nick.reset.other |
Resets another player’s nickname |
/ping |
essentials.command.ping |
Displays your ping |
/ping <player> |
essentials.command.ping.other |
Shows ping of another player |
/reply <message> |
essentials.command.reply |
Replies to the last private message |
/tell <player> |
essentials.command.tell |
Sends a private message |
/tpa <player> |
essentials.command.tpa |
Sends teleport request |
/tpahere <player> |
essentials.command.tpahere |
Sends teleport-here request |
/tpaccept |
essentials.command.tpaccept |
Accepts teleport request |
/tpdeny |
essentials.command.tpdeny |
Denies teleport request |
/tree |
essentials.command.tree |
Spawns a tree near you |
/vanish |
essentials.command.vanish |
Makes you invisible |
/vanish <player> |
essentials.command.vanish.other |
Vanishes another player |
| Permission | Description |
|---|---|
essentials.command.back.bypass |
Allows bypassing teleport-back cooldown |
essentials.command.feed.bypass |
Allows bypassing feed cooldown |
essentials.command.heal.bypass |
Allows bypassing heal cooldown |
essentials.command.milk.bypass |
Allows bypassing milk (cleanse) cooldown |
essentials.tell.see |
Allows staff to see all private messages |
essentials.vanish.see |
Allows staff to see vanished players |
These custom events allow developers to extend or react to Essentials' actions:
PlayerBackEventPlayerBurnEventPlayerChangeFlyEventPlayerChangeGodEventPlayerChangeNickEventPlayerChangeVanishEventPlayerClearInventoryEventPlayerFeedEventPlayerFixEventPlayerHealEventPlayerMilkEventPlayerPrivateMessageEventServerBroadcastEventSpawnTreeEventTeleportRequestEventTeleportRespondEvent
Register them just like any standard PocketMine event.
If this plugin has helped you, consider supporting its development:
Your support is greatly appreciated!
Made with 💙 by FrostCheatMC