By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Advanced WorldEdit plugin
version 1.2.0-beta2
Approved
Direct Download How to install?
Switch version
90609 Downloads / 193589 Total
75 Reviews
Plugin Description §



✔️ Advanced WorldEdit commands
✔️ Supports fast filling
✔️ Schematics support
✔️Simple hill making
✔️ Minecraft: Java Version maps world fixer
✔️ Supports last pocketmine api version

👍 1.2 Update:

  • Plugin cleanup
  • Lots of new commands
  • Bug fixes
  • Schematics support

🏠 BuilderTools commands:

  • All BuilderTools commands starts with //except for the /buildertools command that was added as an alias because //help not works in newer versions.
  • In game, you can get list of all commands using commands //commands

All BuilderTools Commands:

Command Description
//commands Displays list BuilderTools commands

Alias: //commands, /buildertools
Usage: //commands <page: 1-4>
//pos1 Select first position

Aliases: //1, //pos1
Usage: //pos1

You need select two possitions for eg. filling or fixing Minecraft: Java Edition maps.
//pos2 Select second position

Aliases: //2, //pos2
Usage: //pos2

You need select two possitions for eg. filling or fixing Minecraft: Java Edition maps.
//fill Fill selected area

Aliases: //set, //change
Usage: //fill <id1:dmg1,id2,...>

First you must create area using //pos1, //pos2 or by //wand.
//wand Switch wand tool

Usage: //wand

First position is set by breaking the block, second by touching the block. Wand tool can be turned of typing //wand again.
//sphere Creates sphere

Usage: //sphere <id1:dmg1,id2,...> <radius>

Creates a sphere in your position.
//cube Creates cube

Usage: //cube <id1:dmg1,id2,...> <radius>

Creates a cube in your position.
//replace Replace blocks in selected area

Usage: //replace <blocksToReplace: id1,id2> <blocks: id1:dmg1,id2,...>

Replace blocks in selected area. First you must create area using //pos1, //pos2 or by //wand.
//draw Draws with blocks

Usage: `//draw <cube
//copy Copy selected area into the clipboard

Usage: //copy

Copied area can be placed again using //paste, merged with the environment //merge or rotated //rotate.
//paste Paste copied area

Usage: //paste
//merge Merge copied area

Usage: //merge
//rotate Rotate copied area

Usage: //rotate

When rotating an object, you must rotate to the side to which you want to rotate the object, and then write the confirm to the chat. If you want to cancel rotation, type cancel into the chat.
//flip Flip copied area

Usage: //flip

Rotate copied area upside down.
//undo Cancels BuilderTools action

Usage: //undo
//fix Fixes blocks from Minecraft: Java Edition

Usage: //fix

First you must create area using //pos1, //pos2 or by //wand.
//tree Spawns tree

Usage: `//tree <tree
//naturalize Replaces blocks in selected area to grass,dirt and stone

Usage: //naturalize
//id Displays id of item in your hand

Usage: //id
//clearinventory Clears inventory

Usage: //clearinventory
Alias: //ci
//blockinfo Switch block info mode

Usage: //blockinfo
Alias: //bi

In blockinfo mode you can get information about block by touching it.
//hsphere Creates hollow sphere

Usage: //hsphere <id1:dmg1,id2,...> <radius>

Creates hollow sphere in your position.
//hcube Creates hollow cube

Usage: //hcube <id1:dmg1,id2,...> <radius>

Creates hollow cube in your position.
//pyramid Creates pyramid

Usage: //pyramid <id1:dmg1,id2,...> <radius>

Creates pyramid in your position.
//hpyramid Creates hollow pyramid

Usage: //hpyramid <id1:dmg1,id2,...> <radius>

Creates hollow pyramid in your position.
//stack Stacks copied area

Usage: `//stack [side
//outline Fills holow selected area

Usage: //outline <id1:dmg1,id2,...>

Fills holow selected area.
//move Move blocks

Usage: //move <x> <y> <z>

Move blocks in selected area.
//schematic Manage with schematics

Usage: `//schem <reload

📃 Permissions:


All BuilderTools Permissions:

Permission Command Opertor
bt.cmd.help //commands ✔️
bt.cmd.pos1 //pos1 ✔️
bt.cmd.pos2 //pos2 ✔️
bt.cmd.fill //fill ✔️
bt.cmd.wand //wand ✔️
bt.cmd.sphere //sphere ✔️
bt.cmd.cube //cube ✔️
bt.cmd.draw //draw ✔️
bt.cmd.copy //copy ✔️
bt.cmd.paste //paste ✔️
bt.cmd.merge //merge ✔️
bt.cmd.rotate //rotate ✔️
bt.cmd.flip //flip ✔️
bt.cmd.undo //undo ✔️
bt.cmd.fix //fix ✔️
bt.cmd.tree //tree ✔️
bt.cmd.naturalize //naturalize ✔️
bt.cmd.id //id ✔️
bt.cmd.clearinventory //clearinventory ✔️
bt.cmd.blockinfo //blockinfo ✔️
bt.cmd.hsphere //hsphere ✔️
bt.cmd.hcube //hcube ✔️
bt.cmd.schematic //schematic ✔️
bt.cmd.cylinder //cylinder ✔️
bt.cmd.hcylinder //hcylinder ✔️
bt.cmd.pyramid //pyramid ✔️
bt.cmd.hpyramid //hpyramid ✔️
bt.cmd.stack //stack ✔️
bt.cmd.outline //outline ✔️
bt.cmd.move //move ✔️
bt.cmd.schematic //schematic ✔️

🗺️ Schematics

  • BuilderTools supports only MC-Edit schematics file format. Other formats won't be loaded
  • Schematics files are loaded through async tasks when server starts and are stored on server rams. If you want to load schematics when is used //schem load command, change schematic.load from startup to oncommand in /plugin_data/BuilderTools/config.yml

Schematic Loading:

  1. Download schematic file e.g. from minecraft-schematics.com and put it to /plugin_data/BuilderTools/schematics/ folder
  2. Type //schem load <schematic>
  3. Type //schem paste

🔧 Configuration

  • New in 1.2
  • Default configuration:
---
# Do not change this!
config-version: 1.2.0    
    
schematics:    
  # Available modes: startup, oncommand    
  # - startup - when plugin starts, all schematics will loaded
  # - oncommand - schematics will been loaded when player use '//schem load' command
 load: startup    
 items:    
  wand-axe:    
    enabled: true    
    name: "§r§fWand Axe\n§7§oBreak for first pos\n§7§oTouch for second pos"    
  blockinfo-stick:    
    enabled: false    
    name: "§r§fDebug Stick\n§7§oTouch block for info"    
...  

💰 Credits

💡 License

Copyright 2018-2019 CzechPMDevs    
    
Licensed under the Apache License, Version 2.0 (the "License");    
you may not use this file except in compliance with the License.    
You may obtain a copy of the License at    
   
http://www.apache.org/licenses/LICENSE-2.0    
   
Unless required by applicable law or agreed to in writing, software    
distributed under the License is distributed on an "AS IS" BASIS,    
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.    
See the License for the specific language governing permissions and    
limitations under the License.  

Full license here.

What's new §
  • Added support for api 3.9.0+
  • Schematics are now loaded using AsyncTask when server starts
  • Bug fixes
  • Schematic support
  • New commands: //hcube, //hsphere, //pyramid, //hpyramid, //cylinder, //hcylinder, //stack, //outline, //move, //schematic
  • Small cleanup
  • Bug fixes
  • Plugin cleanup
  • New icon
  • fixed fill command (signs works for now)
  • fast filling is faster
  • undo works
  • added redo
  • added fast fill to //paste; //merge and //fix
  • fixed some crashes new in 1.8

Sec9097
using v2.0.0-beta1
18 Mar 26
eklenti hatalı
Harixytb
using v2.0.0-beta1
05 Jun 24
too bad there is no longer the //fix because it was super useful
SergeKrivelevich
using v2.0.0-beta1
11 Sep 23
EasyEdit is better
Hydros01
Outdated
using v1.4.0
25 Jan 23
FantasyGirl1988
Outdated
using v1.4.0-beta2
19 Jul 22
Super Plugin, aber können sie eine Option machen womit man die Nachrichten von Ganzen plugin ändern kann?
NoobMCBG
Outdated
using v1.4.0-beta1
20 Jun 22
wow
hhvz
Outdated
using v1.3.1
18 May 22
i love the plugin
GabriMode
Outdated
using v1.3.1
27 Apr 22
Several commands stopped working :(
TukangM
Outdated
using v1.3.1
09 Apr 22
bug cannot use //fill
tgwaste
Outdated
using v1.3.1
13 Feb 22
Good plugin but /fill no longer accepts IDs :(
NhanAZ
Outdated
using v1.3.1
11 Feb 22
ChernegaSergiy
Outdated
using v1.3.1
09 Feb 22
Gezou
Outdated
using v1.3.1
09 Jan 22
i do //pos1 //pos2 but when i type //fill block id it gives me this "Error while proccessing the command: No blocks specified in the string 95"
Bedwarsking4789
Outdated
using v1.3.1
31 Dec 21
good plugin but ids Not working from iteams
VixikHD
01 Jan 22
Wtf are you writing about?
xXhen2527Xx
Outdated
using v1.3.0-beta2
14 Dec 21
Perfectly, Updated to PMMP4 Awesome. Good work! Now i can edit my world easily with this plugin. Thank you so much!
theohdg2
Outdated
using v1.3.0-beta1
08 Dec 21
ChernegaSergiy
Outdated
using v1.2.0
30 Aug 21
Perfectly!
MrNinja008
Outdated
using v1.2.0
19 Jul 21
oK
HafizZada16
Outdated
using v1.2.0-beta4
14 Jul 21
TheConceptually
Outdated
using v1.2.0-beta4
16 May 21
Crazy-KBH
Outdated
using v1.2.0-beta2
22 Mar 21
When I try to load an MC-Edit schematics file, the console comes up with this error: [Server thread/CRITICAL]: Could not execute asynchronous task SchematicLoadTask: Task crashed. help will be appreciated. msg me on discord: zCrazy#7165
mcmFrusa-php
Outdated
using v1.2.0-beta2
21 Aug 20
if you could add something that could rotate an object the plugin would be easier to use to make a skywars
evilslime1352
Outdated
using v1.2.0-beta2
20 Aug 20
its ok, i dont know how to use //set for percents. like for example when i do //set 8,15,16 it only fills iron but i want all of them mixed together randomly.
IronHead43
Outdated
using v1.2.0-beta2
08 Aug 20
A must have for builders, would be useful to have //walls
jsonfromstatefarm
Outdated
using v1.2.0-beta2
26 Jul 20
TWRRR
Outdated
using v1.2.0-beta2
02 Jul 20
DDJTUSE
Outdated
using v1.2.0-beta2
01 Jul 20
naturalize command error occurs and closes the server when I try to use it (I'm in mcpe 1.16)
KAitofN
Outdated
using v1.2.0-beta2
01 Jul 20
Could You add Brush So people can make mountaitan terrian ?
VixikHD
21 Mar 21
I'd recommend BlockSniper plugin for that purpose, however, in buildertools is inbound //draw command with similar function
skillDev5235
Outdated
using v1.2.0-beta2
18 Jun 20
Very good, but //naturlize do not working.
tgwaste
Outdated
using v1.2.0-beta2
23 May 20
Best one I've used so far!! As previously mentioned, would love //walls
VixikHD
21 Mar 21
Try beta3
DerpCarft
Outdated
using v1.2.0-beta2
09 May 20
//naturalize doesn’t work for me
VixikHD
21 Mar 21
Try beta3
mrsidell
Outdated
using v1.2.0-beta2
14 Apr 20
Great plugin. Would love to see a //schem save option to create my own schematics. I had the crash problem on /copy but I upgraded my server memory and that fixed it. I think copying large regions requires large amounts of memory. Surprise surprise.
rwps
Outdated
using v1.2.0-beta2
11 Apr 20
Love it (thanks!) but crashes if copying a lot: Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in phar://C:/PocketMine/plugins/BuilderTools.phar/src/czechpmdevs/buildertools/editors/Copier.php on line 82
F0xT1me
Outdated
using v1.2.0-beta2
22 Mar 20
The plugin is very good, but there is one thing, can you make permissions for everything, and not separately?
mrpwes
Outdated
using v1.2.0-beta2
27 Feb 20
ethaniccc
Staff Outdated
using v1.2.0-beta2
13 Feb 20
Great world edit plugin, stands up to general standards. Just wondering if other commands are going to be in the next release of this plugin (such as //replacenear and //walls).
KiraGodx
Outdated
using v1.2.0-beta2
04 Feb 20
Crashes when //copy
Ether0p12348
Outdated
using v1.2.0-beta2
17 Jan 20
Love this plugin! I have one problem. Is there another schematic format I should look for, or is it just a plugin error? I would really like to know why it says that "Sponge" is not supported after I type "//schem load {schem file}" and "//schem paste"
GamakCZ
17 Jan 20
I'm working on to implement it.
driver1848
Outdated
using v1.2.0-beta2
22 Dec 19
Great Plugin, but how can I get the axe and the debug stick, wich is called in config.yml?
GamakCZ
23 Dec 19
Axe using //wand and Stick using //bi (if it's enabled)
Kingofchaos0214-MC
Outdated
using v1.2.0-beta2
19 Oct 19
Everytime i try to paste a schematic from any website, I get this error... [buildertools] Invalid schematic format (Sponge) Isn't Supported can u help me? I dont use this much so if you CAN, can u contact me on discord? my tag is Kingofchaos0214#0001.
Endermanbugzjfc
Outdated
using v1.2.0-beta2
15 Oct 19
Awesome word edit plugin!
GamakCZ
25 Oct 19
Thx
explodersname
Outdated
using v1.2.0-beta2
30 Sep 19
Great!!! Works well, just wish there was //replacenear and //walls command! pls add thx!
ZZWILLIAMXXTrue
Outdated
using v1.2.0-beta2
30 Sep 19
Amazing plugin, though im getting an Error 9 on my logs, dont know if its the plugin or the thing im using
NixonBlaze45
Outdated
using v1.2.0-beta2
24 Sep 19
Great plugin!, But can you add the command called //replacenear
jennocool
Outdated
using v1.2.0-beta2
08 Sep 19
Option to make schematics?
GamakCZ
16 Sep 19
This feature is still under development
DramaLvl1
Outdated
using v1.2.0-beta2
12 Aug 19
This Plugin is Good but plz add this function that i can copy Chest and pls do //walls and //expand vert
GamakCZ
06 Sep 19
Of course
Nicaraguan
Outdated
using v1.2.0-beta2
02 Aug 19
This plugin is unevitable if your managing a server
MYTHICALMAN
Outdated
using v1.2.0-beta2
30 Jul 19
//walls ??
GamakCZ
06 Sep 19
I'm planning add this to next release
LeyKeyDev
Outdated
using v1.2.0-beta2
29 Jul 19
Can you add //drain //walls //cut and more pls :D
GamakCZ
10 Aug 19
Thx. I will try to implement as much new functions I can.
max777md
Outdated
using v1.2.0-beta2
18 Jul 19
verry good!
GamakCZ
20 Jul 19
thx

Reply to review by :

/ 5
Supported API versions
3.0.0
->
3.25.6
Producers §
  • Collaborators:
    • @GamakCZ
    • @VixikHD
  • Contributors:
    • @DRAGKILLS
    • @UnEnanoMas
    • @dadodasyra
    • @iteplenky
    • @jasonw4331
    • @xxFLORII
License §
Categories:
World Editing and Management
General
Admin Tools
Mechanics
Fun
Developer Tools
Permissions
Other files
Permissions
Commands
Edit world
Asynchronous tasks

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...