jmurth1234 / JPanel

A plugin based control panel for Bukkit / Spigot
http://dev.bukkit.org/bukkit-plugins/jpanel/
Do What The F*ck You Want To Public License
25 stars 9 forks source link

Update jar #36

Open ghost opened 7 years ago

ghost commented 7 years ago

Can you please update the jar on bukkit? i want to download the latest version of it but i can't find the jar anywhere besides the source here... i could import the source in eclipse and run it but i don't know gradle...

ghost commented 7 years ago

It is very easy and you don't even need eclipse to compile the source code As far as I know the only thing you need is Java and Windows 7 x86 and above Just also make sure you have the Java Development Kit (JDK) installed as well All you need to do (assuming you are on Windows) is ... Extract the source code to a folder on your computer and ... Navigate to the folder in command prompt and ... Execute the following commands in command prompt in order ... gradlew build gradlew The project should then be compiled into PanelPlugin-1.0-SNAPSHOT.jar at ... /build/libs/PanelPlugin-1.0-SNAPSHOT.jar

ghost commented 7 years ago

Working! thank you!