Home - acrylic-style/NMSAPI GitHub Wiki

Welcome to the NMSAPI wiki!

NMSAPI

An API for call net.minecraft.server APIs and org.bukkit.craftbukkit APIs without using complicated reflection code (WIP)

How to use

For developers

Maven:

<repository>
    <id>acrylicstyle-repo</id>
    <name>Acrylic Style's Repository2</name>
    <url>https://repo.acrylicstyle.xyz/</url>
</repository>
...
<dependency>
    <groupId>xyz.acrylicstyle</groupId>
    <artifactId>NMSAPI-shared</artifactId>
    <version>0.1.19</version>
</dependency>

For server owners

Grab the latest version of the TomeitoLib and install it.

This plugin includes the latest version of this API.

API Usages

⚠️ **GitHub.com Fallback** ⚠️