By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Pocketmine plugin that allows you to add recipes for Crafting Table, Furnace, Blast Furnace, Smoker Furnace
version 1.1
Approved
Direct Download How to install?
Switch version
661 Downloads / 882 Total
1 Review
Plugin Description §

🔧 Setup:

  1. Create json file in plugin folder (Furnace or Crafting_table)
  2. Edit the format using the item's VanillaName
  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:

Click to show list

📋 Permissions:

Permission Command
customcraft /customcraft
customcraft.reload /customcraft reload

📖 Enchantments available:

Name Other 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 ✔️
What's new §
  • Support for PocketMine-MP 5
  • Update ItemsIds List for vanilla names
  • CheckUpdates add

amirxdcy
using v1.1
01 Feb 25

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.27.1
Producers §
  • Collaborators:
    • @Joshet18
License §
Categories:
General
Permissions
Permissions
Commands
External Internet clients
Asynchronous tasks

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...