Generates an items.json
file suitable for use with EssentialsX.
Includes potions, spawners and all spawnable items in Minecraft 1.18.
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.