Added command registration to plugin config file. Registered commands are sent to the corresponding plugin.onCommand method when executed.

By: VictorD <victor.danell@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-01-16 16:30:34 +01:00
parent c72a7064d8
commit a17e7470e8
9 changed files with 184 additions and 0 deletions

View file

@ -3,6 +3,7 @@ package org.bukkit;
import org.bukkit.entity.Player;
import java.util.List;
import org.bukkit.plugin.PluginManager;
/**