An open API service indexing awesome lists of open source software.

https://github.com/essentialsx/itemdbgenerator

Generates an items.json file for use in EssentialsX.
https://github.com/essentialsx/itemdbgenerator

Last synced: 5 months ago
JSON representation

Generates an items.json file for use in EssentialsX.

Awesome Lists containing this project

README

          

# ItemDbGenerator

Generates an `items.json` file suitable for use with EssentialsX.

Includes potions, spawners and all spawnable items in Minecraft 1.18.

---

# Usage

```sh
git clone https://github.com/EssentialsX/ItemDbGenerator
cd ItemDbGenerator
mvn clean package
cd target
java -jar ItemDbGenerator-*.jar
```

And voilà, an `items.json` file will appear.