Added support for entity capture and spawning with eggs Added README Added spigot docker build tools Added some comments
6 lines
351 B
Markdown
6 lines
351 B
Markdown
# Mob Capture
|
|
|
|
This plugin serves as a basic example on how to use NBTEditor to manipulate entity data, such as
|
|
storing it in an item, and retrieving and applying it to an existing entity. It also highlights
|
|
the ability to work with entirely vanilla mechanics, such as spawn eggs, which can be extended to
|
|
work with more complex things, like spawners. |