BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Install / Use
/learn @CzechPMDevs/BuilderToolsREADME
👍 1.3.0 Update:
- Bug fixes
- Clipboard compression
- Huge performance boost
- Support for API 4.0
- Added Sponge and MCStructure schematics formats
⬇️ Downloads:
| Version | Phar Download | Zip Download | API | Min php version | |-------------|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|--------------|-----------------| | 1.3.0-beta2 | Poggit | GitHub | 4.0.0^ | 8.0 | | 1.3.0-beta1 | Poggit | GitHub | 4.0.0^ | 8.0 | | 1.2.0-beta4 | Poggit | GitHub | 3.16.0^ | 7.4 | | 1.2.0-beta3 | Poggit | GitHub | 3.16.0^ | 7.4 | | 1.2.0-beta2 | Poggit | GitHub | 3.x.x | 7.0 | | 1.2.0-beta1 | Poggit | GitHub | 3.x.x | 7.0 | | 1.1.0 | GitHub | GitHub | 3.x.x | 7.0 | | 1.1.0-beta2 | GitHub | GitHub | 3.x.x | 7.0 | | 1.1.0-beta1 | GitHub | GitHub | 3.x.x | 7.0 | | 1.0.0 | GitHub | GitHub | 3.0.0-ALPHA7 | 7.0 |
<br><br>All released versions here
Other plugins by CzechPMDevs here
💬 FAQ
Required extension Core has an incompatible version (7.* not >=7.4)- Your server is using outdated PHP version. If you host your server by yourself, update your php binaries More information. If you are using some host provider, contact them to update their php version.
🔧 How to install BuilderTools?
- Download latest stable version from poggit
- Move dowloaded file to your server /plugins/ folder
- Restart the server
🏠 BuilderTools commands
- All BuilderTools commands starts with
//except for the/buildertoolscommand that was added as an alias because//helpnot works in newer versions. - In game, you can get list of all commands using commands
//commands
Commands
| Command | Description |
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| //commands | Displays list BuilderTools commands <br><br> Alias: //commands, /buildertools <br>Usage: //commands <page: 1-4> |
| //biome | Changes biome in selected area <br><br> Usage: //biome list OR //biome <biomeId> |
| //blockinfo | Switch block info mode <br><br>Usage: //blockinfo<br>Alias: //bi<br><br>In blockinfo mode you can get information about block by touching it. |
| //clearinventory | Clears inventory <br><br>Usage: //clearinventory<br>Alias: //ci |
| //center | Finds center of the selection <br><br> Usage: //center <br><br> Bedrock will appear in the middle of the selection |
| //copy | Copy selected area into the clipboard <br><br> Usage: //copy <br><br> Copied area can be placed again using //paste, merged with the environment //merge or rotated //rotate. |
| //cube | Creates cube <br><br> Usage: //cube <id1:dmg1,id2,...> <radius> <br><br> Creates a cube at your position. |
| //cut | Cuts out selected area <br><br> Usage: //cube <id1:dmg1,id2,...> <radius> <br><br> The are is afterwards moved on to clipboard. |
| //cylinder | Creates cylinder <br><br> Usage: //cube <id1:dmg1,id2,...> <radius> <br><br> Creates a cylinder at your position. |
| //draw | Draws with blocks <br><br>Usage: //draw <cube or sphere or off> [brush: 1-6] [fall = false] <br><br> We recommend to use this command while creating big mountains. Draw mode is turned on by typing //draw <cube or sphere> and can be turned of typing //draw off. |
| //fill | Fill selected area <br><br> Aliases: //set, //change <br> Usage: //fill <id1:dmg1,id2,...> <br><br> First you must create area using //pos1, //pos2 or by //wand.
