[Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178
This commit is contained in:
@@ -14,7 +14,7 @@ import org.bukkit.plugin.Plugin;
|
||||
import org.bukkit.plugin.RegisteredListener;
|
||||
import org.bukkit.plugin.TimedRegisteredListener;
|
||||
|
||||
public class TimingsCommand extends Command {
|
||||
public class TimingsCommand extends BukkitCommand {
|
||||
public TimingsCommand(String name) {
|
||||
super(name);
|
||||
this.description = "Records timings for all plugin events";
|
||||
|
||||
Reference in New Issue
Block a user