Skip to content

Getting Started With Coding (Eclipse)

TheCyberCode edited this page Sep 16, 2018 · 5 revisions

New to coding Minecraft plugins?

What you will need:

Eclipse: https://www.eclipse.org/downloads/

Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

You will need to get the Spigot API:

https://getbukkit.org/download/spigot - You will need the server file and the API (To get the API run buildtools by following the instructions on the page linked below.)

https://www.spigotmc.org/wiki/buildtools/ - You can find Spigot-API in \Spigot\Spigot-API\target\ Once you have followed this guide to extract the files from the buildtools.

Clone this wiki locally