Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmmp/basicspawnprotection

Basic vanilla-like spawn protection for PocketMine-MP
https://github.com/pmmp/basicspawnprotection

pocketmine-mp-4 pocketmine-plugin

Last synced: about 1 month ago
JSON representation

Basic vanilla-like spawn protection for PocketMine-MP

Awesome Lists containing this project

README

        

# BasicSpawnProtection
Basic vanilla-like spawn protection for PocketMine-MP. This plugin provides similar functionality to PM3's built-in spawn protection for PM4.

## Configuration
After you first start the server with the plugin loaded, a default `config.yml` will be generated. You can then tweak the `radius` field to control how big the spawn protection zone will be.

## Permissions
- `basicspawnprotection.bypass` allows a user to bypass protection in the spawn area. This is restricted to OPs only by default.

## Limitations
Spawn protection currently applies to all worlds. If you don't want this, a more advanced plugin might be better to your taste.