File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
AntiAura (checkaura) is a simple plugin that allows you to check if someone has killaura.
2
2
3
- It needs ProtocolLib as dependency.
3
+ It needs ProtocolLib as dependency.
4
+
5
+ This fork is based on [ Dmck2b's extension with more features] ( https://github.com/Dmck2b/AntiAura ) ,
6
+ but also includes the [ 1.9 update from upstream] ( https://github.com/maciekmm/AntiAura ) and
7
+ has been made compatible with Minecraft 1.11.
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >antiaura</artifactId >
5
- <version >0.4 -SNAPSHOT</version >
5
+ <version >0.5 -SNAPSHOT</version >
6
6
<groupId >tk.maciekmm</groupId >
7
7
<name >AntiAura</name >
8
8
<description >Simple aura hack checker.</description >
Original file line number Diff line number Diff line change 1
1
name : ${project.name}
2
2
version : ${project.version}
3
3
description : ${project.description}
4
- author : maciekmm
4
+ author : Dmck2b, maciekmm, Literallie
5
5
website : ${project.url}
6
6
main : ${main.class}
7
7
depend : [ProtocolLib]
You can’t perform that action at this time.
0 commit comments