Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AnyARES-Core
PluginLGPL-3.0-only

AnyARES-Core

A brand new Async World Editing Plugin. Notice: Very early development stage

43
Downloads
0
Followers
1 years ago
Updated
📦
1
Versions
managementutilityworldgenpaper
Download Latestv0.1.0-SNAPSHOTView on Modrinth

📖About AnyARES-Core

AnyARES (Advanced Regional Editing Suite)

alt text

AnyARES is a modern, high-performance, asynchronous world editing suite for PaperMC servers, built from the ground up for performance and extensibility.

Inspired by giants like WorldEdit and FAWE, AnyARES aims to provide server administrators and advanced builders with a powerful, intuitive, and lag-free toolset for large-scale region manipulation. Its core philosophy is based on a lean, powerful core plugin and a rich ecosystem of optional addon plugins, allowing server owners to install only the features they need.

Server Requirements

Server Software

Paper (or a downstream fork like Purpur). Spigot is not supported due to the plugin's reliance on Paper's advanced asynchronous APIs for performance.

Minecraft Version

1.21.x. The plugin is built against the 1.21 API and will not work on older versions like 1.20.x. It is always recommended to use the latest version of Paper for the corresponding Minecraft release.

Java Version

Java 21. This is a requirement for Minecraft 1.21+ itself, so if your server is running, you already meet this requirement.

✨ Core Features

The AnyARES-Core plugin provides the essential foundation for all world editing tasks.

Asynchronous by Design: All block operations are processed through a robust, asynchronous task engine, minimizing impact on server performance (TPS).

Multi-Shape Selection System: Natively supports a variety of selection shapes beyond simple cuboids.

Cuboid: The classic box selection.

Sphere: Perfect spherical selections defined by a center and radius.

Cylinder: Vertical or arbitrarily oriented cylinders.

2D Polygon (Extruded): Define custom flat shapes and extrude them vertically to create complex prisms.

Powerful Pattern Parser: Go beyond single blocks. Use complex patterns like 50%stone,30%dirt,20%gravel and specify block states like oak_log[axis=y].

Full History System: Unlimited undo (/undo) and redo (/redo) for every operation, stored per-player.

Player Clipboard: A powerful /copy, /cut, and /paste system that works with all selection shapes.

Extensible API: A clean, well-defined API (AnyAresAPI) designed for developers to easily create and integrate their own addons.

Live Visualizations: See your selection in real-time with a lightweight, particle-based visualizer that outlines your selected shape.

🔌 Addon Ecosystem

AnyARES is designed to be modular. The core plugin is powerful on its own, but its true potential is unlocked through addons.

AnyARES-Selections (Included): The official addon providing advanced selection manipulation commands.

🚀 Planned Features & Roadmap

The journey for AnyARES has just begun! Here is a look at what's planned for the future, both for the Core and for new addons.

Core Enhancements

Performance Optimization Pass: Continuous profiling and optimization of block iterators, the task engine, and memory usage.

Brush System API: A core API for binding operations to items, allowing for the creation of powerful painting and sculpting tools in addons.

Masking System API: An API for source and destination masks, allowing operations to only affect specific blocks (e.g., //replace stone dirt -m !air).

Transformation API: A framework for applying geometric transforms (like rotate and flip) to the player clipboard.

Future Addons

AnyARES-Clipboard:

Full .schem schematic file support (/schem load, /schem save, /schem list).

Support for sharing clipboards between players.

AnyARES-Operations:

Common WorldEdit commands like //walls, //outline, //overlay.

Advanced operations like //smooth and //regen.

AnyARES-BrushesAddon:

A suite of standard brushes: sphere brush, smooth brush, paste brush, etc.

AnyARES-Tools:

"Magic Wand" / Contiguous block selection tools.

Information tools (e.g., /tool info to get block data).

AnyARES-Scripting:

Integration with a scripting engine to allow users to write their own complex operations.

🛠️ For Developers

AnyARES is built with developers in mind. To create your own addon:

  1. Add AnyARES-Core as a provided dependency in your pom.xml.

  2. Add depend: [AnyARES-Core] to your addon's plugin.yml.

  3. Use the com.anynom39.anyares.api.AnyAresAPI class to safely interact with all core managers and functionality.

❓ Why Another World Editor?

The goal of AnyARES is not just to clone existing tools, but to re-imagine them with a modern architecture focused on:

Performance: Leveraging PaperMC's asynchronous capabilities to their fullest.

Modularity: Providing a stable core and letting server owners choose which feature sets they want via addons.

Extensibility: Making it as easy as possible for other developers to build upon the platform.

We believe this approach will lead to a more stable, efficient, and versatile tool for the modern Minecraft server.

👥 Team & Contributors

A
anynom39Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.6

🔗 Links

Modrinth Page