9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-22 16:39:36 +00:00

Towny Support + WorldGuard Fix

This commit is contained in:
Xiao-MoMi
2022-07-06 14:33:49 +08:00
parent 649f7d28a8
commit f6dbe3c76c
8 changed files with 66 additions and 17 deletions

View File

@@ -79,10 +79,12 @@ public final class CustomCrops extends JavaPlugin {
this.potManager = new PotManager(this);
this.potManager.loadData();
NBTItem nbtItem = new NBTItem(new ItemStack(Material.WHEAT));
//启动完成
AdventureManager.consoleMessage("<gradient:#ff206c:#fdee55>[CustomCrops] </gradient><color:#F5DEB3>插件已加载!作者:小默米 QQ:3266959688");
NBTItem nbtItem = new NBTItem(new ItemStack(Material.WHEAT));
nbtItem.getItem();
}
@Override