JRaams / spigot-plugin-template-vsc

Spigot 1.8.8 template for VSC with JDK 1.8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spigot-plugin-template-vsc

Spigot MC 1.8.8 plugin template for use with Visual Studio Code using JDK 1.8

0. Prerequisites

  1. Visual Studio Code ("VSC") download

  2. The "Extension Pack for Java" / vscjava.vscode-java-pack extension for VSC

  3. Java 8 JDK download

  4. Apache Maven download

Add to system path and check with $ mvn -v

1. Building the jar

GUI

MAVEN Tab -> right click Plugin -> install

CLI

$ mvn clean install -f pom.xml

Will be output to dist/[name].[version].jar

2. Updating the JAR version

Edit field project/version in file pom.xml to the new version and rebuild.

About

Spigot 1.8.8 template for VSC with JDK 1.8


Languages

Language:Java 100.0%