A modern, multi-platform region protection plugin.
There will likely be protection bypasses and other bugs. Please report any bugs or issues to the GitHub. If there is a feature you would like to see, please open an issue.
Orbis is a modern region protection plugin for Minecraft, supporting the latest version and most platforms: Paper, Fabric, NeoForge, and Sponge. It is not compatible with Spigot; please use Paper instead.
These are the key features that makes Orbis stand out against other similar plugins:
Orbis has an inbuilt migration tool that allows you to migrate your regions from other plugins.
Simply run /orbis migrate <plugin> on a server with Orbis and the other plugin installed, and your regions will be migrated to Orbis (as well as they can be).
For more information, please check the migration wiki page and find the section for the plugin you want to migrate from.
Orbis aims to always support the latest version of Minecraft.
For modded versions, we always target the latest version, which is currently 1.21.10.
For Paper and Sponge we target 1.21.4-1.21.11 (Sponge API 14-18).
Newer or older versions may work, but are not tested.
.jar file into your server's plugins or mods folder.See the step-by-step tutorial wiki page.
For a list of all currently available flags, check the wiki page: https://github.com/EmpireWar/Orbis/wiki/Flags.
/rg flag set spawn orbis:can_break false/rg flag set arena orbis:damageable_entities ["minecraft:zombie","minecraft:husk"]/rg flag set plaza orbis:entry_message "<green>Welcome to the Plaza!"/rg flag set plaza orbis:exit_message "<gray>Leaving Plaza..."/rg flag set lobby orbis:invulnerability true/rg flag set museum orbis:time 6000For more information, please take a look at the wiki contents: https://github.com/EmpireWar/Orbis/wiki.
Replace PLATFORM with your server type (e.g., paper, fabric, sponge).
Replace VERSION with the latest Orbis version. For snapshots, use the /snapshots repo and append -SNAPSHOT.
repositories {
maven("https://repo.empirewar.org/releases")
}
dependencies {
compileOnly("org.empirewar.orbis:PLATFORM-api:VERSION")
}
To find out how to utilise the API, take a look at the wiki page: https://github.com/EmpireWar/Orbis/wiki/API.
Orbis fires events for every platform:
Full documentation is available at: Orbis Javadocs

A modern, multi-platform region protection plugin.