AzWorldEdit
A lightweight but powerful world editing plugin
AzWorldEdit is a comprehensive world editing plugin for Minecraft Spigot/Paper servers, inspired by WorldEdit. Transform your world with
100+ commands covering block manipulation, region selection, brush tools, and advanced terrain editing.
✨ Features
Selection System - Classic wand-based selection with multiple types
Block Manipulation - Set, replace, overlay blocks with patterns
Clipboard Operations - Copy, cut, paste, rotate structures
Brush Tools - Sphere, cylinder, smooth terrain brushes
Shape Generation - Create spheres, cylinders, pyramids
Schematic System - Save and load custom structures
Undo/Redo History - Full edit history with per-player limits
Performance Optimized - Built for Paper with async support
Commands & Permissions
Spoiler: Selection Commands
//wand
azworldedit.wand
Get selection wand
//pos1
azworldedit.pos
Set first position
//pos2
azworldedit.pos
Set second position
//expand <amount>
azworldedit.pos
Expand selection
//size
azworldedit.pos
Show selection size
Spoiler: Block Manipulation
//set <block>
azworldedit.set
Fill selection
//replace <from> <to>
azworldedit.replace
Replace blocks
//walls <block>
azworldedit.set
Create walls
//smooth
azworldedit.set
Smooth terrain
Spoiler: Clipboard & Schematics
//copy
azworldedit.clipboard.copy
Copy selection
//paste
azworldedit.clipboard.paste
Paste clipboard
//rotate <angle>
azworldedit.clipboard.rotate
Rotate clipboard
//schem save <name>
azworldedit.schem
Save schematic
⚙️ Requirements
Minecraft: 1.16+ to 1.21.5
Server: Spigot or Paper
Java: 8+ (Java 17+ recommended)
Configuration
Code (Text):
# config.yml
settings:
default-limit: 20000
default-max-radius: 100
wand-item: WOODEN_AXE
save-clipboard-on-logout: true
messages:
prefix: "&6[&eAzWorldEdit&6] "
selection-set: "&aPosition set to {pos}"
limit-exceeded: "&cOperation exceeds block limit!"
Example Usage
// Select area with wand (left/right click)
//set stone - Fill with stone
//replace dirt grass_block - Replace dirt with grass
//copy - Copy selection
//paste - Paste at current position
Author & License
Made with ❤️ by GamingHuzai
Copyright © 2025 GamingHuzai. All rights reserved.
Licensed under the MIT License - feel free to use, modify, and distribute!
Transform your Minecraft world with ease! ⛏️