https://github.com/xaxys/simpleprotect
A minecraft plugin
https://github.com/xaxys/simpleprotect
Last synced: 3 months ago
JSON representation
A minecraft plugin
- Host: GitHub
- URL: https://github.com/xaxys/simpleprotect
- Owner: xaxys
- License: mit
- Created: 2020-02-06T00:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T01:26:01.000Z (over 5 years ago)
- Last Synced: 2025-01-02T07:23:03.982Z (5 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleProtect
A minecraft protect plugin### Function
* Protect farm form jumper
* Eliminate block damage of explosion
* Prevent creatures from piling up### Command
`/protect entity [world STR]` Display Entity Info
`/protect entity purge [world STR] [rate INT]` Purge Entity
`/protect chunk Display` Chunk Info
`/protect chunk unload` Free Chunks### Permission
`simpleprotect.admin` Use `protect` command. Default: OP
### Configuration
```
SpawnMob:
# This option protect mob farm lag your server
# {value} same mobs allowed to spawn in a range
enable: true
value: 16
KeepFarm:
# This option protect your farm from jumper
enable: true
ExclusiveMode: false
world:
- world
AntiExplosion:
# This option prevent remove block from a explosion
enable: true
ExclusiveMode: false
world:
- world
PurgeExclusion:
# This list prevent entity remove
# Check eneity id here:
# https://minecraft-zh.gamepedia.com/index.php?title=%E6%95%B0%E6%8D%AE%E5%80%BC/%E5%AE%9E%E4%BD%93ID
- 8
- 9
- 18
- 21
- 30
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
```