SRegionProtector is a Nukkit PM1E plugin that allows players to protect their regions.
- NukkitX.com
- [NukkitX.com] Support for Nukkit PM1E (https://nukkitx.com/resources/wylsmart.4441/)
- GoogleDrive
- All versions
- Chest and form UI with custom page support
- API for another plugins
- Lots of flags
- Flexible settings
- High performance
- Added support Nukkit PM1E (by WylSmart)
Maven dependency
<repositories>
<repository>
<id>SRegionProtector-master</id>
<url>https://raw.github.com/SergeyDertan/SRegionProtector/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>sergeydertan.sregionprotector</groupId>
<artifactId>SRegionProtector</artifactId>
<version>LATEST</version>
</dependency>
</dependencies>