mirror of
https://github.com/fra-lp/BuTils.git
synced 2026-06-26 06:51:53 +00:00
A PocketMine-MP plugin that makes life easier for builders.
https://poggit.pmmp.io/p/BuTils
- PHP 100%
|
|
||
|---|---|---|
| resources | ||
| src/wex/BuTils | ||
| .gitignore | ||
| .poggit.yml | ||
| icon.png | ||
| LICENSE | ||
| phpstan.neon | ||
| plugin.yml | ||
| README.md | ||
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 |