Skip to content

Instantly share code, notes, and snippets.

View mcardy's full-sized avatar

Michael Cardy mcardy

View GitHub Profile
@mcardy
mcardy / Bukkit Annotation Commands
Last active January 1, 2016 07:49 — forked from arxenix/Bukkit Annotation Commands
Fixed access modifiers allowing for @command and @completer to be used outside of just that package
package net.minezrc.framework.test;
import org.apache.commons.lang.Validate;
import org.bukkit.Bukkit;
import org.bukkit.command.*;
import org.bukkit.entity.Player;
import org.bukkit.help.GenericCommandHelpTopic;
import org.bukkit.help.HelpTopic;
import org.bukkit.help.HelpTopicComparator;
import org.bukkit.help.IndexHelpTopic;