Solved Commands aren't working with Bukkit 1.8.3 w/ BuildTools!

Discussion in 'General Help' started by CosmopathMC, Mar 30, 2015.

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

    CosmopathMC

    Edit: So I just found out Essentials is incompatible with 1.8 servers. Ignore this thread.
    No server commands are working on my server. I am running CraftBukkit 1.8.3, which was obtained via BuildTools. Here is my BukkitGUI log:

    [GUI] Retrieving your current bukkit version...
    [GUI] WARNING: No craftbukkit file selected, bukkit version can't be determined. Auto update check cancelled.
    [GUI] WARNING: Turn of "retrieve current version" in superstart > maintainance
    [GUI] WARNING: or make sure the .jar file contains bukkit
    [GUI] Starting bukkit server - min. RAM:5078 max. RAM:7126
    [GUI] The server is starting...
    [GUI] Server started...
    4:25:12 PM Loading libraries, please wait...
    4:25:14 PM WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    4:25:18 PM [INFO] Starting minecraft server version 1.8.3
    4:25:18 PM [INFO] Loading properties
    4:25:18 PM [INFO] Default game type: SURVIVAL
    4:25:18 PM [INFO] Generating keypair
    4:25:18 PM [INFO] Starting Minecraft server on *:25565
    4:25:18 PM [INFO] Using default channel type
    4:25:18 PM [INFO] This server is running CraftBukkit version git-Bukkit-61ef214 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
    4:25:19 PM [INFO] [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
    4:25:19 PM [INFO] [Carz] Loading Carz v5.0
    4:25:19 PM [INFO] [Essentials] Loading Essentials v2.13.1
    4:25:19 PM [INFO] [EssentialsProtect] Loading EssentialsProtect v2.13.1
    4:25:19 PM [INFO] [Vault] Loading Vault v1.2.31-b411
    4:25:19 PM [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    4:25:19 PM [INFO] [EssentialsChat] Loading EssentialsChat v2.13.1
    4:25:19 PM [INFO] [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
    4:25:19 PM [INFO] [ProtocolLib] Loading ProtocolLib v3.6.0-SNAPSHOT
    4:25:19 PM [WARNING] [ProtocolLib] Version (MC: 1.8.3) has not yet been tested! Proceed with caution.
    4:25:19 PM [WARNING] [ProtocolLib] [MinecraftReflection] Cannot find standard Minecraft library location. Assuming MCPC.
    4:25:19 PM [SEVERE] [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib.
    4:25:19 PM If this problem hasn't already been reported, please open a ticket
    4:25:19 PM at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
    4:25:19 PM ===== STACK TRACE =====
    4:25:19 PM java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/ChannelInboundHandler
    4:25:19 PM at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:264)
    4:25:19 PM at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250)
    4:25:19 PM at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233)
    4:25:19 PM at com.comphenix.protocol.ProtocolLibrary.onLoad(ProtocolLibrary.java:216)
    4:25:19 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:293)
    4:25:19 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.<init>(CraftServer.java:250)
    4:25:19 PM at net.minecraft.server.v1_8_R2.PlayerList.<init>(PlayerList.java:69)
    4:25:19 PM at net.minecraft.server.v1_8_R2.DedicatedPlayerList.<init>(SourceFile:14)
    4:25:19 PM at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:180)
    4:25:19 PM at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:501)
    4:25:19 PM at java.lang.Thread.run(Thread.java:745)
    4:25:19 PM Caused by: java.lang.ClassNotFoundException: net.minecraft.util.io.netty.channel.ChannelInboundHandler
    4:25:19 PM at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67)
    4:25:19 PM at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62)
    4:25:19 PM at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    4:25:19 PM at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    4:25:19 PM ... 11 more
    4:25:19 PM ===== DUMP =====
    4:25:19 PM Parameters:
    4:25:19 PM [NULL]
    4:25:19 PM Sender:
    4:25:19 PM com.comphenix.protocol.ProtocolLibrary@dfda991[
    4:25:19 PM statistisc=<null>
    4:25:19 PM backgroundCompiler=<null>
    4:25:19 PM packetTask=-1
    4:25:19 PM tickCounter=0
    4:25:19 PM unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@39730b1e
    4:25:19 PM configExpectedMod=-1
    4:25:19 PM updater=com.comphenix.protocol.metrics.Updater@553f08b6
    4:25:19 PM logger=org.bukkit.plugin.PluginLogger@2f0e9998
    4:25:19 PM redirectHandler=<null>
    4:25:19 PM commandProtocol=<null>
    4:25:19 PM commandPacket=<null>
    4:25:19 PM commandFilter=<null>
    4:25:19 PM skipDisable=false
    4:25:19 PM isEnabled=false
    4:25:19 PM loader=org.bukkit.plugin.java.JavaPluginLoader@700ddca6
    4:25:19 PM server=CraftServer{serverName=CraftBukkit,serverVersion=git-Bukkit-61ef214,minecraftVersion=1.8.3}
    4:25:19 PM file=plugins\ProtocolLib-Spigot-3.6.0-SNAPSHOT 1.7.9.jar
    4:25:19 PM description=org.bukkit.plugin.PluginDescriptionFile@51ede5d2
    4:25:19 PM dataFolder=plugins\ProtocolLib
    4:25:19 PM classLoader=org.bukkit.plugin.java.PluginClassLoader@1d17f96c
    4:25:19 PM naggable=true
    4:25:19 PM ebean=<null>
    4:25:19 PM newConfig=YamlConfiguration[path='', root='YamlConfiguration']
    4:25:19 PM configFile=plugins\ProtocolLib\config.yml
    4:25:19 PM logger=org.bukkit.plugin.PluginLogger@2f0e9998
    4:25:19 PM ]
    4:25:19 PM Version:
    4:25:19 PM ProtocolLib v3.6.0-SNAPSHOT
    4:25:19 PM Server:
    4:25:19 PM git-Bukkit-61ef214 (MC: 1.8.3)
    4:25:19 PM [INFO] [WorldGuard] Loading WorldGuard v5.8
    4:25:19 PM [INFO] [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
    4:25:19 PM [INFO] [Vault] Enabling Vault v1.2.31-b411
    4:25:19 PM [INFO] [Vault] [Vault][Economy] Essentials Economy found: Waiting
    4:25:19 PM [INFO] [Vault] [Vault][Permission] GroupManager found: Waiting
    4:25:20 PM [INFO] [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
    4:25:20 PM [INFO] [Vault] [Vault][Chat] GroupManager found: Waiting
    4:25:20 PM [INFO] [Vault] [Vault] Enabled Version 1.2.31-b411
    4:25:20 PM [INFO] [ProtocolLib] Enabling ProtocolLib v3.6.0-SNAPSHOT
    4:25:20 PM [SEVERE] [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
    4:25:20 PM If this problem hasn't already been reported, please open a ticket
    4:25:20 PM at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
    4:25:20 PM ===== STACK TRACE =====
    4:25:20 PM java.lang.ExceptionInInitializerError
    4:25:20 PM at com.comphenix.protocol.ProtocolLibrary.onEnable(ProtocolLibrary.java:377)
    4:25:20 PM at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
    4:25:20 PM at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327)
    4:25:20 PM at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
    4:25:20 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:341)
    4:25:20 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:313)
    4:25:20 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.<init>(CraftServer.java:251)
    4:25:20 PM at net.minecraft.server.v1_8_R2.PlayerList.<init>(PlayerList.java:69)
    4:25:20 PM at net.minecraft.server.v1_8_R2.DedicatedPlayerList.<init>(SourceFile:14)
    4:25:20 PM at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:180)
    4:25:20 PM at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:501)
    4:25:20 PM at java.lang.Thread.run(Thread.java:745)
    4:25:20 PM Caused by: com.comphenix.protocol.reflect.FieldAccessException: Field index must be within 0 - count
    4:25:20 PM at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:191)
    4:25:20 PM at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.initialize(NettyProtocolRegistry.java:124)
    4:25:20 PM at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.<init>(NettyProtocolRegistry.java:59)
    4:25:20 PM at com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:80)
    4:25:20 PM at com.comphenix.protocol.injector.packet.PacketRegistry.getPacketClassFromType(PacketRegistry.java:356)
    4:25:20 PM at com.comphenix.protocol.utility.ChatExtensions.getJsonFormatConstructor(ChatExtensions.java:218)
    4:25:20 PM at com.comphenix.protocol.utility.ChatExtensions.<clinit>(ChatExtensions.java:56)
    4:25:20 PM ... 12 more
    4:25:20 PM Caused by: java.lang.IndexOutOfBoundsException: Out of bounds
    4:25:20 PM ... 19 more
    4:25:20 PM ===== DUMP =====
    4:25:20 PM Sender:
    4:25:20 PM com.comphenix.protocol.ProtocolLibrary@dfda991[
    4:25:20 PM statistisc=<null>
    4:25:20 PM backgroundCompiler=<null>
    4:25:20 PM packetTask=-1
    4:25:20 PM tickCounter=0
    4:25:20 PM unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@39730b1e
    4:25:20 PM configExpectedMod=-1
    4:25:20 PM updater=com.comphenix.protocol.metrics.Updater@553f08b6
    4:25:20 PM logger=org.bukkit.plugin.PluginLogger@2f0e9998
    4:25:20 PM redirectHandler=<null>
    4:25:20 PM commandProtocol=<null>
    4:25:20 PM commandPacket=<null>
    4:25:20 PM commandFilter=<null>
    4:25:20 PM skipDisable=false
    4:25:20 PM isEnabled=true
    4:25:20 PM loader=org.bukkit.plugin.java.JavaPluginLoader@700ddca6
    4:25:20 PM server=CraftServer{serverName=CraftBukkit,serverVersion=git-Bukkit-61ef214,minecraftVersion=1.8.3}
    4:25:20 PM file=plugins\ProtocolLib-Spigot-3.6.0-SNAPSHOT 1.7.9.jar
    4:25:20 PM description=org.bukkit.plugin.PluginDescriptionFile@51ede5d2
    4:25:20 PM dataFolder=plugins\ProtocolLib
    4:25:20 PM classLoader=org.bukkit.plugin.java.PluginClassLoader@1d17f96c
    4:25:20 PM naggable=true
    4:25:20 PM ebean=<null>
    4:25:20 PM newConfig=YamlConfiguration[path='', root='YamlConfiguration']
    4:25:20 PM configFile=plugins\ProtocolLib\config.yml
    4:25:20 PM logger=org.bukkit.plugin.PluginLogger@2f0e9998
    4:25:20 PM ]
    4:25:20 PM Version:
    4:25:20 PM ProtocolLib v3.6.0-SNAPSHOT
    4:25:20 PM Server:
    4:25:20 PM git-Bukkit-61ef214 (MC: 1.8.3)
    4:25:20 PM [INFO] [ProtocolLib] Disabling ProtocolLib v3.6.0-SNAPSHOT
    4:25:20 PM [INFO] Preparing level "world"
    4:25:20 PM [INFO] Preparing start region for level 0 (Seed: -5198925855377578841)
    4:25:20 PM [INFO] Preparing spawn area: 55%
    4:25:21 PM [INFO] Preparing start region for level 1 (Seed: -1293411666070108039)
    4:25:21 PM [INFO] Preparing start region for level 2 (Seed: -1293411666070108039)
    4:25:22 PM [INFO] [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
    4:25:22 PM [INFO] WEPIF: Using the Bukkit Permissions API.
    4:25:22 PM [WARNING] [WorldEdit]
    4:25:22 PM **********************************************
    4:25:22 PM ** This WorldEdit version does not fully support your version of Bukkit.
    4:25:22 PM **
    4:25:22 PM ** When working with blocks or undoing, chests will be empty, signs
    4:25:22 PM ** will be blank, and so on. There will be no support for entity
    4:25:22 PM ** and biome-related functions.
    4:25:22 PM **
    4:25:22 PM ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
    4:25:22 PM **********************************************
    4:25:22 PM [INFO] [Carz] Enabling Carz v5.0
    4:25:22 PM [INFO] [Carz] Enabled!
    4:25:22 PM [INFO] [Essentials] Enabling Essentials v2.13.1
    4:25:22 PM [INFO] Bukkit version format changed. Version not checked.
    4:25:22 PM [INFO] git-Bukkit-61ef214 (MC: 1.8.3)
    4:25:22 PM [INFO] 1.8.3-R0.1-SNAPSHOT
    4:25:22 PM [SEVERE] java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    4:25:22 PM [SEVERE] Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
    4:25:22 PM java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    4:25:22 PM at com.earth2me.essentials.UserMap.<init>(UserMap.java:27) ~[?:?]
    4:25:22 PM at com.earth2me.essentials.Essentials.onEnable(Essentials.java:195) ~[?:?]
    4:25:22 PM at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Bukkit-61ef214]
    4:25:22 PM at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:341) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:313) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:408) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:374) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:329) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:236) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:501) [server.jar:git-Bukkit-61ef214]
    4:25:22 PM at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
    4:25:22 PM [INFO] [Vault][Economy] Essentials Economy hooked.
    4:25:22 PM [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.13.1
    4:25:22 PM [SEVERE] Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
    4:25:22 PM [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
    4:25:23 PM [INFO] [EssentialsChat] Enabling EssentialsChat v2.13.1
    4:25:23 PM [INFO] [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
    4:25:23 PM [INFO] GroupManager - INFO - World Found: chicity
    4:25:23 PM [INFO] GroupManager - INFO - World Found: world
    4:25:23 PM [INFO] GroupManager - INFO - Superperms support enabled.
    4:25:23 PM [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    4:25:23 PM [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    4:25:23 PM [INFO] GroupManager version 2.1.31 (Phoenix) is enabled!
    4:25:23 PM [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
    4:25:23 PM [INFO] [Vault][Permission] GroupManager hooked.
    4:25:23 PM [INFO] [Vault][Chat] GroupManager - Chat hooked.
    4:25:23 PM [INFO] [WorldGuard] Enabling WorldGuard v5.8
    4:25:23 PM [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    4:25:23 PM [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    4:25:23 PM [INFO] [WorldGuard] (world) Lava fire is blocked.
    4:25:23 PM [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    4:25:23 PM [INFO] [WorldGuard] Loaded configuration for world 'world'
    4:25:23 PM [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    4:25:23 PM [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    4:25:23 PM [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    4:25:23 PM [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    4:25:23 PM [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    4:25:23 PM [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    4:25:23 PM [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    4:25:23 PM [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    4:25:23 PM [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    4:25:23 PM [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    4:25:23 PM [INFO] [WorldGuard] 0 regions loaded for 'world'
    4:25:23 PM [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    4:25:23 PM [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    4:25:23 PM [INFO] [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
    4:25:23 PM [INFO] Server permissions file permissions.yml is empty, ignoring it
    4:25:23 PM [INFO] Done (4.031s)! For help, type "help" or "?"
    4:25:23 PM [INFO] GroupManager - INFO - Bukkit Permissions Updated!
    4:25:24 PM [INFO] [Vault] Checking for Updates:
    4:25:24 PM [WARNING] [Vault] Stable Version: 1.5.3 is out! You are still running version: 1.2.31
    4:25:24 PM [WARNING] [Vault] Update at: http://dev.bukkit.org/server-mods/vault
    4:26:25 PM [INFO] UUID of player chichibilly is fd901df4-f347-4ce5-a563-d4deacda71e5
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.139 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.66 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.3 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.65 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.172 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.126 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.72 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.89 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.96 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.50 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.323 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.173 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.338 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.351 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.112 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.324 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.24 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.53 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.25 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.151 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.23 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.259 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.5 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.31 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.160 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.95 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.4 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.355 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.86 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.380 is
    4:26:25 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.321 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.152 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.69 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.45 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.156 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.87 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.18 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.136 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.135 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.175 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.155 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.76 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.164 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.6 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.158 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.330 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.154 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.54 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.159 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.109 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.17 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.61 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.134 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.85 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.328 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.84 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.114 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.32 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.123 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.162 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.390 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.397 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.77 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.35 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.44 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.13 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.12 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.137 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.128 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.113 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.389 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.42 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.171 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.98 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.27 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.67 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.148 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.1 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.20 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.331 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.102 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.138 is
    4:26:26 PM [WARNING] Invalid statistic in .\world\stats\fd901df4-f347-4ce5-a563-d4deacda71e5.json: Don't know what stat.useItem.101 is

    As you can see I have a lot of errors and warnings. I also have a lot of errors in my error log.

    Please, someone help me. This is very important. If you need any more information please tell me!
     
    Last edited: Mar 30, 2015
  2. Invisible

    nverdier

  3. Offline

    Bobcat00

  4. Offline

    CosmopathMC

Thread Status:
Not open for further replies.

Share This Page