plugin development

  1. S

    The plugin is not shown in the /plugin command

    I made a plugin and converted it to a jar, but it doesn't work plugin link : https://github.com/fiso1222/SimpleAuth
  2. ub0n

    Need a plugin developed. *paid*

    Looking for a developer to develop a plugin much like GunWar. https://cloudburstmc.org/resources/gunwar-snowballwar.535/ Something which has lobby capabilities, and maybe some form of multiworld support. Things like Create-a-Class and prestige, maybe many gamemodes. Basically COD in minecraft...
  3. J

    (Looking For Plugins to Be Made) Will pay for them!

    Hello, My name is jbreadtoasty AKA Hero Nash I would like some plugins made for nukkit, the list is down below. USD currency Hide And Seek I want to be able to make custom props to hide with or use blocks from minecraft to hide with. $20 Per world inventory so each world when teleported to it...
  4. Kazuk

    NukkitX 2.0 Plugin Development Error

    I'm creating a plugin using NukkitX API 2.0 where if you hit a player with a bow it will display in chat from a config file that %name% is now at %health% I'm getting this error Operator '==' cannot be applied to 'cn.nukkit.utils.Identifier', 'int' public void onDamageByBow(EntityDamageEvent...
  5. iAtomPlaza

    How does Nukkit manage permissions?

    Hello, I've been thinking about making a personalized permissions plugin for my server. And yes, I know there are really powerful permission and group managing plugins like luckperms; however, I'd like to try myself and for experience and to learn more about the API. I currently have settup in...
  6. sewek333

    Skyblock /AcidIsland help

    Hi I need a stable version of skyblock or AcidIsland. I can't find it anywhere... Thx and good day!
  7. 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...
  8. skilo

    Looking for a developer to help me finish my server.

    First of all, I would like to introduce myself. I'm a server owner with a nametag that goes as "SkilasticYT", And I'm looking for a developer to develop plugins for my server. Anyways, I had an idea to create a sky wars server for Minecraft-Bedrock-Edition. I'm making this forum because I cannot...
  9. I

    How do I get the durability of an item

    I want to gain the durability of axes, swords, armor, etc and How I can change thier Attack damage,durability and enchantment
  10. skilo

    ?

    .
  11. hteppl

    Who can help me with FakeInventories?

    Who can help me with FakeInventories from SupremeMortal (https://github.com/NukkitX/FakeInventories)? After ~20 fake opens - raknet crashes. I think i'm doing something wrong, but can't understand what. Creation: Listener:
  12. YxMingY

    How to make my Plugin to be read earlier than others?

    I am developing an Interface Plugin, recently I met a problem. When the server was starting,another plugin that depend on my interface plugin was read earlier than my one.Then the server cannot start. What can I do? Help,please!
  13. thisCatIsPolite

    Help me, please. Why does this error occur and how to fix it?

    Here is my project structure: I don't understand why this error always occurs. Here is my project's structure:
  14. 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...
  15. G

    How to create a command?

    Well I've looked at the source code of many plugins, I still don't get how to create a command and use it. Somebody please tell me how to do that? Thx.
  16. Leonidius

    NukkitX repository: dependency not found

    I'm trying to add NukkitX as a library to my plugin in IntelliJ IDEA, so i copied the code from this page and pasted it to my pom.xml file. <repositories> <repository> <id>nukkit-repo</id> <url>https://repo.nukkitx.com/snapshot</url> </repository>...
  17. GalaxyGamer

    How I can create a Command in a other class

    Hey, I would like to create a Command in a new Class (not in the Main Class). But yet i dont know must the Command class execute any other class from the nukkitx api? I hope anywon help ;D
  18. 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...
  19. 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