mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-19 08:46:17 +01:00
Corrections to versions.
This commit is contained in:
parent
5a98004552
commit
4b07eadc32
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!-- Informations -->
|
<!-- Informations -->
|
||||||
<groupId>fr.neatmonster</groupId>
|
<groupId>fr.neatmonster</groupId>
|
||||||
<artifactId>NoCheatPlus</artifactId>
|
<artifactId>nocheatplus</artifactId>
|
||||||
<name>NoCheatPlus</name>
|
<name>NoCheatPlus</name>
|
||||||
<version>3.8.6</version>
|
<version>3.8.6</version>
|
||||||
<description>Detect and fight the exploitation of various flaws/bugs in Minecraft.</description>
|
<description>Detect and fight the exploitation of various flaws/bugs in Minecraft.</description>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
name: NoCheatPlus
|
name: ${project.name}
|
||||||
version: ${project.version}-b${build-number}
|
version: ${project.version}-b${BUILD_NUMBER}
|
||||||
description: Fight hackers.
|
description: ${project.description}
|
||||||
|
|
||||||
author: NeatMonster
|
author: NeatMonster
|
||||||
authors: [asofold, Evenprime]
|
authors: [asofold, Evenprime]
|
||||||
website: http://nocheatplus.org
|
website: ${project.url}
|
||||||
|
|
||||||
main: fr.neatmonster.nocheatplus.NoCheatPlus
|
main: ${project.groupId}.${project.artifactId}.${project.name}
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
nocheatplus:
|
nocheatplus:
|
||||||
|
Loading…
Reference in New Issue
Block a user