Skip to content

Instantly share code, notes, and snippets.

View JesseMcCullough's full-sized avatar

Jesse McCullough JesseMcCullough

View GitHub Profile
@JesseMcCullough
JesseMcCullough / ElytraRecipe
Last active July 18, 2016 03:20
Recipe for creating a Minecraft elytra with Spigot's API
/*
* Note: this is a cheat sheet for a code-walkthrough
* found on https://www.spigotmc.org/threads/custom-crafting-from-config-help-needed.165001/
* (gist will make a lot more sense if you read the thread. link above ^^^)
*/
package com.jessible.elytrarecipe;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;