Solved chat and essentials commands not working

Discussion in 'Bukkit Help' started by TheRedStormer, Aug 15, 2018.

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

    TheRedStormer

    [SOLVED] so, i just made a new 1.12.2 server and am having some problems when using essentials. when i join the game, chat says "Essentials failed to load, read the log file." leading me to believe this most likely is a problem with the main "Essentials.exe" file. when i use chat, the ingame chat says nothing. when i do the other commands, the ingame chat says "An internal error occurred while attempting to preform this command". this seems to only happen when i use commands for essentials and when i use the /help command. The plugins i use are world edit, anti cheat plus, and of course essentials, although i have tried this without any other plugins and the same thing happens. in this log i use the the /say command to show what i am doing.

    This is the log.

    Code:
    [14:08:38] [Server thread/INFO]: Starting minecraft server version 1.12.2
    [14:08:38] [Server thread/INFO]: Loading properties
    [14:08:38] [Server thread/INFO]: Default game type: SURVIVAL
    [14:08:38] [Server thread/INFO]: Generating keypair
    [14:08:38] [Server thread/INFO]: Starting Minecraft server on *:25565
    [14:08:38] [Server thread/INFO]: Using default channel type
    [14:08:39] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-2b93d83 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
    [14:08:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
    [14:08:39] [Server thread/INFO]: [AntiCheatPlus] Loading AntiCheatPlus v2.1.4
    [14:08:39] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
    [14:08:39] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
    [14:08:39] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    [14:08:39] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
    [14:08:39] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
    [14:08:39] [Server thread/INFO]: Preparing level "world"
    [14:08:39] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3657945956558361386)
    [14:08:39] [User Authenticator #1/INFO]: UUID of player TheRedStormer is 7352481d-0fda-478c-a262-c277be476986
    [14:08:40] [Server thread/INFO]: Preparing spawn area: 56%
    [14:08:41] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3657945956558361386)
    [14:08:42] [Server thread/INFO]: Preparing spawn area: 69%
    [14:08:42] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3657945956558361386)
    [14:08:42] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
    [14:08:42] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [14:08:42] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
    [14:08:42] [Server thread/INFO]: [AntiCheatPlus] Enabling AntiCheatPlus v2.1.4
    [14:08:42] [Server thread/ERROR]: Error occurred while enabling AntiCheatPlus v2.1.4 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
       at net.dynamicdev.anticheat.config.ConfigurationFile.<init>(ConfigurationFile.java:62) ~[?:?]
       at net.dynamicdev.anticheat.config.ConfigurationFile.<init>(ConfigurationFile.java:50) ~[?:?]
       at net.dynamicdev.anticheat.config.ConfigurationFile.<init>(ConfigurationFile.java:46) ~[?:?]
       at net.dynamicdev.anticheat.config.files.Config.<init>(Config.java:60) ~[?:?]
       at net.dynamicdev.anticheat.config.Configuration.<init>(Configuration.java:54) ~[?:?]
       at net.dynamicdev.anticheat.manage.AntiCheatManager.<init>(AntiCheatManager.java:51) ~[?:?]
       at net.dynamicdev.anticheat.AntiCheat.onEnable(AntiCheat.java:65) ~[?:?]
       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:367) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:328) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:412) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:373) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:328) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
    [14:08:42] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
    [14:08:42] [Server thread/INFO]: Bukkit version format changed. Version not checked.
    [14:08:42] [Server thread/INFO]: git-Bukkit-2b93d83 (MC: 1.12.2)
    [14:08:42] [Server thread/INFO]: 1.12.2-R0.1-SNAPSHOT
    [14:08:42] [Server thread/INFO]: Creating config from template: C:\Users\TheRedStormer\Desktop\my_files\server_host\plugins\Essentials\worth.yml
    [14:08:42] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    [14:08:42] [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:264) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:367) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:328) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:412) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:373) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:328) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
    [14:08:42] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
    [14:08:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
    [14:08:42] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
    [14:08:42] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
    [14:08:42] [Server thread/ERROR]: §4Unknown item 10 in protect.alert.on-placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 11 in protect.alert.on-placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 46 in protect.alert.on-placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 327 in protect.alert.on-placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 327 in protect.alert.on-use list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 10 in protect.blacklist.placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 11 in protect.blacklist.placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 46 in protect.blacklist.placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 327 in protect.blacklist.placement list.
    [14:08:42] [Server thread/ERROR]: §4Unknown item 327 in protect.blacklist.usage list.
    [14:08:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [14:08:42] [Server thread/INFO]: Done (3.692s)! For help, type "help" or "?"
    [14:08:43] [Server thread/INFO]: TheRedStormer[/192.168.1.20:50489] logged in with entity id 244 at ([world]-337.0889060491412, 65.0, 105.98265138440502)
    [14:09:10] [Server thread/INFO]: TheRedStormer issued server command: /say this is what happens when i talk.
    [14:09:10] [Server thread/INFO]: [TheRedStormer] this is what happens when i talk.
    [14:09:19] [Netty Server IO #1/WARN]: Essentials userMap not initialized
    [14:09:36] [Server thread/INFO]: TheRedStormer issued server command: /say this is what happens when i do /help
    [14:09:36] [Server thread/INFO]: [TheRedStormer] this is what happens when i do /help
    [14:09:44] [Server thread/INFO]: TheRedStormer issued server command: /help
    [14:09:44] [Server thread/ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'help' in plugin Essentials v2.13.1
       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:628) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1338) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1198) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
       at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
       at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:696) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:371) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:651) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:555) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
    Caused by: java.lang.NullPointerException
       at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:389) ~[?:?]
       at com.earth2me.essentials.Essentials.onCommand(Essentials.java:380) ~[?:?]
       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       ... 15 more
    [14:13:59] [Server thread/INFO]: TheRedStormer issued server command: /say this is what happens when i do sethome
    [14:13:59] [Server thread/INFO]: [TheRedStormer] this is what happens when i do sethome
    [14:14:04] [Server thread/INFO]: TheRedStormer issued server command: /sethome
    [14:14:04] [Server thread/ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sethome' in plugin Essentials v2.13.1
       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:628) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1338) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1198) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
       at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
       at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:696) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:371) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:651) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:555) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
    Caused by: java.lang.NullPointerException
       at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:389) ~[?:?]
       at com.earth2me.essentials.Essentials.onCommand(Essentials.java:380) ~[?:?]
       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       ... 15 more
    [14:14:11] [Server thread/INFO]: TheRedStormer lost connection: Disconnected
    [14:14:11] [Server thread/INFO]: TheRedStormer left the game
    [14:14:15] [Server thread/INFO]: Stopping the server
    [14:14:15] [Server thread/INFO]: Stopping server
    [14:14:15] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.13.1
    [14:14:15] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.13.1
    [14:14:15] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1
    [14:14:15] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.13.1
    [14:14:15] [Server thread/INFO]: [Essentials] Disabling Essentials v2.13.1
    [14:14:15] [Server thread/ERROR]: Error occurred while disabling 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.onDisable(Essentials.java:309) ~[?:?]
       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:353) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:421) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:414) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:344) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.stop(MinecraftServer.java:455) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:587) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
    [14:14:15] [Server thread/INFO]: [AntiCheatPlus] Disabling AntiCheatPlus v2.1.4
    [14:14:15] [Server thread/ERROR]: Error occurred while disabling AntiCheatPlus v2.1.4 (Is it up to date?)
    java.lang.NullPointerException: null
       at net.dynamicdev.anticheat.AntiCheat.onDisable(AntiCheat.java:99) ~[?:?]
       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:353) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:421) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:414) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:344) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.stop(MinecraftServer.java:455) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:587) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
    [14:14:15] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
    [14:14:15] [Server thread/INFO]: Saving players
    [14:14:15] [Server thread/INFO]: Saving worlds
    [14:14:15] [Server thread/INFO]: Saving chunks for level 'world'/overworld
    [14:14:16] [Server thread/INFO]: Saving chunks for level 'world_nether'/the_nether
    [14:14:16] [Server thread/INFO]: Saving chunks for level 'world_the_end'/the_end

    sorry for the small text.
    i do realise this webite corrected a ; and a ) next to eachother to ;)



    EDIT: i have found a fix. i used the spigot version of essentials and it was somehow compatible.
     
    Last edited by a moderator: Aug 15, 2018
Thread Status:
Not open for further replies.

Share This Page