Problem/Bug Does anyone know why this error comes up, and how can i fix it?

Discussion in 'Bukkit Help' started by uliwolo, Dec 6, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    uliwolo

    [04:23:05] [Server thread/INFO]: Starting minecraft server version 1.14.4
    [04:23:05] [Server thread/INFO]: Loading properties
    [04:23:05] [Server thread/INFO]: Default game type: SURVIVAL
    [04:23:05] [Server thread/INFO]: Generating keypair
    [04:23:05] [Server thread/INFO]: Using default channel type
    [04:23:06] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-43183ea (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
    [04:23:09] [Server thread/WARN]: Plugin Essentials v2.13.1 does not specify an api-version.
    [04:23:09] [Server thread/WARN]: Plugin EssentialsProtect v2.13.1 does not specify an api-version.
    [04:23:09] [Server thread/WARN]: Plugin EssentialsSpawn v2.13.1 does not specify an api-version.
    [04:23:09] [Server thread/WARN]: Plugin EssentialsChat v2.13.1 does not specify an api-version.
    [04:23:09] [Server thread/WARN]: Plugin EssentialsAntiBuild v2.13.1 does not specify an api-version.
    [04:23:09] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
    [04:23:09] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
    [04:23:09] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    [04:23:09] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
    [04:23:09] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
    [04:23:09] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    [04:23:09] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
    [04:23:09] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    [04:23:09] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
    [04:23:09] [Server thread/INFO]: Preparing level "world"
    [04:23:09] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
    [04:23:09] [Server thread/INFO]: Loaded 6 recipes
    [04:23:10] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:eek:verworld
    [04:23:10] [Server thread/INFO]: Preparing spawn area: 0%
    [04:23:10] [Server thread/INFO]: Preparing spawn area: 0%
    [04:23:12] [Server-Worker-4/INFO]: Preparing spawn area: 83%
    [04:23:12] [Server-Worker-6/INFO]: Preparing spawn area: 83%
    [04:23:12] [Server-Worker-7/INFO]: Preparing spawn area: 83%
    [04:23:13] [Server-Worker-3/INFO]: Preparing spawn area: 99%
    [04:23:13] [Server thread/INFO]: Time elapsed: 2951 ms
    [04:23:13] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
    [04:23:13] [Server thread/INFO]: Preparing spawn area: 0%
    [04:23:13] [Server thread/INFO]: Time elapsed: 503 ms
    [04:23:13] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
    [04:23:13] [Server thread/INFO]: Preparing spawn area: 0%
    [04:23:14] [Server-Worker-6/INFO]: Preparing spawn area: 89%
    [04:23:14] [Server thread/INFO]: Time elapsed: 638 ms
    [04:23:14] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
    [04:23:14] [Server thread/INFO]: Formato de la versión de Bukkit cambiado. Versión no comprobada.
    [04:23:14] [Server thread/INFO]: git-Bukkit-43183ea (MC: 1.14.4)
    [04:23:14] [Server thread/INFO]: 1.14.4-R0.1-SNAPSHOT
    [04:23:14] [Server thread/INFO]: Creando configuración desde la plantilla: E:\server\plugins\Essentials\worth.yml
    [04:23:14] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    [04:23:14] [Server thread/ERROR]: Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.earth2me.essentials.Essentials.handleCrash(Essentials.java:698) ~[?:?]
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:256) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:344) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:447) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:373) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:253) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:753) [craftbukkit-1.14.4-R0.1-SNAPSHOT.jar:git-Bukkit-43183ea]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
    [04:23:14] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
    [04:23:14] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
    [04:23:14] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
    [04:23:14] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 10 en protect.alert.on-placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 11 en protect.alert.on-placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 46 en protect.alert.on-placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 327 en protect.alert.on-placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 327 en protect.alert.on-use lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 10 en protect.blacklist.placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 11 en protect.blacklist.placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 46 en protect.blacklist.placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 327 en protect.blacklist.placement lista.
    [04:23:14] [Server thread/ERROR]: Objeto desconocido 327 en protect.blacklist.usage lista.
    [04:23:14] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [04:23:14] [Server thread/INFO]: Done (5.053s)! For help, type "help"
    [04:24:24] [Server thread/INFO]: uliwolo[/25.84.146.100:62725] logged in with entity id 103 at ([world]1544.0825774101518, 63.0, -1051.6335935670522)
     
  2. Online

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page