/java-minecraft-plugin

new java learnings using java bukkit/spigot

Primary LanguageJava

Testing Java + Bukkit

#Testing new learnings with Java + Bukkit, creating Minecraft plugins. In this project Ill attach all the new importants learnings and random things.

In this repository we will be developing a minecraft plugin as we learn Spigot and Bukkit development.

Java Version:

We will be using Amazon Corretto 1.8 Java version to develop

Spigot and Minecraft Version

Spigot 1.16.5, which you can download here. Which, of course, may need to use the version 1.16.5 version of Minecraft.

Suggestion:

ASDF is a universal programming languages' version manager that you can use to manage many versions of almost every known programming language. You can install it following the documentation available here according to the Shell and OS you use. As ASDF works with plugins, you will need to add a java plugin so you can use and manage java versions with it. You can get the plugin from this repository

By the way, after you successfully get the java plugin you can use asdf install java corretto-8.412.08.1 to get the version we are using for now