library

  1. toby7002

    KotlinForNukkit 1.9.23

    This plugin will load the Kotlin libraries inside the server classpath in order to allow other plugins use Kotlin without shading it inside the jar file. Come with - kotlin-reflect - kotlin-stdlib - kotlinx-coroutines-jdk8 - kotlinx-serialization-core - kotlinx-serialization-json Usage: Just...
  2. CrystalNeko

    CtLib 0.1.3

    ctLib This is a mod/plugin library for Bukkit/Spigot/Paper/Folia and fork.Also supproted Fabric and Velocity. You need run it in at least Java11 It provides some simple APIs for storing data and other operations. Supported: Folia Paper/Purpur Bukkit/Spigot Fabric Quilt Forge NeoForge NukkitX...
  3. Trollhunters501

    Experimental PHPEngineNK 1.2

    PHPEngineNK Run PHP on Nukkit! Requirements: JSEngineNK Plugin: https://cloudburstmc.org/resources/jsenginenk.939/ PHPLib: https://github.com/Trollhunters501/PHPLib Know Basic JavaScript. IMPORTANT Why did I do it in JSEngineNK? Because in PHP classes and non-object functions are not saved, that...
  4. Catrainbow

    PluginHooker 1.0.1

    PluginHooker is a Nukkit plugin that aims to provide an ultimately simple and better method to hook Nukkit events. Features Hook events for every player. Nukkit events included. See usage on github readme
  5. Catrainbow

    CompatNCP 1.0.0

    Needs NCP! https://cloudburstmc.org/resources/nocheatplus.820/ This is a addons for NCP to support other plugin quickly. Install this plugin and toggle some settings in config. Introduction: 1.plugin.slimeJump: true this is a setting to make your NCP support some sever-side motion plugin...
  6. Verox007

    MinigameSignsAPI for NukkitX 1.0.0

    MinigameSigns for NukkitX Important: This plugin is an API, so you will likely have to include this plugin in YOUR Plugin dependencies. Create Sign: SignsAPI.createMinigameSign( yourPluginInstance, locationOfSign, "nameOfMinigame", "command to execute, when clicked"...
  7. Owas

    How to use external libs

    For example i wanted to use Scoreboardapi, but i dont understand how to put it in my project
  8. Josewowgame

    Citizen Library 1.0-SNAPSHOT

    Citizen Library Personally I have always liked the styles of the npc like those that are in the Minecraft Java Edition servers, but in Minecraft Bedrock Edition it can be very complex to make them for plugin developers who are just starting out or most only decide to use line breaks. This...
  9. Denic

    2.0 Database Extendability 1.0

    DatabaseExtendability is an advanced but easily usable sql query API for NukkitX 2.0 Usage for SQLite: class PlayerDatabase extends SQLiteDatabase { public PlayerDatabase(File file) { super(file); super.connect(); } @Override public void initiate() { try...
  10. iAtomPlaza

    Experimental NukkitDB 2.2.0

    Installation -------------------------------------------------------- 1. Drop into plugins folder 2. Restart server and stop again 3. Edit newly generated config.yml file Config -------------------------------------------------------- uri: "YOUR_CONNECTION_STRING" Developers...
  11. expexes

    GroovyLib 1.0-2.5.6

    Apache Groovy Core for Nukkit. Learn about Groovy: groovy-lang.org Example Plugin with Groovy: GitHub GroovyScripts - scripting engine for Nukkit
  12. Denic

    DistinctJDA 1.0

    This plugin is just JDA. Add it to your plugins folder to use JDA within your code
Top