Skip to content

YululiServer/CraftingPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CraftingPlus

Adds 4x4 and 5x5 crafting recipes into your minecraft server.

How to use

  • Install this plugin
  • Create directory ./plugins/CraftingPlus/items4x4 and ./plugins/CraftingPlus/items5x5
  • Create a file like [item name].yml
id: heavy_diamond_pickaxe # Item ID
material: STONE # -> Material.STONE
displayName: "&9Heavy Diamond Pickaxe" # Item name, color codes supported
recipe:
  recipe:
    - DIAMOND: 16 # Item(or ID^): Amount
    - DIAMOND: 16
    - DIAMOND: 16
    - DIAMOND: 16
    - DIAMOND: 16

    - DIAMOND: 16
    - DIAMOND: 16
    - DIAMOND: 16
    - DIAMOND: 16
    - DIAMOND: 16

    - "null": 1
    - OAK_LOG: 64
    - OAK_LOG: 64
    - OAK_LOG: 64
    - "null": 1

    - "null": 1
    - OAK_LOG: 64
    - OAK_LOG: 64
    - OAK_LOG: 64
    - "null": 1

    - "null": 1
    - OAK_LOG: 64
    - OAK_LOG: 64
    - OAK_LOG: 64
    - "null": 1
enchantments:
  unbreaking: 5 # minecraft:unbreaking, level 5
  efficiency: 8 # minecraft:efficiency, level 8

About

Adds 4x4 and 5x5 crafting recipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages