CustomCraft

Pocketmine plugin that allows you to add recipes for Crafting Table, Furnace, Blast Furnace, Smoker Furnace

🔧 Setup:

  1. Create json file in plugin folder (Furnace or Crafting_table)
  2. Edit the format using the item's id/meta
  3. Use the command /customcraft reload or restart the server to load all recipes

📜 Formats:

  • Crafting Table:
{
  "pattern": [
    "AAA",
    "AB ",
    " B "
  ],
  "key": {
    "A": {
      "item": "minecraft:cobble"
    },
    "B": {
      "item": "minecraft:stick"
    }
  },
  "result": {
    "item": "minecraft:stone_pickaxe"
    "count": 1,
    "enchantments": {
      "unbreaking": 10,
      "efficiency": 10
    },
    "name": "Super Stone Pickaxe"
  }
}
  • Furnace:
{
  "tags": [
    "furnace",
    "blast_furnace",
    "smoker_furnace"
  ],
  "output": {
    "item": "minecraft:cobble"
  },
  "input": {
    "item": "minecraft:stick"
  }
}

🗒️ Items List:

📋 Permissions:

PermissionCommand
customcraft/customcraft
customcraft.reload/customcraft reload

📖 Enchantments available:

NameOther plugin register require
protection
fire_protection
blast_protection
projectile_protection
feather_falling
thorns
respiration
sharpness
knockback
fire_aspect
efficiency
silk_touch
unbreaking
power
punch
flame
infinity
mending
vanishing
swift_sneak
fortune✔️
looting✔️

Details

Version: 1.1

Downloads: 661

Updated: 6/3/2023

Supported API versions: 5.0.0 to 5.27.1

Categories: General

License: GPL-3.0

Producers

Collaborator