Hi .. for those who are familiar with Heroes .. http://dev.bukkit.org/bukkit-plugins/heroes/ (probably you know that the skills they have are limited) some people posted their own made skills publicly for everyone to use .. I downloaded Multitalented and Andrew skills https://github.com/Multitallented/Proxis-Heroes-Skills https://github.com/andrew2060/Riffic33-Heroes-Skills-Updated but all of their files are in .java extension! they got maven ant etcc etc.. which I dont really understand Im not that familiar with java, so i dont know what to do Can someone teach me how to compile them to .jar? Please! I dont really know what to do and we really wanted an additional skills for heroes! Help is appreciated! Thanks!
1) Install maven 2) Download files using this button 3) Unzip files 4) Open Command Prompt or Terminal 5) Execute "cd dir/to/files" 6) Execute "mvn package" May take a few minutes to complete, if all is well then you'll have some shiny JAR files in the new "target" directory (automatically created) in the project folder.
You'll want an IDE to edit the project files (assuming automatically adding things like imports is important to you) You need some kind of maven installation to build the files though.
Can you link me which one is i needed to download there's alot of different installer there, I'm afraid that I might download the wrong one
http://mirror.catn.com/pub/apache/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip as for an IDE I personally recommend IntelliJ IDEA by Jetbrains.