
CloudProtections
Minecraft paper plugin for protecting spherical/cubic regions from mobs/players.
Download Info
Note: Depends on CommandAPI and CloudCore.
Usage
- Use
/cprots listto list all protection regions - Use
/cprots create <box|sphere> <id> <pos1> <pos2|radius> [<dimension>]to create a cubic or spherical region- A created region is protected from all flags by default
- Use
/cprots modify <region> deleteto delete a specific region - Use
/cprots modify <region> rename <id>to rename a specific region - Use
/cprots modify <region> flags <add|remove> <flag1> [<flag2>] [<flag3>] ...to add or remove specific flags from a specific region - Use
/cprots modify <region> flags listto list the flags currently active for the specific region - Use
/cprots modify <region> exclusions <add|remove> <uuid>to add or remove specific exclusions from a specific region- The specified UUID may be the UUID of an entity which is ignored by this region
- Use
/cprots modify <region> exclusions listto list the exclusions currently active for the specific region - Use
/cprots modify <region> priority <priority>to change the priority of regions- This is useful for nesting multiple regions
- The higher the priority, the more the specific region has to say about wether a specific interaction is allowed or not
Dependency
Add the following to your build.gradle.kts:
repositories {
maven("https://repo.cloudcraftmc.de/releases/")
}
dependencies {
compileOnly("dev.booky:cloudprotections:{VERSION}")
}
Usage
You can get the ProtectionsManager instance using bukkit's ServicesManager. For updating regions
use ProtectionsManager#updateRegions. This instantly saves the updated regions to file. Creating a new region
can be done using new ProtectionRegion. Exclusions and region flags are modifiable, the area, id and priority is not
modifiable.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as CloudProtections-1.0.6-all.jar — drop this file into the mods folder
- Download size: 69 KB
- Download link checked 8 Sept 2026 — working
These come from our own check of the pack file, not from the source page.