An asynchronous world editing plugin. An alternative to WorldEdit Folia & FAWE.
Overview: RegionEdit is a powerful world editing plugin with a variety of tools and features. It's optimized for Paper and Folia servers, supports asynchronous operations, custom blocks, and a comprehensive API. It's the best alternative to worldedit/FAWE.
RegionEdit.jar from Releasesplugins folderplugins/RegionEdit/config.yml//pos1, //pos2 - Set selection positions
//hpos1, //hpos2 - Set positions to targeted block (NOT WORK)
//wand - Get selection wand
//sel <type> - Choose selection type (NOT WORK)
//expand - Expand selection
//contract <amount> - Contract selection (NOT WORK)
//shift <amount> - Shift selection (NOT WORK)
//set <pattern> - Fill selection with pattern
//replace <from> <to> - Replace blocks
//overlay <pattern> - Overlay pattern on surface (NOT WORK)
//walls <pattern> - Build walls (NOT WORK)
//smooth [iterations] - Smooth terrain (NOT WORK)
//stack <count> - Stack clipboard (NOT WORK)
//copy - Copy selection
//cut - Cut selection (NOT WORK)
//paste - Paste clipboard
//clipform - transform paste
//schem save <name> - Save schematic
//schem load <name> - Load schematic
//schem list - List schematics
//schem remove <name> - Delete schematic
//sphere <pattern> <radius> - Generate sphere (NOT WORK)
//cyl <pattern> <radius> - Generate cylinder (NOT WORK)
//pyramid <pattern> <size> - Generate pyramid (NOT WORK)
//generate <pattern> <expr> - Generate with expression (NOT WORK)
//undo [times] - Undo operations
//redo [times] - Redo operations
//clearhistory - Clear history
stone - Single block
50%stone,50%dirt - Random pattern
##wool - Random wool colors
#clipboard - Clipboard pattern
^acacia_stairs - Type apply
^[waterlogged=false] - State apply
*oak_log - Random states
stone,##wool,nexo:custom_id - combined pattern
stone - Block mask
!air - Everything except air
#existing - Non-air blocks
#surface - Surface blocks
%50 - 50% of blocks
=y<64 - Blocks below Y=64
stone <air - Stone with air above
RegionEdit provides a comprehensive API for developers:
RegionEdit supports custom blocks from various plugins:
// Automatically detected and enabled
// Custom blocks and furniture are fully supported in:
// - Selections
// - Clipboard
// - Schematics
// - All operations
RegionEdit is designed for performance:
This project is licensed under the MIT License - see the LICENSE file for details.
Made with for the Minecraft community