Skip to content

Commit 3a4ff00

Browse files
committed
Bump version, state fork path in README.md
1 parent 912eb85 commit 3a4ff00

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
AntiAura (checkaura) is a simple plugin that allows you to check if someone has killaura.
22

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.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>antiaura</artifactId>
5-
<version>0.4-SNAPSHOT</version>
5+
<version>0.5-SNAPSHOT</version>
66
<groupId>tk.maciekmm</groupId>
77
<name>AntiAura</name>
88
<description>Simple aura hack checker.</description>

src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ${project.name}
22
version: ${project.version}
33
description: ${project.description}
4-
author: maciekmm
4+
author: Dmck2b, maciekmm, Literallie
55
website: ${project.url}
66
main: ${main.class}
77
depend: [ProtocolLib]

0 commit comments

Comments
 (0)