• Stars
    star
    14
  • Rank 1,389,151 (Top 29 %)
  • Language
    Java
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create custom entities without mods.

CustomEntityAPI

Create custom cross-version entities.

Description

CustomEntityAPI is a Spigot API extension allowing developers to create and spawn custom entities without worrying about the server version.

Features

CustomEntityAPI includes:

  • Custom entity creation
  • NMS Support from 1.13 to 1.16.2
  • Custom entity persistence during restart
  • Custom entity behavior
  • Custom natural spawn selection

See the wiki for more information.

Installation

Developers

You can import the library using the release jar or a build tool like Gradle:

repositories {
  mavenCentral()
}

dependencies {
  implementation 'io.github.iltotore:customentity:version'
}

Server

You need to add the release jar to your plugins.