mysql

  1. Catrainbow

    NCPLiteBan 1.0.2 patch

    Needs NCP and DBLib! https://cloudburstmc.org/resources/nocheatplus.820/ https://cloudburstmc.org/resources/dblib.12/ this is an addon for NCP. Make your ncp support ban player featuring MongoDB, MySql.
  2. hteppl

    2.0 DataManager 2.1.0-SHAPSHOT

    DataManager DataManager is a simple library plugin for Nukkit Minecraft Bedrock core (and forks), that will help you to create and manage your SQL connections with ease. Libraries Nukkit is nuclear-powered server software for Minecraft: Pocket Edition (you can also use PowerNukkit or...
  3. L

    MYSQL Database Config With Plugin

    I am trying to set up a MYSQL database for the ClaimChunk Plugin but every time i go to start the server it throws the following error. java.lang.RuntimeException: cn.nukkit.utils.PluginException: Plugin attempted to register com.claimchunk.listeners.Join while not enabled at...
  4. do1phin

    JustSkyblock 1.0.2

    1. Introduction JustSkyblock, Skyblock Server Plug-in. Provides simple yet powerful, complete skyblock server functionality. 2. Features JustSkyblock is not a plug-in of single aspect, but rather a complete server that implements the simple skyblock server itself. JustSkyblock is built on a...
  5. 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...
Top