basic

  1. Denic

    How to create a basic plugin [part 4]

    INTRODUCTION In this tutorial we will be extending the 3 previous tutorials. This tutorial will be mainly focused on applying the knowledge you've learned thus far to make a functional AND useful plugin. We will be recreating my Hud Plugin in this tutorial.The Javadocs will be referred to a lot...
  2. Denic

    How to create a basic plugin [part 3]

    INTRODUCTION Hello! In the last tutorial we learned how to use basic events. In this tutorial we will be learning how to use Config files effectively AND efficiently. SETUP All we require for this is a basic knowledge of Java and Nukkit with the code from part 1. Now that we have everything...
  3. Denic

    How to create a basic plugin [Part 2]

    INTRODUCTION Hello, in this thread we will be extending what we learned in the last one. If you haven't read that one there will be a link here. In today's thread I will be explaining the basics of the events. If you dont know already, you will have to learn how to navigate through the Javadocs...
  4. Denic

    How to create a basic plugin [Part 1]

    INTRODUCTION Hello, in this thread I will be teaching you the ground basics of Nukkit plugin development. Now because this isn't a Java tutorial, I expect that you have a good understanding of Java. As a plugin developer, I get questions daily asking how I create plugins and how to do specific...
Top