> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fourseasonshosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Install WorldEdit on a Minecraft Server

WorldEdit is a powerful building and world-editing tool that makes it much easier to create large structures, prepare server spawns, and modify terrain without placing or breaking every block individually.

WorldEdit is available for several server platforms. Download the appropriate release for your setup:

* [Bukkit, Spigot, or Paper](https://www.curseforge.com/minecraft/bukkit-plugins/worldedit)
* [Forge or Fabric](https://www.curseforge.com/minecraft/mc-mods/worldedit)

## Install WorldEdit

1. Log in to the game panel at `gamepanel.fourseasonshosting.com`.
2. Stop your server.
3. Open the **Files** section.
4. Upload the WorldEdit JAR to the correct directory:
   * **Bukkit/Spigot/Paper:** `plugins`
   * **Forge/Fabric:** `mods`
5. Start the server.

WorldEdit will load automatically once the server starts.

## Start Using WorldEdit

Once installed, you can create a selection using the WorldEdit wand.

Run the following command in-game:

```text theme={null}
//wand
```

This will normally give you the wooden axe used to select areas.

You can then use WorldEdit's selection and editing commands to modify large sections of your world quickly.

For the complete list of available commands and features, refer to the WorldEdit documentation and download page.
