Changelog
- I added database support to save data in
Sqlite
andMySQL
. - I added support for
material
to theItem
format and to theDisplayItem
to set custom NBT.
Database:
- Please note that
databases
have not been tested that much at the moment, for any problems please contact us on Discord in the Support section! config/shadowkits/config.json
"database": {
"enabled": true,
"type": "sqlite",
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"database": "shadowkits",
"username": "root",
"password": "password"
}
}
NBT
It is worth mentioning that when writing JSON
in " "
you always have to add a \
to let JSON
know that "
is separated!
- Example of writing
NBT
to an item
"material": "cobblemon:pokemon_model[cobblemon:pokemon_item={species:\"cobblemon:bulbasaur\",aspects:[\"shiny\"]}]",
Dependencies
Files
ShadowKits-1.7.jar(124.19 KiB) Primary Download
Details
Licensed MIT
Published 7 months ago
Updated 14 days ago