feat: remove debug command

This commit is contained in:
ineanto 2023-10-05 15:41:50 +02:00
parent 854039d657
commit 91a691a799

View file

@ -2,9 +2,7 @@ package xyz.atnrch.nicko;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.command.PluginCommand;
import org.bukkit.plugin.java.JavaPlugin;
import xyz.atnrch.nicko.command.NickoCommand;
import xyz.atnrch.nicko.config.Configuration;
import xyz.atnrch.nicko.config.ConfigurationManager;
import xyz.atnrch.nicko.event.PlayerJoinListener;
@ -84,10 +82,10 @@ public class NickoBukkit extends JavaPlugin {
}
}
final PluginCommand command = getCommand("nicko");
/*final PluginCommand command = getCommand("nicko");
if (command != null) {
command.setExecutor(new NickoCommand());
}
}*/
Structure.addGlobalIngredient('#', new SimpleItem(new ItemBuilder(Material.AIR)));
Structure.addGlobalIngredient('%', new SimpleItem(new ItemBuilder(Material.BLACK_STAINED_GLASS_PANE).setDisplayName(" ")));