A PocketMine-MP plugin that makes life easier for builders. https://poggit.pmmp.io/p/BuTils
Find a file
2025-07-29 09:42:50 +02:00
resources Various changes 2023-11-10 21:51:13 +01:00
src/wex/BuTils Removed old dependancy & added gamemodes 2025-07-29 00:48:24 +01:00
.gitignore added gitignore 2023-11-10 16:04:15 +01:00
.poggit.yml added lib 2023-11-11 02:48:46 +01:00
icon.png poggit icon 2023-11-11 02:18:11 +01:00
LICENSE Initial commit 2023-11-10 00:20:44 +01:00
phpstan.neon added phpstan 2023-11-10 16:04:06 +01:00
plugin.yml Removed old dependancy & added gamemodes 2025-07-29 00:48:24 +01:00
README.md Removed old dependancy & added gamemodes 2025-07-29 00:48:24 +01:00

BuTils

A simple builder utility PocketMine-MP plugin, designed to be as easy as possible to use.

Features

  • Customisable Flying Speed (horizontal & vertical)
  • Creative No-Clip
  • Toggleable Night Vision
  • Toggleable Explosions
  • Toggleable Leaves Decay
  • Toggleable Liquids Flow
  • Toggleable Falling Blocks Gravity
  • Toggleable Coral Death
  • Minimalistic Overview UI
  • Gamemode Commands (Adventure, Creative, Survival, Spectator)

Commands

Name Description Aliases Usage Permission
butils BuTils overview command N/A /butils butils.command.butils
flyspeed Update your flying speed fs, fspeed /flyspeed [float:speed]/[string:reset] [float:vertical speed] butils.command.flyspeed
nightvision Toggle night vision nv /nightvision butils.command.nightvision
noclip Toggle no-clip nc /noclip butils.command.noclip
gma Set player to adventure mode /gma [player] butils.command.gamemode.adventure
gmc Set player to creative mode /gmc [player] butils.command.gamemode.creative
gms Set player to survival mode /gms [player] butils.command.gamemode.survival
gmsp Set player to spectator mode /gmsp [player] butils.command.gamemode.spectator