Skip to content

Instantly share code, notes, and snippets.

@jwulf
Created October 6, 2019 21:57
Show Gist options
  • Save jwulf/d9ca608fde70b70e0cd1679a1f7aa034 to your computer and use it in GitHub Desktop.
Save jwulf/d9ca608fde70b70e0cd1679a1f7aa034 to your computer and use it in GitHub Desktop.
const magik = magikcraft.io;
function main () {
const MATERIAL = Java.type('org.bukkit.Material').COMPASS
const ItemStack = Java.type('org.bukkit.inventory.ItemStack')
const TheThing = new ItemStack(MATERIAL)
self.getInventory().addItem(TheThing)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment