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.
- Host: GitHub
- URL: https://github.com/essentialsx/itemdbgenerator
- Owner: EssentialsX
- Created: 2019-12-26T16:58:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T16:37:41.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:48:08.568Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 410 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.