Home
Worldedit Download 1 13 2

Worldedit Download 1 13 2

февраля 08 2021

Worldedit Download 1 13 2

0
  1. Worldedit Minecraft 1.13.2
  2. Worldedit Download 1.15
  3. Worldedit 1.16.4 Download
  4. Worldedit 1.14 Download
  5. Worldedit Download 1.13.2

Here is the full WorldEdit for Minecraft Bedrock Edition running on Inner Core. In a general sense, it corresponds to the Java version offering the same features and functions. There are all the commands included in the default World Edit. First of all, it will be needed by those who play with installed IC mods or just want a convenient world editing tool.
  1. WorldEdit Mod Screenshots Description. WorldEdit is a mod for Minecraft 1.16.3/1.15.2, which will allow all players to edit the map the way they want. After all, now you have at your disposal a number of commands and tools with which you can edit everything around.
  2. Further work on 1.13.2 WorldEdit for Forge. Forge still is missing too many features to finish this, and I need to work out how to port the command wrapper system over. (de9798bf by matthew miller) Bump to 1.13.2 (cf435fd6 by matthew miller) Make it actually load into an IDE on latest FG (d079f06c by matthew miller).

Use my custom datapack installer dManager and install it directly into your world, get automatic updates, install dependencies like the worldedit core along and get a lot more packs here with almost no effort.Just download the app, run it, select your world and your favorite Worldedit Pack. WorldEdit Mod 1.16.1/1.15.2 Download Links. For Minecraft 1.13.2. Download from Server 1 – Download from Server 2. For Minecraft 1.14.3/1.14.2. Download from Server 1 – Download from Server 2. For Minecraft 1.14.4. Fabric version: Download from Server 1 – Download from Server 2.

By: 80LK

WorldEdit Commands:


//help
//limit
//pos1
//pos2
//wand
//toggleeditwand
//desel
//size
//replace
//set
//copy
//cut
//paste
//undo
//redo
//clearhistory
//box
//wall
//r
//reg / //region

What does WorldEdit do?


The reason why WorldEdit is actively used by most builders is its convenience. You only need to have a basic idea of how the mod works in order to edit the world.
Using it, you can cut and copy selected areas, add separate regions, replace or expand borders, and do many other things.
Without exaggeration, this is the easiest and most useful mod for any map maker in Minecraft Bedrock if you do not consider third-party apps.

How to select areas?


World Edit PE works like a cube. To create an editing area, take an ax (//wand) and make the first position (hit the first block - the edge of the area). Then make the second position by selecting the second block diagonally.
Once an area is created, you can perform any operations by editing your area as you like. Thanks to the memory features, save and duplicate areas, add new structures.

How to install the WorldEdit Mod?


1. Install Inner Core.
2. Download and open the [.icmod] file.

Download WorldEdit Mod for Minecraft Bedrock Edition


  • Category: Mods for Minecraft Pocket Edition

Recommend:

  • WorldEdit v1.1 for Minecraft Bedrock EditionOne of the most useful modifications for any mapmaker is ported to Inner Core, which means compatibility with almost all IC mods..
  • The Wall - Game of Thrones (Minecraft PE)Now it's your turn to go to the wall and serve the night watch. Their brotherhood is located in Castle Black near the wall. The wall itself is a giant structure..
  • Inner Core for Minecraft PE - 2.1.0b71 Multiplayer UpdateInner Core was created on the basis of the original MCPE 1.0.3 and is a full complement for creating and playing with mods, giving more features than Core Engie & Blocklauncher..
  • IndustrialCraft PE mod v2.0 Pre-Release 7 for Minecraft PEIndustrialCraft PE is a global mod for MCPE which is a very accurate IndustrialCraft copy for Minecraft PC. It contains the basic mechanisms, generators, and energy..
  • Factorization Mod 5.2 for Minecraft PE 0.11/0.12/0.13/0.14The basis of mod make blocks-mechanisms. With these systems of the mechanisms can be automated almost any process in the game. Mechanisms can handle and transport the resources, to generate energy,

WorldEdit has a powerful clipboard function that allows you to copy an area, paste it, and even save it to and load it from files. Clipboard contents are currently only cuboids and copying use the region you have selected.

  • Loading and Saving

Note that like history, your current clipboard is stored in your session and thus will be kept for 10 minutes after logging off (of a server).

Worldedit

Also like history, your current clipboard can be cleared with the /clearclipboard command.

Copy and cut¶

The //copy command copies your current selection to your session’s clipboard, keeping track of where you are relative to the copy. The second part of that sentence is very important; if you want to later paste, for example, a bridge so that it is under where you are standing, you must stand in a location above the bridge when you make the copy. This method allows you to easily align your later paste because you can plan ahead a bit; it requires some spatial abilities to master the copying process but you will find it particularly helpful once you get the hang of it.

//cut works just like //copy except that it also deletes the selected area afterwards. By default, it leaves air, but you can also specify a different block to leave behind.

Note

This remembers your current position relative to the copy. This is a very important concept to grasp otherwise you will not be able to control where you paste your copy!

Both commands have three additional flags:

  • -e can be specified to also copy/cut entities from the selection
  • -b can be specified to also copy biomes from the selection (“cutting” selections doesn’t make sense - some biome needs to be left there)
  • -m<mask> can be used to specify a mask of blocks to copy/cut. Any blocks that do not match will be replaced with air in your clipboard.

Pasting¶

Once you have something in your clipboard, you can paste it to world. The last argument is optional: if you want the copy to paste at the same point that it was copied at, type //paste-o, otherwise the paste will be placed relative to you. Remember that if you are pasting relatively, it will be relative to where you were when you made the initial copy. For example, if you were on top of your castle when you copied it, pasting it would result in the castle being pasted under you.

A primer on how relative positions work for clipboards

Like the copy/cut commands, the paste command also allows the same three flags:

  • -e can be specified to also paste entities, if your clipboard contains any
  • -b can be specified to also paste biomes, if your clipboard contains any
  • -m<mask> can be used to specify a mask of blocks to paste. Blocks that do not match the mask will not be pasted.

In addition, there are some additional flags:

  • -a will not paste air from your clipboard. This is the same as -m#existing. The -a and -m flag can be combined (or you can just add #existing to your mask).
  • -s will set your selection to the area you are pasting into.
  • -o will paste the clipboard back to its original origin, as explained above. This will disregard the entire “relative positions”.

Rotating¶

Sometimes you may want to rotate your copy. The //rotate<y>[x][z] command currently lets you rotate your copyaround the Y (up-down) axis 90 degrees or at any multiple of 90 degrees. To be accurate, it actually allows you torevolve your copy around the relative offset that you were at when you originally made the copy. If you wanted to rotatea copy around its center, you would have had to stand in the middle of the copy when you had made it.

Note that the rotate command can also take an angle to rotate around the X or Z axis, though you must specify 0 for theaxes that you don’t use, e.g. for X axis rotation //rotate090, and for Z axis //rotate0090. These two axescan be used to make something vertical, horizontal, or vice versa.

Flipping¶

The //flip[direction] command flips the current clipboard in a specified direction. The directions available are North, South, East, West, Up, and Down; you can also not specify in the command to use your current heading. The clipboard flips about a plane perpendicular to the direction specified, through the center of the clipboard. There are three planes, one horizontal (xz), and two vertical (xy, yz). The horizontal plane xz is defined through the up or down vectors, the xy plane defined by East/West, and the yz plane by North/South.

Using the flag -p flips the selection around the player, instead of across the selection’s center.

Loading and Saving¶

WorldEdit can work with “schematic” files to save or load your clipboard to disk.

To save your current clipboard to file, use //schemsave<filename>.

Worldedit Minecraft 1.13.2

To load a saved schematic, use //schemload<filename>.

A note on schematic formats

Before WorldEdit version 7 (corresponding to Minecraft 1.13), the files were saved with a “.schematic” file extension in a format that was compatible with many other software such as MCEdit, Redstone Simulator, and more. Unfortunately, the format wasn’t suited for the new block format Mojang was migrating to, so a new format was devised - named the Sponge schematic format, using the extension “.schem”.

Note that WorldEdit can still import old “.schematic” files saved in older versions (or third party programs) through a legacy compatibility layer, but they can no longer be written to.

Relative positions and schematics

Both the origin of the copy and your offset to the copy are saved with the file so that you can load it back later on and paste the copy at its original location or relative to you as if you had copied it. You should be familiar with how //copy and //paste store your relative position.

Note that third party software which uses the format may not necessarily use relative positions as WorldEdit does, so they may not have that information.

Worldedit Download 1.15

Schematic Management¶

List available schematics

The -dor-n flag may be used to sort by newest/oldest file modification time. The -p flag will get a specific page number. Note that the output of this command is interactive - the arrows at the bottom will retrieve the previous/next page automatically, and the [L] “button” on the left will load the schematic.

Worldedit 1.16.4 Download

Deleting schematics

Listing available formats

Although the note above only mentions the older “MCEdit” schematic format and the newer “Sponge” schematic format, WorldEdit actually has no limit on how clipboards are stored. Third-party plugins can register new formats with WorldEdit for saving and/or loading.

Schematic Storage¶

Schematics are saved to and loaded from WorldEdit’s schematic folder, which is named schematics by default, butcan be changed in the config. The folder is not created until you save a schematic in-game.If you’ve downloaded a schematic somewhere and want to add it, you can make the folder manually. The folder needsto be inside WorldEdit’s config folder, which is plugins/WorldEdit on Bukkit/Spigot/Paper, and config/worldediton other platforms. This means that by default the schematics folder is located at plugins/WorldEdit/schematics orconfig/worldedit/schematics.

Worldedit 1.14 Download

Note

If you want to share schematic folders between servers/installations, or simply want to store them elsewhere, you will have to enable the “allow-symlinks” option in the config.

Worldedit Download 1.13.2

Tip

The save and load commands, although they ask for a file name, can take folder/file, in which case a sub-folder will be created in your schematics folder. This can be useful to organize your schematics.

Worldedit Download 1 13 2

Leave a Reply

Cancel reply