noonmaru / custom-entity-bukkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Entity (for bukkit)

Build Status Maintainability JitPack - Downloads GitHub Twitch Status

Minecraft Spigot NMS Library

  • Features
    • Custom Entity Mod server plugin
  • Gradle
allprojects {
   repositories {
       ...
       maven { url 'https://jitpack.io' }
   }
}

...
dependencies {
   implementation 'com.github.noonmaru:custom-entity:1.0.3'
}

About

License:GNU General Public License v2.0


Languages

Language:Java 100.0%