CustomEntityAPI

Create and inject custom entities in Spigot

License

License

GroupId

GroupId

io.github.iltotore
ArtifactId

ArtifactId

customentityapi
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

CustomEntityAPI
Create and inject custom entities in Spigot
Project URL

Project URL

https://github.com/Iltotore/CustomEntityAPI
Source Code Management

Source Code Management

https://github.com/Iltotore/CustomEntityAPI.git

Download customentityapi

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.1
1.0