Skip to content

Instantly share code, notes, and snippets.

@lucasdidur
lucasdidur / gist:41fd8717982dd2a2459b
Last active August 29, 2015 14:12
SimpleScoreboard Fix Spigot
package com.ehaqui.ehcoreapi.message;
import java.util.AbstractMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import mondocommand.ChatMagic;
import net.minecraft.server.NBTTagCompound;
import net.minecraft.server.NBTTagList;
import net.minecraft.server.NBTTagString;
import org.bukkit.Bukkit;
import org.bukkit.craftbukkit.inventory.CraftItemStack;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.HandlerList;