Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 334 Bytes

spigot-plugin-template

Template Project for the Minecraft / Spigot Plugin based on Gradle

Creating Eclipse Project Files:

./gradlew eclipse

Creating IDEA Project Files:

./gradlew idea

Building Project:

./gradlew build

Starting embedded Minecraft/Spigot-Server and deploying plugin into it:

./gradlew startDevServer