mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 03:19:15 +00:00
1.7-1
This commit is contained in:
@@ -70,6 +70,9 @@ public final class CustomCrops extends JavaPlugin {
|
||||
|
||||
ConfigUtil.reloadConfigs();
|
||||
|
||||
if (MainConfig.cropMode) AdventureUtil.consoleMessage("[CustomCrops] Crop Mode: Tripwire");
|
||||
else AdventureUtil.consoleMessage("[CustomCrops] Crop Mode: ItemFrame");
|
||||
|
||||
this.pluginCommand = new PluginCommand();
|
||||
Objects.requireNonNull(Bukkit.getPluginCommand("customcrops")).setExecutor(pluginCommand);
|
||||
Objects.requireNonNull(Bukkit.getPluginCommand("customcrops")).setTabCompleter(pluginCommand);
|
||||
|
||||
Reference in New Issue
Block a user