Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

NMS Helper extensions

Daniel Voznyy edited this page Sep 2, 2020 · 1 revision

Since NMS (the obfuscated Minecraft server package) needs to be used to inject custom entities into the server, Mobzy has some helper extension functions and typealiases to make the injection code readable.

As these helpers, including the injection code itself, may be very useful to other devs, they may be split into a separate library in the future. Perhaps we may even provide some extensions for older Minecraft versions, but for now only the latest version will be support.

Home

Creating Custom Mobs

Non-coder guide to making your own mobs

Code

Addons

Internals

  • TODO

Other stuff

Clone this wiki locally