Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)

This commit is contained in:
Dinnerbone
2011-02-26 19:08:12 +00:00
parent b98b082ea3
commit dc313db919
9 changed files with 63 additions and 105 deletions

View File

@@ -1,7 +1,6 @@
package org.bukkit.event.player;
import java.util.IllegalFormatException;
import org.bukkit.entity.Player;
import org.bukkit.event.Cancellable;