ks-hl / AuxProtect

Data Logging and Inventory Recovery plugin designed to suplement CoreProtect
25 stars 8 forks source link
admintools bukkit coreprotect java minecraft minecraft-server spigot utilities

AuxProtect

Wiki: https://github.com/Heliosares/AuxProtect/wiki

API

Maven

  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>

  <dependency>
      <groupId>com.github.Heliosares</groupId>
      <artifactId>AuxProtect</artifactId>
      <version>1.3.1</version>
      <scope>provided</scope>
  </dependency>

Gradle

maven { url 'https://jitpack.io' }

implementation 'com.github.Heliosares:AuxProtect:1.3.1'