Skip to content

Data Logging and Inventory Recovery plugin designed to suplement CoreProtect

Notifications You must be signed in to change notification settings

ks-hl/AuxProtect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2</version>
      <scope>provided</scope>
  </dependency>

Gradle

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

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