Code (Text):
    
 
    
     # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
     
 # CustomRecipe remastered by MehBoss                                                                #
     
 # Version v1.5.6                                                                                    #
     
 #                                                                                                   #
     
 # If you find a bug, send me a PM and it will be fixed! :)                                          #
     
 #                                                                                                   #
     
 # For MC 1.14+ add 'Custom-Model-Data: INT' to your recipe for utilization                          #
     
 #                                                                                                   #       
     
 #    Enchant Strings:                                                                               #
     
 # http://pastebin.com/AWtKQ5UH                                                                      #
     
 #    Effects:                                                                                       #
     
 # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffect.html                      #
     
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
     
 Items:
     
   CursedSword:
     
     Enabled: true
     
     Item: 'DIAMOND_SWORD'
     
     Item-Damage: 'none'
     
     Amount: 1
     
     Shapeless: true
     
     Identifier: 'CURSED_SWORD'
     
     Custom-Model-Data: '1010'
     
     Permission: 'crecipe.recipe.cursedsword'
     
     Name: '&eCursed Sword'
     
     Lore:
     
      - '&fThe Cursed Sword'
     
     Effects:
     
      - 'POISON:20:2'
     
     Hide-Enchants: true
     
     Enchantments:
     
      - 'DURABILITY:300'
     
     ItemCrafting:
     
      - 'DDD'
     
      - 'XPX'
     
      - 'XPX'
     
     Ingredients:
     
      - 'D:DIAMOND:1:Diamond Shrine'
     
      - 'P:OAK_PLANKS:1:Wooden Board'