Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmmp/basicspawnprotection
- Owner: pmmp
- License: lgpl-3.0
- Created: 2019-01-24T16:59:16.000Z (almost 6 years ago)
- Default Branch: stable
- Last Pushed: 2024-02-28T13:08:23.000Z (9 months ago)
- Last Synced: 2024-09-26T09:43:34.593Z (about 2 months ago)
- Topics: pocketmine-mp-4, pocketmine-plugin
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.