Problem/Bug Prompt Plugin Errors

Discussion in 'General Help' started by Eclipse_Minecraft_Coder, Jul 21, 2017.

Thread Status:
Not open for further replies.
  1. I have a very hard time tracing these errors back to the plugin that's failing.... help would be appreciated. (Is it even a plugin that's failing?)

    Code:
    [18:48:02 INFO]: Preparing spawn area: 71%
    [18:48:02 INFO]: Preparing start region for level 1 (Seed: -3054260725244943809)
    [18:48:02 INFO]: Preparing start region for level 2 (Seed: -3054260725244943809)
    [18:48:03 INFO]: [Wild] Enabling Wild v3.9.7
    [18:48:03 INFO]: [Wild] Already Converted
    [18:48:03 INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
    [18:48:03 INFO]: WEPIF: Using the Bukkit Permissions API.
    [18:48:03 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
    [18:48:03 INFO]: [AdminEssentials] Enabling AdminEssentials v2.1
    [18:48:03 ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
    java.lang.IllegalArgumentException: unknown world
            at org.bukkit.Location.deserialize(Location.java:612) ~[spigot.jar:git-Spigot-7228328-e03b1a5]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
            at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:376) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:185) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:357) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:532) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:376) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:185) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:357) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:532) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:143) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:129) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at me.synapz.adminessentials.util.Config.reloadCache(Config.java:301) [AdminEssentials.jar:?]
            at me.synapz.adminessentials.util.Config.<init>(Config.java:45) [AdminEssentials.jar:?]
            at me.synapz.adminessentials.AdminEssentials.onEnable(AdminEssentials.java:19) [AdminEssentials.jar:?]
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:378) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
    [18:48:03 ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
    java.lang.IllegalArgumentException: unknown world
            at org.bukkit.Location.deserialize(Location.java:612) ~[spigot.jar:git-Spigot-7228328-e03b1a5]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
            at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:376) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:185) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:357) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:532) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:376) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:185) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:357) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:532) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:143) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:129) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at me.synapz.adminessentials.util.Config.reloadCache(Config.java:301) [AdminEssentials.jar:?]
            at me.synapz.adminessentials.util.Config.<init>(Config.java:45) [AdminEssentials.jar:?]
            at me.synapz.adminessentials.AdminEssentials.onEnable(AdminEssentials.java:19) [AdminEssentials.jar:?]
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:378) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-7228328-e03b1a5]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
    [18:48:03 WARN]: [AdminEssentials] Could not save config.yml to plugins\AdminEssentials\config.yml because config.yml already exists.
    [18:48:03 INFO]: [HubThat] Enabling HubThat v7.0
    [18:48:04 INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
    [18:48:04 INFO]: [PermissionsEx] Initializing file backend
    [18:48:04 INFO]: [PermissionsEx] Permissions file successfully reloaded
    [18:48:04 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    [18:48:04 INFO]: [Vault][Permission] PermissionsEx hooked.
    [18:48:04 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
    [18:48:04 INFO]: [EasyWarp] Enabling EasyWarp v3.8
    [18:48:04 INFO]: [EventHandle] Enabling EventHandle v1.0
    [18:48:04 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
    [18:48:04 INFO]: -------- World Settings For [Factions] --------
    [18:48:04 INFO]: View Distance: 10
    [18:48:04 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:48:04 INFO]: Item Despawn Rate: 6000
    [18:48:04 INFO]: Item Merge Radius: 2.5
    [18:48:04 INFO]: Arrow Despawn Rate: 1200
    [18:48:04 INFO]: Experience Merge Radius: 3.0
    [18:48:04 INFO]: Nerfing mobs spawned from spawners: false
    [18:48:04 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:48:04 INFO]: Structure Info Saving: true
    [18:48:04 INFO]: Random Lighting Updates: false
    [18:48:04 INFO]: Cactus Growth Modifier: 100%
    [18:48:04 INFO]: Cane Growth Modifier: 100%
    [18:48:04 INFO]: Melon Growth Modifier: 100%
    [18:48:04 INFO]: Mushroom Growth Modifier: 100%
    [18:48:04 INFO]: Pumpkin Growth Modifier: 100%
    [18:48:04 INFO]: Sapling Growth Modifier: 100%
    [18:48:04 INFO]: Wheat Growth Modifier: 100%
    [18:48:04 INFO]: NetherWart Growth Modifier: 100%
    [18:48:04 INFO]: Vine Growth Modifier: 100%
    [18:48:04 INFO]: Cocoa Growth Modifier: 100%
    [18:48:04 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:48:04 INFO]: Mob Spawn Range: 4
    [18:48:04 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [18:48:04 INFO]: Max TNT Explosions: 100
    [18:48:04 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:48:04 INFO]: Zombie Aggressive Towards Villager: true
    [18:48:04 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    [18:48:05 INFO]: Preparing start region for level 3 (Seed: -3515961378537313674)
    [18:48:06 INFO]: Preparing spawn area for Factions, 85%
    [18:48:06 INFO]: -------- World Settings For [minigames] --------
    [18:48:06 INFO]: View Distance: 10
    [18:48:06 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:48:06 INFO]: Item Despawn Rate: 6000
    [18:48:06 INFO]: Item Merge Radius: 2.5
    [18:48:06 INFO]: Arrow Despawn Rate: 1200
    [18:48:06 INFO]: Experience Merge Radius: 3.0
    [18:48:06 INFO]: Nerfing mobs spawned from spawners: false
    [18:48:06 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:48:06 INFO]: Structure Info Saving: true
    [18:48:06 INFO]: Random Lighting Updates: false
    [18:48:06 INFO]: Cactus Growth Modifier: 100%
    [18:48:06 INFO]: Cane Growth Modifier: 100%
    [18:48:06 INFO]: Melon Growth Modifier: 100%
    [18:48:06 INFO]: Mushroom Growth Modifier: 100%
    [18:48:06 INFO]: Pumpkin Growth Modifier: 100%
    [18:48:06 INFO]: Sapling Growth Modifier: 100%
    [18:48:06 INFO]: Wheat Growth Modifier: 100%
    [18:48:06 INFO]: NetherWart Growth Modifier: 100%
    [18:48:06 INFO]: Vine Growth Modifier: 100%
    [18:48:06 INFO]: Cocoa Growth Modifier: 100%
    [18:48:06 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:48:06 INFO]: Mob Spawn Range: 4
    [18:48:06 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [18:48:06 INFO]: Max TNT Explosions: 100
    [18:48:06 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:48:06 INFO]: Zombie Aggressive Towards Villager: true
    [18:48:06 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    [18:48:06 INFO]: Preparing start region for level 4 (Seed: -7694311594732989495)
    [18:48:06 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: TeamDeathmatch
    [18:48:06 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
    [18:48:06 INFO]: -------- World Settings For [PvP] --------
    [18:48:06 INFO]: View Distance: 10
    [18:48:06 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:48:06 INFO]: Item Despawn Rate: 6000
    [18:48:06 INFO]: Item Merge Radius: 2.5
    [18:48:06 INFO]: Arrow Despawn Rate: 1200
    [18:48:06 INFO]: Experience Merge Radius: 3.0
    [18:48:06 INFO]: Nerfing mobs spawned from spawners: false
    [18:48:06 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:48:06 INFO]: Structure Info Saving: true
    [18:48:06 INFO]: Random Lighting Updates: false
    [18:48:06 INFO]: Cactus Growth Modifier: 100%
    [18:48:06 INFO]: Cane Growth Modifier: 100%
    [18:48:06 INFO]: Melon Growth Modifier: 100%
    [18:48:06 INFO]: Mushroom Growth Modifier: 100%
    [18:48:06 INFO]: Pumpkin Growth Modifier: 100%
    [18:48:06 INFO]: Sapling Growth Modifier: 100%
    [18:48:06 INFO]: Wheat Growth Modifier: 100%
    [18:48:06 INFO]: NetherWart Growth Modifier: 100%
    [18:48:06 INFO]: Vine Growth Modifier: 100%
    [18:48:06 INFO]: Cocoa Growth Modifier: 100%
    [18:48:06 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:48:06 INFO]: Mob Spawn Range: 4
    [18:48:06 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [18:48:06 INFO]: Max TNT Explosions: 100
    [18:48:06 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:48:06 INFO]: Zombie Aggressive Towards Villager: true
    [18:48:06 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    [18:48:06 INFO]: Preparing start region for level 5 (Seed: -2556092130207137318)
    [18:48:07 INFO]: -------- World Settings For [arena] --------
    [18:48:07 INFO]: View Distance: 10
    [18:48:07 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:48:07 INFO]: Item Despawn Rate: 6000
    [18:48:07 INFO]: Item Merge Radius: 2.5
    [18:48:07 INFO]: Arrow Despawn Rate: 1200
    [18:48:07 INFO]: Experience Merge Radius: 3.0
    [18:48:07 INFO]: Nerfing mobs spawned from spawners: false
    [18:48:07 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:48:07 INFO]: Structure Info Saving: true
    [18:48:07 INFO]: Random Lighting Updates: false
    [18:48:07 INFO]: Cactus Growth Modifier: 100%
    [18:48:07 INFO]: Cane Growth Modifier: 100%
    [18:48:07 INFO]: Melon Growth Modifier: 100%
    [18:48:07 INFO]: Mushroom Growth Modifier: 100%
    [18:48:07 INFO]: Pumpkin Growth Modifier: 100%
    [18:48:07 INFO]: Sapling Growth Modifier: 100%
    [18:48:07 INFO]: Wheat Growth Modifier: 100%
    [18:48:07 INFO]: NetherWart Growth Modifier: 100%
    [18:48:07 INFO]: Vine Growth Modifier: 100%
    [18:48:07 INFO]: Cocoa Growth Modifier: 100%
    [18:48:07 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:48:07 INFO]: Mob Spawn Range: 4
    [18:48:07 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [18:48:07 INFO]: Max TNT Explosions: 100
    [18:48:07 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:48:07 INFO]: Zombie Aggressive Towards Villager: true
    [18:48:07 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    [18:48:07 INFO]: Preparing start region for level 6 (Seed: 3654702412466465483)
    [18:48:08 INFO]: Preparing spawn area for arena, 73%
    [18:48:08 INFO]: [Multiverse-Core] 7 - World(s) loaded.
    [18:48:08 INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
    [18:48:08 INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
    [18:48:09 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (world) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'world'
    [18:48:09 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
    [18:48:09 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
    [18:48:09 INFO]: [WorldGuard] (Factions) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (Factions) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (Factions) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (Factions) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'Factions'
    [18:48:09 INFO]: [WorldGuard] (minigames) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (minigames) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (minigames) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (minigames) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'minigames'
    [18:48:09 INFO]: [WorldGuard] (PvP) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (PvP) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (PvP) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (PvP) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'PvP'
    [18:48:09 INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
    [18:48:09 INFO]: [WorldGuard] (arena) Lava fire is blocked.
    [18:48:09 INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
    [18:48:09 INFO]: [WorldGuard] Loaded configuration for world 'arena'
    [18:48:09 INFO]: [WorldGuard] Loading region data...
    [18:48:09 INFO]: [Essentials] Enabling Essentials v2.0.1-b488
    [18:48:09 WARN]: [Essentials] º4Version mismatch! Please update EssentialsChat to the same version.
    [18:48:09 INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
    [18:48:10 INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
    [18:48:10 INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
    [18:48:10 INFO]: Using locale en_US
    [18:48:10 INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
    [18:48:10 INFO]: [Vault][Economy] Essentials Economy hooked.
    [18:48:10 INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
    [18:48:10 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
    [18:48:10 WARN]: º4Version mismatch! Please update all Essentials jars to the same version.
    [18:48:10 INFO]: [Minigames] Enabling Minigames v1.11.0-
    [18:48:10 INFO]: [Minigames] Using lang en_AU
    [18:48:10 INFO]: Minigames successfully enabled.
    [18:48:10 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
    [18:48:10 WARN]: [HolographicDisplays] Hologram 'parkour' was in the world 'parkour' but it wasn't loaded.
    [18:48:10 INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
    [18:48:10 INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
    [18:48:10 INFO]: [MVPLogging] 4 - Portals(s) loaded
    [18:48:10 WARN]: [Multiverse-Core] Portal SMP has an invalid DESTINATION!
    [18:48:10 INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
    [18:48:10 INFO]: [Minigames-Regions] Enabling Minigames-Regions v1.11.0-
    [18:48:10 INFO]: [Minigames-Regions] Minigames Regions successfully enabled!
    [18:48:10 INFO]: Server permissions file permissions.yml is empty, ignoring it
    [18:48:10 INFO]: Done (10.578s)! For help, type "help" or "?"
    [18:48:11 INFO]: [Vault] Checking for Updates ...
    [18:48:11 INFO]: [Vault] No new version available
    [18:48:11 INFO]: [Wild] There is an update available please go download it
    >
     
    Last edited by a moderator: Jul 24, 2017
  2. Offline

    Zombie_Striker

    @Eclipse_Minecraft_Coder
    There is more to that log. Can you post the full console log to pastebin.com and reply with the link?

    For some reason, some plugin cannot deserialize a location (which it should be able to). Are you sure all your plugins support your version?
     
  3. I am afraid that the prompt tis so big, I can't copy all of it!
     
  4. Offline

    Zombie_Striker

    @Eclipse_Minecraft_Coder
    You can. Pastbin does not have a limit. Just go into the recent.txt logs file and copy all the text to pastebin.
     
  5. Maybe not pastebin, but my prompt does :p
     
  6. Offline

    Zombie_Striker

    @Eclipse_Minecraft_Coder
    Why are you copying it from the promt? Bukkit stores all console logs in the /<server>/logs/recent.txt.
     
  7. Dude THANKYOU. I'm stupid. Luckily, the errors went away for some reason
     
Thread Status:
Not open for further replies.

Share This Page