Skip to content

EranoAPI is a monolithic API for Spigot plugin developers. It handles many low-level Minecraft server internals—such as OBC (org.bukkit.craftbukkit) and NMS (net.minecraft.server)—and exposes them through a stable, version-agnostic API. This allows developers to use advanced features without needing to understand internal implementation details.

License

Notifications You must be signed in to change notification settings

Erano01/EranoAPI-Parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EranoAPI-Parent

This project is a Java-based API parent module.

Features

  • Modular structure
  • Easy setup
  • Open source under the MIT license

Usage

You can use the project modules in your own applications.
For documentation and examples, please check the source code.

Note: You have to clone EranoAPI-Parent and execute "mvn clean install" from the project root. Then you have Dist/Target/EranoAPI.jar for your servers /plugins folder. EranoAPI-Parent/EranoAPI project is enaugh for api usage. No need for NMS projects in your local. You can fetch this depedency from github:

<repository>
  <id>github</id>
  <name>GitHub Erano01 Spigot Packages</name>
  <url>https://maven.pkg.github.com/Erano01/EranoAPI-Parent</url>
</repository>
<dependency>
  <groupId>me.erano.com</groupId>
  <artifactId>eranoapi</artifactId>
  <version>1.0</version>
</dependency>

Contributing

Feel free to open a pull request or create an issue to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

EranoAPI is a monolithic API for Spigot plugin developers. It handles many low-level Minecraft server internals—such as OBC (org.bukkit.craftbukkit) and NMS (net.minecraft.server)—and exposes them through a stable, version-agnostic API. This allows developers to use advanced features without needing to understand internal implementation details.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages