diff --git a/CompatNoCheatPlus/.gitignore b/CompatNoCheatPlus/.gitignore index ff809e2..bb592db 100644 --- a/CompatNoCheatPlus/.gitignore +++ b/CompatNoCheatPlus/.gitignore @@ -5,3 +5,4 @@ /target /bin /.gitignore +/local-maven/ diff --git a/CompatNoCheatPlus/MIGHT_README.TXT b/CompatNoCheatPlus/MIGHT_README.TXT new file mode 100644 index 0000000..2ba3999 --- /dev/null +++ b/CompatNoCheatPlus/MIGHT_README.TXT @@ -0,0 +1,8 @@ +The folder "local-maven" contains the following dependencies, +some of which will be removed, once the maven repository is found (see pom.xml): +- NoCheatPlus +- mcMMO +- MagicSpells +- Citizens + +TODO: Links to the projects, re-check for CURRENT repositories. diff --git a/CompatNoCheatPlus/lib-maven/Citizens.jar b/CompatNoCheatPlus/lib-maven/Citizens.jar deleted file mode 100644 index 62e16f0..0000000 Binary files a/CompatNoCheatPlus/lib-maven/Citizens.jar and /dev/null differ diff --git a/CompatNoCheatPlus/lib-maven/MIGHT_README.TXT b/CompatNoCheatPlus/lib-maven/MIGHT_README.TXT deleted file mode 100644 index 1f3fac4..0000000 --- a/CompatNoCheatPlus/lib-maven/MIGHT_README.TXT +++ /dev/null @@ -1,11 +0,0 @@ -This "lib-maven" folder contains dependencies for maven, -which is BAD practice. - -It is not even wanted, but i will not change it before i have time to -set up a maven repository for convenient integration. - -Would not mind people helping out on the basic knowledge for set-up, -i will likely postpone this until cncp is dead due to getting integrated -into NCP partly, or until i have had time and reason to learn how to -set up a convenient (local?) maven repository working with Jenkins -and manual jar-adding. \ No newline at end of file diff --git a/CompatNoCheatPlus/lib-maven/MagicSpells.jar b/CompatNoCheatPlus/lib-maven/MagicSpells.jar deleted file mode 100644 index c65d89e..0000000 Binary files a/CompatNoCheatPlus/lib-maven/MagicSpells.jar and /dev/null differ diff --git a/CompatNoCheatPlus/lib-maven/NoCheatPlus.jar b/CompatNoCheatPlus/lib-maven/NoCheatPlus.jar deleted file mode 100644 index a2863ec..0000000 Binary files a/CompatNoCheatPlus/lib-maven/NoCheatPlus.jar and /dev/null differ diff --git a/CompatNoCheatPlus/lib-maven/mcMMO.jar b/CompatNoCheatPlus/lib-maven/mcMMO.jar deleted file mode 100644 index fd63248..0000000 Binary files a/CompatNoCheatPlus/lib-maven/mcMMO.jar and /dev/null differ diff --git a/CompatNoCheatPlus/plugin.yml b/CompatNoCheatPlus/plugin.yml index 7d18076..8e46459 100644 --- a/CompatNoCheatPlus/plugin.yml +++ b/CompatNoCheatPlus/plugin.yml @@ -12,7 +12,7 @@ softdepend: commands: compatnocheatplus: - description: 'Manage cncp, currently only showing some info is available.' + description: 'Show general version information of cncp and dependencies.' usage: '/' permission: 'cncp.cmd.info' aliases: diff --git a/CompatNoCheatPlus/pom.xml b/CompatNoCheatPlus/pom.xml index 4062c38..bc2aa6b 100644 --- a/CompatNoCheatPlus/pom.xml +++ b/CompatNoCheatPlus/pom.xml @@ -2,7 +2,7 @@ 4.0.0 CompatNoCheatPlus CompatNoCheatPlus - 6.5.1-SNAPSHOT + 6.6.0-RC CompatNoCheatPlus @@ -42,28 +42,28 @@ mcMMO todo system - ${basedir}/lib-maven/mcMMO.jar + ${basedir}/local-maven/mcMMO.jar fr.neatmonster.nocheatplus NoCheatPlus todo system - ${basedir}/lib-maven/NoCheatPlus.jar + ${basedir}/local-maven/NoCheatPlus.jar net.citizensnpcs - Citizens - todo + citizensapi + 2.0.16-SNAPSHOT system - ${basedir}/lib-maven/Citizens.jar + ${basedir}/local-maven/citizensapi-2.0.16-SNAPSHOT.jar com.nisovin MagicSpells todo system - ${basedir}/lib-maven/MagicSpells.jar + ${basedir}/local-maven/MagicSpells.jar