

CloudProtections
Активный0.0
Установок
0
Последнее обновление
8 месяцев назад
Версии
1.21.1
Сервер
Управление
CloudProtections
Minecraft paper plugin for protecting spherical/cubic regions from mobs/players.
Download Info
Note: Depends on CommandAPI and CloudCore.
Usage
- Use
/cprots list
to 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> delete
to 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 list
to 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 list
to 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