Skip to content

Port of SRegionProtector for PNX: Flexible region protection plugin

License

Notifications You must be signed in to change notification settings

edshPC/PNXRegionProtector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNXRegionProtector

An adapted release of SRegionProtector for PowerNukkitX.

Currently have some problems with database provider external libs (datanucleus) so only YAML storage is allowed. Will be added through DBLib plugin in future.

SRegionProtector is a nukkit plugin that allows players to protect their regions.

Download

Features

  • Chest and form UI with custom page support
  • API for another plugins
  • Lots of flags
  • Flexible settings
  • High performance

Maven dependency

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>

Commands and permissions can be found at Wiki.

!Warning! some flags may not work because they are disabled, pls check config.yml first

About

Port of SRegionProtector for PNX: Flexible region protection plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%