ShadowKits

ShadowKits

Mod

A simple Kits system designed for Minecraft Fabric servers Compatible whit any mod! EX: Cobblemon etc...

Server EconomyEquipmentManagementUtility

863 downloads
4 followers
Follow Save

ShadowKits

Changelog

  • I added database support to save data in Sqlite and MySQL.
  • I added support for material to the Item format and to the DisplayItem 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\"]}]",

Files

ShadowKits-1.7.jar(124.19 KiB) Primary Download

Project members

KrripeYT

Member

Details

Licensed MIT
Published 7 months ago
Updated 14 days ago