Dedicated Minecraft Server Hosting
  • Minecraft Server Docs
  • Basic Server Setup
    • How to Join a Minecraft Server
    • How to Adding Sub-users
    • How to Server Icon
    • How to Upload Files using SFTP
    • How to Creating MySQL Databases
    • How to Enable command Blocks
    • How to Install jar file
    • How to Upload Custom Minecraft Map
    • How to setup a server whitelist
    • How to setup and use Gamerules
    • How to setup a Reverse Proxy
    • How to set a custom MOTD
  • plugins
    • EssentialsX
    • Vault
    • LuckPerms
    • CoreProtect
    • Litebans
    • GriefPrevention
    • Advanced Anti-Cheat
    • Conditional Commands
    • AdvancedBan
    • Chunky
    • DiscordSRV
    • viaversion
    • Citizens 2
    • Prism
    • dynmap
    • CraftingStore
    • ServerNPC
    • Spark
    • Votifier
    • WorldEdit
    • Multiverse
    • Milk
    • GeyserMC
    • BungeeGuard
  • Scheduling Actions
  • Creating a Reverse Proxy
  • Resetting your world
  • Serverwide Resource Packs
  • Adding MySQL Databases
  • Setting Up Fabric
  • template
  • Installing Fabric mods on your server
  • DedicatedMinecraft Docs Overview
  • Installing Forge mods on your server
  • Server Optimization Guide
  • fabric_mods
    • LuckPerms
    • Chunky
    • Performance Mods
  • Basic Controls
  • Setting Up Forge
  • How to change your MOTD
  • Creating Backups
  • Installing Plugins on your server
  • Datapacks
  • Subusers
  • Editing Account Details
  • 2-Factor Authentication
  • Adding an icon to your server.
  • Using A Domain
  • How to use SFTP to transfer files
  • Contributing to the dedicatedminecraft.host documentation
  • change-java-version
  • How to take a Timings Report
  • Server Jars
  • File Manager Controls
  • SRVControl
  • Adding admin to minecraft server
Powered by GitBook
On this page
  • What does the plugin do?
  • Setup
  • Commands
  • Info

Was this helpful?

Edit on Git
  1. plugins

WorldEdit

An in-game world editing plugin to manipulate blocks

PreviousVotifierNextMultiverse

Last updated 4 years ago

Was this helpful?

What does the plugin do?

WorldEdit is an in-game world editing plugin. You can select areas, fill them in with a block (or multiple types of blocks), save the area as a schematic, and more.

Setup

Download the latest version for your Minecraft version (e.g. if your server is 1.16.2, download the latest one compatible with 1.16.2). Drop it in your plugins folder. Turn on or restart the server, and it should be working! If you need help installing plugins, check .

Commands

There are many commands in WorldEdit. This doc will go over a few simple ones, but if you want to learn more, consult WorldEdit's .

//wand and //pos

Running the command //wand in-game will give you a wooden axe. You can use this to make area selections by left clicking on a block to set pos1, and right clicking on a block to set pos2. If you don't have a block to click on, you can run //pos1 and //pos2 in each position to make selections in the air.

//set and //walls

You can run the command //set [block] to fill your selection entirely with that one block. You can also run //set [block],[another block] to fill 50% of the selection with the first block, and the other 50% with the second block. You can, of course, create more complicated patterns (like setting percentages of blocks), but for that, you should consult the . //walls [block] will build the four sides of your selection out of that block or pattern, and it uses the same syntax as //set.

Shapes

This part of the doc will go over how to make 2 shapes, spheres and cylinders. If you want to learn how to make other shapes, check out WorldEdit's .

In order to make a sphere, run //sphere [block] [radii]. This command will create a sphere out of [block] at your feet, with [radii] as the distance in blocks to each part of the shell. You can run //hsphere with the same syntax to create a hollow sphere.

If you feel like making a cylinder, run //cyl [block] [radii] [height]. This will create a solid cylinder out of [block], with [radii] as the distance to the edges and [height] as how tall it is going up from your feet. Like spheres, you can run //hcyl with the same syntax to create the same shape, but hollow.

Info

How to install plugins
Wiki
Wiki
Wiki
Bukkit
Github
Wiki