

Orbis — Modern Territory Protection System for Minecraft
Orbis offers an advanced region protection solution that works across most popular platforms: Paper, Fabric, NeoForge, and Sponge. The perfect tool for creating protected areas on your server!
What Makes Orbis Stand Out?
- Diverse Region Shapes: supports cuboids, polygons, polyhedrons, and spherical areas
- In-Game Visualization: particles display boundaries for all region types
- Cross-platform Compatibility: works on Paper, Fabric, NeoForge, and Sponge (not compatible with Spigot)
- User-Friendly Interface: intuitive commands and settings
- Powerful API: extensive integration capabilities with other plugins
- Self-contained: no additional dependencies required
Quick Setup
Installation in three simple steps:
- Download the plugin version for your platform
- Place the
.jar
file in your server'splugins
ormods
folder - Restart the server — configuration will be generated automatically
Migration from Other Plugins
Switching from WorldGuard or another protection plugin? Orbis includes a built-in migration tool! Simply run /orbis migrate <plugin_name>
and your regions will be converted to Orbis format.
Region Configuration
# Command examples for configuration:
# Prevent block breaking:
/rg flag set spawn orbis:can_break false
# Allow attacking only zombies:
/rg flag set arena orbis:damable_entities ["minecraft:zombie","minecraft:husk"]
# Set welcome message:
/rg flag set plaza orbis:entry_message "<green>Welcome to the plaza!"
# Make players invulnerable:
/rg flag set lobby orbis:invulnerability true
# Lock time:
/rg flag set museum orbis:time 6000
Supported Versions
Orbis automatically updates to support the latest Minecraft version. For modded versions — 1.21.8, for Paper and Sponge — 1.21.4–1.21.8. Newer or older versions may work but are not officially tested.
For Developers
repositories {
maven("https://repo.empirewar.org/releases")
}
dependencies {
compileOnly("org.empirewar.orbis:PLATFORM-api:VERSION")
}
Available events: RegionEnterEvent
, RegionLeaveEvent
. Full documentation available on the developer's website.
Note: Orbis is in early development stage. Minor bugs and imperfections may occur.