Minecraft World Edit Commadn to Make a Block Appear
Advanced WorldEdit commands
Using Sub Chunk Iterator to make block placing faster
Supports schematics
Minecraft: Java Version maps world fixer
Supports last PocketMine API version
π 1.2.0-beta4 Update:
- Bug fixes (#132, #142, #143, #146, #147, #148, #152)
- New //biome and //flip commands
- Fixed accuracy on //copy & //paste commands
- Fixed parent permission wasn't working
- New option in config (for compressing clipboards, cleaning player cache and for removing duplicate blocks)
- Fixed //undo wasn't working properly with some shapes
⬇️ Downloads:
Version | Phar Download | Zip Download | API | Min php version |
---|---|---|---|---|
1.2.0-beta5 | Try Latest Dev Version From Poggit CI | --- | 3.16.0^ | 7.4 |
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 |
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/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
Commands
Command | Description |
---|---|
//commands | Displays list BuilderTools commands Alias: |
//biome | Changes biome in selected area Usage: |
//blockinfo | Switch block info mode Usage: In blockinfo mode you can get information about block by touching it. |
//clearinventory | Clears inventory Usage: |
//center | Finds center of the selection Usage: Bedrock will appear in the middle of the selection |
//copy | Copy selected area into the clipboard Usage: Copied area can be placed again using |
//cube | Creates cube Usage: Creates a cube at your position. |
//cut | Cuts out selected area Usage: The are is afterwards moved on to clipboard. |
//cylinder | Creates cylinder Usage: Creates a cylinder at your position. |
//draw | Draws with blocks Usage: `//draw <cube |
//fill | Fill selected area Aliases: First you must create area using |
//fix | Fixes block in world from Minecraft: Java Edition Usage: |
//flip | Flips selection Usage The argument represents axis to flip the selection through. |
//hcube | Creates hollow cube Usage: Creates hollow cube at your position. |
//hcylinder | Creates hollow cylinder Usage: Creates hollow cylinder at your position. |
//hpyramid | Creates hollow pyramid Usage: Creates hollow pyramid at your position. |
//hsphere | Creates hollow sphere Usage: Creates hollow sphere at your position. |
//id | Displays id of item in your hand Usage: |
//merge | Merge copied area Usage: |
//move | Move blocks in selection Usage: Move blocks in selected area. |
//naturalize | Replaces blocks in selected area to grass,dirt and stone Usage: |
//outline | Fills hollow selected area Usage: Changes the all the outer layers. |
//paste | Paste copied area Usage: |
//pos1 | Select first position Aliases: You need select two positions for eg. filling or fixing Minecraft: Java Edition maps. |
//pos2 | Select second position Aliases: You need select two positions for eg. filling or fixing Minecraft: Java Edition maps. |
//pyramid | Creates pyramid Usage: Creates pyramid in your position. |
//redo | Re-do BuilderTools action Usage: |
//replace | Replace blocks in selected area Usage: Replace blocks in selected area. First you must create area using |
//rotate | Rotate copied area Usage: Y, X or Z is axis you can rotate object around. Use degrees as unit. Example: |
//schematic | Manage with schematics Usage: Manage with schematics (reload - loads all schematics to memory; load - loads schematics for //schem paste; list - displays list of loaded schematics. |
//sphere | Creates sphere Usage: Creates a sphere in your position. |
//stack | Stacks copied area Usage: `//stack [side |
//tree | Spawns tree Usage: There are implemented only basic trees ( |
//undo | Cancels BuilderTools action Usage: |
//walls | Makes walls around selection Usage: |
//wand | Switch wand tool Usage: First position is set by breaking the block, second by touching the block. Wand tool can be turned of typing |
π ️ Other features:
π Schematics
- You can save your selection to a file and then load it again
- BuilderTools supports loading MCEdit and MCStructure formats and creating schematics wth MCEdit format.
- Schematics are loaded asynchronously, that means it won't lag server while loading.
Loading schematics:
- Move schematic file to
/plugin_data/BuilderTools/schematics
directory - Load schematic using
//schem load <schematic>
- Paste into the world using
//schem paste <schematic>
Creating schematics:
- Select two positions using
//pos1
&//pos2
commands or using wand axe. - Use
//schem create <schematicName>
- File will be saved in directory
/plugin_data/BuilderTools/schematics/schematicName.schematic
π Fixing Java: Edition worlds
- BuilderTools is able to fix block ids in worlds generated by Minecraft: Java Edition.
- Currently, we support only Anvil world format
- To fix a world use
//fix <worldName>
- Worlds are fixed asynchronously, so the process will not freeze server. Players are able to play while fixing world, but are not able to join the world, which is being fixed.
π Permissions
All BuilderTools Permissions:
Permission | Command | Operator Permissions required |
---|---|---|
buildertools.command.help | //commands | |
buildertools.command.biome | //biome | |
buildertools.command.blockinfo | //blockinfo | |
buildertools.command.clearinventory | //clearinventory | |
buildertools.command.copy | //copy | |
buildertools.command.cube | //cube | |
buildertools.command.cut | //cut | |
buildertools.command.cylinder | //cylinder | |
buildertools.command.decoration | //decoration | |
buildertools.command.draw | //draw | |
buildertools.command.fill | //fill | |
buildertools.command.fix | //fix | |
buildertools.command.hcube | //hcube | |
buildertools.command.hcylinder | //hcylinder | |
buildertools.command.hpyramid | //hpyramid | |
buildertools.command.hsphere | //hsphere | |
buildertools.command.id | //id | |
buildertools.command.merge | //merge | |
buildertools.command.move | //move | |
buildertools.command.naturalize | //naturalize | |
buildertools.command.outline | //outline | |
buildertools.command.paste | //paste | |
buildertools.command.pos1 | //pos1 | |
buildertools.command.pos2 | //pos2 | |
buildertools.command.pyramid | //pyramid | |
buildertools.command.rotate | //rotate | |
buildertools.command.schematic | //schematic | |
buildertools.command.sphere | //sphere | |
buildertools.command.stack | //stack | |
buildertools.command.tree | //tree | |
buildertools.command.undo | //undo | |
buildertools.command.walls | //walls | |
buildertools.command.wand | //wand | |
π§ Configuration
- New in 1.2
- Default configuration:
# BuilderTools configuration file # Target BuilderTools version: 1.2.0-beta4 # Do not change this line. config-version: 1.2.0.2 # This is format which will be used for creating schematics # Supported formats: 'mcedit', 'mcstructure' output-schematics-format: 'mcedit' # Option for compressing clipboards. This will make the actions # slower, but reduces RAM usage. clipboard-compression: false # BuilderTools saves player's clipboard, undo & redo stuff when player # leaves server to disk. This cache should be cleaned after restart (to # avoid unexpected bugs). This option is to disable removing those files. clean-cache: true # PowerItems settings: 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
- Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
- Seabuild spawn built by CryptoKey
π‘ License
Copyright 2018-2021 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.
Minecraft World Edit Commadn to Make a Block Appear
Source: https://github.com/CzechPMDevs/BuilderTools
0 Response to "Minecraft World Edit Commadn to Make a Block Appear"
Post a Comment