我似乎遇到了一個問題,它只適用於我的一個minecraft插件的其他用戶。 [15:54:14 ERROR]: Error occurred while enabling <Plugin> v1.0.8 (Is it up to date?) java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(
在Spigot/Bukkit的我的Minecraft服務器插件中,我試圖刪除一個世界的數據目錄,但卸載了這個世界及其塊後,仍然無法刪除某些文件和目錄。 這裏是我的代碼的顯著部分: Server server = Backup.getPlugin(Backup.class).getServer();
World world = server.getWorld("world");
File act
這是我的搜索代碼: for(int x = -100; x < 100; x ++)
{
for(int z = -100; z < 100; z ++)
{
for(int y = 0; y < 50; y ++)
{
Location loc = new Location(Bukkit.getWorld(map_name), x, y