HomeJavaModsShadowKits
ShadowKits
ShadowKits — screenshot 1ShadowKits — screenshot 2ShadowKits — screenshot 3

ShadowKits

ShadowKits is a fully customizable kit system designed for Minecraft Fabric servers. It allows server administrators to create, manage, and configure kits that players can claim based on cooldowns, permissions, and other settings.

📜 Features:

⚙️ Commands:

Spoiler

🔒 Permissions:

Spoiler

📝 Configurable Menus:

📂 Configuration Files:

📃 Config Ex:

Spoiler
{
  "name": "Starter",
  "onJoin": false,
  "firstTimeJoin": false,
  "cooldown": "1h",
  "claims": true,
  "maxClaims": 5,
  "permission": "kit.starter",
  "economyProvider": "auto",
  "currency": "money",
  "costMoney": false,
  "cost": 100,
  "claimSound": "minecraft:entity.player.levelup",
  "cooldownSound": "minecraft:entity.villager.no",
  "page": 1,
  "slotOnPage": 10,
  "displayItem": {
    "material": "minecraft:diamond_sword",
    "amount": 1,
    "displayname": "&bKit Starter",
    "lore": [
      "&7A powerful kit to begin your journey!",
      "&aIncludes enchanted tools and a food!"
    ],
    "cooldownLore": true,
    "enchantEffect": true,
    "unbreakable": false
  },
  "rewards": [
    {
      "type": "item",
      "material": "minecraft:iron_pickaxe",
      "amount": 1,
      "displayname": "&bIron Pickaxe",
      "lore": [
        "&7Handy starter tool"
      ],
      "enchants": [
        {
          "name": "minecraft:unbreaking",
          "level": 2
        }
      ],
      "enchantEffect": true
    },
    {
      "type": "command",
      "command": "give %player% minecraft:cooked_beef 16",
      "displayItem": {
        "material": "minecraft:cooked_beef",
        "amount": 16,
        "displayname": "&6Food Voucher",
        "lore": [
          "&7Runs a give-food command"
        ],
        "enchantEffect": false
      }
    },
    {
      "type": "item_pack",
      "displayname": "&aStarter Supplies",
      "lore": [
        "&7A small pack of basics"
      ],
      "pack": [
        {
          "material": "minecraft:oak_log",
          "amount": 32,
          "displayname": "&eOak Logs"
        },
        {
          "material": "minecraft:torch",
          "amount": 16,
          "displayname": "&eTorches"
        }
      ]
    },
    {
      "type": "command_pack",
      "displayItem": {
        "material": "minecraft:paper",
        "amount": 1,
        "displayname": "&dCommand Pack",
        "lore": [
          "&7Executes multiple commands"
        ],
        "enchantEffect": false
      },
      "pack": [
        {
          "amount": 1,
          "command": "effect give %player% minecraft:regeneration 5 1 true"
        },
        {
          "amount": 1,
          "command": "say ShadowKits: Command pack reward for %player%"
        }
      ]
    },
    {
      "type": "item_random",
      "displayname": "&eRandom Item",
      "lore": [
        "&7One random item from the list"
      ],
      "randomList": [
        {
          "weight": 1.0,
          "material": "minecraft:diamond",
          "amount": 1,
          "displayname": "&bDiamond"
        },
        {
          "weight": 3.0,
          "material": "minecraft:gold_ingot",
          "amount": 3,
          "displayname": "&6Gold Ingots"
        },
        {
          "weight": 6.0,
          "material": "minecraft:iron_ingot",
          "amount": 5,
          "displayname": "&fIron Ingots"
        }
      ]
    },
    {
      "type": "command_random",
      "displayItem": {
        "material": "minecraft:tripwire_hook",
        "amount": 1,
        "displayname": "&eRandom Command",
        "lore": [
          "&7Executes one random command"
        ],
        "enchantEffect": false
      },
      "randomList": [
        {
          "weight": 1.0,
          "amount": 1,
          "command": "effect give %player% minecraft:strength 60 1 true"
        },
        {
          "weight": 2.0,
          "amount": 1,
          "command": "effect give %player% minecraft:speed 60 1 true"
        },
        {
          "weight": 3.0,
          "amount": 1,
          "command": "say ShadowKits: Good luck, %player%!"
        }
      ]
    }
  ]
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more