You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
Affected Plugin
Describe your environment
Steps to reproduce this bug
Massivecore/Factions not loading.
Observed results
[21:44:13] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.12.1
[21:44:13] [Server thread/INFO]: �[�MassiveCore 2.12.1�] �=== ENABLE START ===�
[21:44:13] [Server thread/INFO]: �[�MassiveCore 2.12.1�] ��Loading Cachefile datas...�
[21:44:13] [Server thread/INFO]: �[�MassiveCore 2.12.1�] ��Loading Onlineplayer datas...�
[21:44:13] [Server thread/INFO]: �[�MassiveCore 2.12.1�] ��Loading Registry datas...�
[21:44:13] [Server thread/INFO]: �[�MassiveCore 2.12.1�] ��Saving Cachefile...�
[21:44:13] [Server thread/INFO]: �[�MassiveCore 2.12.1�] ��Setup of IdUtil took �9�ms.�
[21:44:14] [Server thread/ERROR]: Error occurred while enabling MassiveCore v2.12.1 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/scoreboard/Team$Option
at java.lang.Class.getDeclaredFields0(Native Method) ~[?:1.8.0_121]
at java.lang.Class.privateGetDeclaredFields(Class.java:2583) ~[?:1.8.0_121]
at java.lang.Class.getDeclaredField(Class.java:2068) ~[?:1.8.0_121]
at com.massivecraft.massivecore.util.ReflectionUtil.getField(ReflectionUtil.java:297) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin$1.apply(MassivePlugin.java:360) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin$1.apply(MassivePlugin.java:354) ~[?:?]
at com.massivecraft.massivecore.predicate.PredicateAnd.apply(PredicateAnd.java:49) ~[?:?]
at com.massivecraft.massivecore.predicate.PredicateAnd.apply(PredicateAnd.java:49) ~[?:?]
at com.massivecraft.massivecore.util.ReflectionUtil.getPackageClasses(ReflectionUtil.java:488) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.getClassesActive(MassivePlugin.java:439) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.getClassesActiveNms(MassivePlugin.java:353) ~[?:?]
at com.massivecraft.massivecore.MassiveCore.getClassesActiveNms(MassiveCore.java:269) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.getClassesActive(MassivePlugin.java:335) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.activateAuto(MassivePlugin.java:325) ~[?:?]
at com.massivecraft.massivecore.MassiveCore.onEnableInner(MassiveCore.java:235) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:82) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.ClassNotFoundException: org.bukkit.scoreboard.Team$Option
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_121]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_121]
... 24 more
[21:44:14] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.0
[21:44:14] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[21:44:14] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:44:14] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:44:14] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[21:44:14] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[21:44:14] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:44:14] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[21:44:14] [Server thread/INFO]: Preparing level "world"
[21:44:14] [Server thread/INFO]: -------- World Settings For [world] --------
[21:44:14] [Server thread/INFO]: Mob Spawn Range: 4
[21:44:14] [Server thread/INFO]: Anti X-Ray: true
[21:44:14] [Server thread/INFO]: Engine Mode: 1
[21:44:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:44:14] [Server thread/INFO]: Replace Blocks: [1, 5]
[21:44:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:44:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:44:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:44:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:44:14] [Server thread/INFO]: Random Lighting Updates: false
[21:44:14] [Server thread/INFO]: Structure Info Saving: true
[21:44:14] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:44:14] [Server thread/INFO]: Max Entity Collisions: 8
[21:44:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[21:44:14] [Server thread/INFO]: Max TNT Explosions: 100
[21:44:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:44:14] [Server thread/INFO]: Item Despawn Rate: 6000
[21:44:14] [Server thread/INFO]: Item Merge Radius: 2.5
[21:44:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:44:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:44:14] [Server thread/INFO]: View Distance: 10
[21:44:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:44:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:44:14] [Server thread/INFO]: Clear tick list: false
[21:44:14] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:44:14] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[21:44:14] [Server thread/INFO]: Mob Spawn Range: 4
[21:44:14] [Server thread/INFO]: Anti X-Ray: true
[21:44:14] [Server thread/INFO]: Engine Mode: 1
[21:44:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:44:14] [Server thread/INFO]: Replace Blocks: [1, 5]
[21:44:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:44:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:44:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:44:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:44:14] [Server thread/INFO]: Random Lighting Updates: false
[21:44:14] [Server thread/INFO]: Structure Info Saving: true
[21:44:14] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:44:14] [Server thread/INFO]: Max Entity Collisions: 8
[21:44:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[21:44:14] [Server thread/INFO]: Max TNT Explosions: 100
[21:44:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:44:14] [Server thread/INFO]: Item Despawn Rate: 6000
[21:44:14] [Server thread/INFO]: Item Merge Radius: 2.5
[21:44:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:44:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:44:14] [Server thread/INFO]: View Distance: 10
[21:44:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:44:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:44:14] [Server thread/INFO]: Clear tick list: false
[21:44:14] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:44:14] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[21:44:14] [Server thread/INFO]: Mob Spawn Range: 4
[21:44:14] [Server thread/INFO]: Anti X-Ray: true
[21:44:14] [Server thread/INFO]: Engine Mode: 1
[21:44:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:44:14] [Server thread/INFO]: Replace Blocks: [1, 5]
[21:44:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:44:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:44:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:44:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:44:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:44:14] [Server thread/INFO]: Random Lighting Updates: false
[21:44:14] [Server thread/INFO]: Structure Info Saving: true
[21:44:14] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:44:14] [Server thread/INFO]: Max Entity Collisions: 8
[21:44:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[21:44:14] [Server thread/INFO]: Max TNT Explosions: 100
[21:44:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:44:14] [Server thread/INFO]: Item Despawn Rate: 6000
[21:44:14] [Server thread/INFO]: Item Merge Radius: 2.5
[21:44:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:44:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:44:14] [Server thread/INFO]: View Distance: 10
[21:44:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:44:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:44:14] [Server thread/INFO]: Clear tick list: false
[21:44:14] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:44:14] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6978095439223739039)
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:14] [Server thread/WARN]: Skipping Piece with id Iglu
[21:44:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: 638117802569753637)
[21:44:15] [Server thread/INFO]: Preparing start region for level 2 (Seed: 638117802569753637)
[21:44:15] [Server thread/INFO]: [CustomHelpMessage] Enabling CustomHelpMessage v1.4
[21:44:15] [Server thread/INFO]: [CustomHelpMessage] &8[&6sHelp&8] has been Enabled.
[21:44:15] [Server thread/INFO]: [SimplyTeleport] Enabling SimplyTeleport v1.0
[21:44:15] [Server thread/INFO]: [SimplyTeleport] SimplyTeleport has been enabled (V.1.0)
[21:44:15] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
[21:44:15] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[21:44:15] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[21:44:15] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
[21:44:16] [Server thread/INFO]: [GKits] Enabling GKits v1.0.0
[21:44:16] [Server thread/INFO]: [Essentials_WarpGUI] Enabling Essentials_WarpGUI v1.6
[21:44:16] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[21:44:16] [Server thread/WARN]: ?4Version mismatch! Please update Essentials_WarpGUI to the same version.
[21:44:16] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[21:44:16] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
[21:44:16] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[21:44:16] [Server thread/INFO]: Using locale en
[21:44:16] [Server thread/INFO]: Using locale en
[21:44:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[21:44:16] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[21:44:16] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[21:44:16] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[21:44:16] [Server thread/INFO]: [ClearLag] Loading modules...
[21:44:16] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:44:16] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:44:16] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:44:16] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[21:44:16] [Server thread/INFO]: [SimplyGApples] Enabling SimplyGApples v1.0
[21:44:16] [Server thread/INFO]: [SimplyGApples] has been enabled.
[21:44:16] [Server thread/INFO]: [sTablist] Enabling sTablist v2.9.2
[21:44:16] [Server thread/INFO]: [sTablist] Found Compatible Packets v1_8_R3.
[21:44:16] [Server thread/WARN]: [sTablist] Could not save groups.yml to plugins/sTablist/Prefixes-And-Suffixes/groups.yml because groups.yml already exists.
[21:44:16] [Thread-12/INFO]: [ClearLag] No updates found!
[21:44:16] [Server thread/INFO]: [sTablist-AutoUpdater] Newest Version: 2.9.2! Current Version: 2.9.2
[21:44:16] [Server thread/INFO]: [sTablist] Plugin Update Task was started in 0 Millis!
[21:44:16] [Server thread/WARN]: [sTablist] Found outdated Configuration! (Your Version: 2.8.6 | Newest Version: 2.9.2)
[21:44:16] [Server thread/WARN]: [sTablist] Use /stablist regenConfig to regenerate the Configuration.
[21:44:16] [Server thread/INFO]: [sTablist] Tab Update Task was started in 0 Millis!
[21:44:16] [Server thread/INFO]: [sTablist] Tag Update Task was started in 0 Millis!
[21:44:16] [Server thread/INFO]: [sTablist] Started in 245 Millis!
[21:44:16] [Server thread/INFO]: [SimplyVoting] Enabling SimplyVoting v1.0
[21:44:16] [Server thread/INFO]: [SimplyVoting] SimplyVoting has been enabled (V.1.0)
[21:44:16] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
[21:44:16] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[21:44:16] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[21:44:16] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 20000 at X: 1552.0 Z: 2360.0
[21:44:16] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 1552.0 Y: 67.0 Z: 2360.0
[21:44:16] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.2
[21:44:16] [Server thread/INFO]: [BuycraftX] Validating your server key...
[21:44:17] [Server thread/WARN]: [BuycraftX] Your server and webstore online mode settings are mismatched. Unless you are using a proxy and server combination (such as BungeeCord/Spigot or LilyPad/Connect) that corrects UUIDs, then you may experience issues with packages not applying.
[21:44:17] [Server thread/WARN]: [BuycraftX] If you have verified that your set up is correct, you can suppress this message by setting is-bungeecord=true in your BuycraftX config.properties.
[21:44:17] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[21:44:17] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.4
[21:44:17] [Server thread/INFO]: [Votifier] Loaded token for website: default
[21:44:17] [Server thread/INFO]: [Votifier] Receiving votes over PluginMessaging channel 'NuVotifier'.
[21:44:17] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[21:44:17] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /107.173.209.194:8194.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[21:44:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[21:44:18] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:44:18] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-SNAPSHOT-b725
[21:44:18] [Server thread/INFO]: -------- World Settings For [PVP] --------
[21:44:18] [Server thread/INFO]: Mob Spawn Range: 4
[21:44:18] [Server thread/INFO]: Anti X-Ray: true
[21:44:18] [Server thread/INFO]: Engine Mode: 1
[21:44:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:44:18] [Server thread/INFO]: Replace Blocks: [1, 5]
[21:44:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:44:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[21:44:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:44:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:44:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:44:18] [Server thread/INFO]: Random Lighting Updates: false
[21:44:18] [Server thread/INFO]: Structure Info Saving: true
[21:44:18] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:44:18] [Server thread/INFO]: Max Entity Collisions: 8
[21:44:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[21:44:18] [Server thread/INFO]: Max TNT Explosions: 100
[21:44:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:44:18] [Server thread/INFO]: Item Despawn Rate: 6000
[21:44:18] [Server thread/INFO]: Item Merge Radius: 2.5
[21:44:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:44:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:44:18] [Server thread/INFO]: View Distance: 10
[21:44:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:44:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:44:18] [Server thread/INFO]: Clear tick list: false
[21:44:18] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:44:18] [Server thread/INFO]: Preparing start region for level 3 (Seed: 3975180291407706702)
[21:44:18] [Server thread/INFO]: [WorldGuard] (PVP) TNT ignition is PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (PVP) Lighters are PERMITTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] (PVP) Lava fire is blocked.
[21:44:18] [Server thread/INFO]: [WorldGuard] (PVP) Fire spread is UNRESTRICTED.
[21:44:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PVP'
[21:44:18] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[21:44:18] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-SNAPSHOT-b725 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[21:44:18] [Server thread/INFO]: [CustomJoinMessage] Enabling CustomJoinMessage v2.0.1
[21:44:18] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.5.0
[21:44:18] [Server thread/INFO]: Invalid type 'shield'
[21:44:18] [Server thread/ERROR]: [OldCombatMechanics] Plugin OldCombatMechanics v1.5.0 has failed to register events for class gvlfm78.plugin.OldCombatMechanics.module.ModuleSwordBlocking because org/bukkit/event/player/PlayerSwapHandItemsEvent does not exist.
[21:44:18] [Server thread/ERROR]: [OldCombatMechanics] Plugin OldCombatMechanics v1.5.0 has failed to register events for class gvlfm78.plugin.OldCombatMechanics.module.ModuleDisableOffHand because org/bukkit/event/player/PlayerSwapHandItemsEvent does not exist.
[21:44:18] [Server thread/ERROR]: Error occurred while enabling OldCombatMechanics v1.5.0 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/scoreboard/Team$Option
at gvlfm78.plugin.OldCombatMechanics.OCMMain.createTeam(OCMMain.java:181) ~[?:?]
at gvlfm78.plugin.OldCombatMechanics.OCMMain.onEnable(OCMMain.java:83) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.ClassNotFoundException: org.bukkit.scoreboard.Team$Option
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_121]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_121]
... 13 more
[21:44:18] [Server thread/INFO]: [BlowableObsidians] Enabling BlowableObsidians v4.3
[21:44:18] [Server thread/INFO]: [CrateKeys] Enabling CrateKeys v2.6.2
[21:44:49] [Server thread/WARN]: Invalid roulette sound in config.yml
[21:44:49] [Server thread/WARN]: Invalid scroller sound in config.yml
[21:44:49] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[21:44:49] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[21:44:49] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[21:44:49] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[21:44:49] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[21:44:49] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[21:44:49] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[21:44:49] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[21:44:49] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.1.1
[21:44:49] [Server thread/INFO]: [SimpleVoteListener] Enabling SimpleVoteListener v2.6
[21:44:49] [Server thread/INFO]: [SimpleVoteListener] Config file found. Using it!
[21:44:49] [Server thread/INFO]: [SimpleVoteListener] SimpleVoteListener 2.6 successfully enabled.
[21:44:49] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[21:44:49] [Server thread/INFO]: [InfiniteBlocks] Enabling InfiniteBlocks v2.2
[21:44:49] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.13 (build #6)
[21:44:49] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[21:44:50] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.3-SNAPSHOT-sMD5NET-b87
[21:44:50] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
[21:44:50] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
[21:44:50] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
[21:44:50] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
[21:44:50] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
[21:44:50] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Interact(default) / 1.0
[21:44:50] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.3-SNAPSHOT-sMD5NET-b87 is enabled. Some hooks might get registered with NoCheatPlus later on.
[21:44:50] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7.4
[21:44:50] [Server thread/INFO]: Announcer v1.7.4 is enabled!
[21:44:50] [Server thread/INFO]: [Trading] Enabling Trading v3.2
[21:44:50] [Server thread/INFO]: [Trading] Trading has been enabled
[21:44:50] [Server thread/INFO]: [Trading] Vault and Economy have been found!
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.1-RC-sMD5NET-b1084
[21:44:50] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
[21:44:50] [Server thread/INFO]: [NoCheatPlus] Version 3.15.1-RC-sMD5NET-b1084 is enabled.
[21:44:50] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 1 registered hooks to NoCheatPlus.
[21:44:50] [Server thread/INFO]: [Factions] Enabling Factions v2.12.1
[21:44:50] [Server thread/INFO]: �[�Factions 2.12.1�] �=== ENABLE START ===�
[21:44:50] [Server thread/ERROR]: Error occurred while enabling Factions v2.12.1 (Is it up to date?)
java.lang.NullPointerException
at com.massivecraft.massivecore.MassivePlugin.checkVersionSynchronization(MassivePlugin.java:117) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.onEnablePre(MassivePlugin.java:96) ~[?:?]
at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:81) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
[21:44:50] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.3
[21:44:50] [Server thread/INFO]: [RedeemableMcMMO] Enabling RedeemableMcMMO v2.0
[21:44:50] [Server thread/INFO]: [RedeemableMcMMO] Saved the message config!
[21:44:50] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.0-SNAPSHOT
[21:44:50] [Server thread/INFO]: [FBasics] Enabling FBasics v2.1.8
[21:44:50] [Server thread/WARN]: [FBasics] WARNING
[21:44:50] [Server thread/WARN]: [FBasics] Failed to enable Factions integration due to errors.
[21:44:50] [Server thread/WARN]: [FBasics] This is most likely due to an unsupported version of Factions.
[21:44:50] [Server thread/WARN]: [FBasics] Defaulting to a non-factions configuration.
[21:44:50] [Server thread/WARN]: java.lang.ClassNotFoundException: org.originmc.fbasics.factions.v2_12.FactionsHook
[21:44:50] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
[21:44:50] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
[21:44:50] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[21:44:50] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[21:44:50] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[21:44:50] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
[21:44:50] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
[21:44:50] [Server thread/WARN]: at org.originmc.fbasics.FBasics.integrateFactions(FBasics.java:211)
[21:44:50] [Server thread/WARN]: at org.originmc.fbasics.FBasics.onEnable(FBasics.java:106)
[21:44:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:44:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[21:44:50] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[21:44:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
[21:44:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
[21:44:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
[21:44:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
[21:44:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
[21:44:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
[21:44:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
[21:44:50] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
[21:44:50] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[21:44:50] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[21:44:50] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[21:44:50] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v4.0.0
[21:44:50] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[21:44:50] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
[21:44:50] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
[21:44:51] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[21:44:51] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[21:44:51] [Server thread/INFO]: [FactionsFramework] Enabling FactionsFramework v1.2.0
[21:44:52] [Server thread/INFO]: �[FactionsFramework] �Factions API version is: Factions_2_8_16�
[21:44:52] [Server thread/INFO]: [FactionsWarps] Enabling FactionsWarps v1.2.0
[21:44:52] [Server thread/ERROR]: Error occurred while enabling FactionsWarps v1.2.0 (Is it up to date?)
java.lang.ExceptionInInitializerError
at me.markeh.factionsframework.layer.layer_2_8_16.CommandManager_2_8_16.add(CommandManager_2_8_16.java:34) ~[?:?]
at me.markeh.factionswarps.FactionsWarps.onEnable(FactionsWarps.java:59) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.NullPointerException: object
at com.massivecraft.massivecore.command.editor.CommandEditSingleton.getType(CommandEditSingleton.java:43) ~[?:?]
at com.massivecraft.massivecore.command.editor.CommandEditSingleton.(CommandEditSingleton.java:15) ~[?:?]
at com.massivecraft.factions.cmd.CmdFactionsConfig.(CmdFactionsConfig.java:16) ~[?:?]
at com.massivecraft.factions.cmd.CmdFactions.(CmdFactions.java:71) ~[?:?]
at com.massivecraft.factions.cmd.CmdFactions.(CmdFactions.java:18) ~[?:?]
... 13 more
[21:44:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:44:52] [Server thread/INFO]: Done (37.856s)! For help, type "help" or "?"
[21:44:52] [Server thread/INFO]: Starting GS4 status listener
[21:44:52] [Server thread/INFO]: Starting remote control listener
[21:44:52] [Server thread/WARN]: No rcon password set in '/var/games/minecraft/servers/Factions/server.properties', rcon disabled!
[21:44:52] [Query Listener #1/INFO]: Query running on 107.173.209.194:25455
[21:44:52] [Server thread/WARN]: Invalid roulette sound in config.yml
[21:44:52] [Server thread/WARN]: Invalid scroller sound in config.yml
[21:44:52] [Server thread/WARN]: Invalid sound in default.yml
[21:44:52] [Server thread/WARN]: Invalid sound in default.yml
[21:44:52] [Server thread/WARN]: Invalid sound in default.yml
[21:44:52] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[21:44:52] [Craft Scheduler Thread - 0/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[21:44:52] [Craft Scheduler Thread - 0/INFO]: [NoCheatPlus] Added hook: mcMMO(cncp) [2.3].
[21:44:52] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[21:44:52] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[21:44:52] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[21:44:53] [OkHttp ConnectionPool/WARN]: A connection to https://plugin.buycraft.net/ was leaked. Did you forget to close a response body?
[21:44:53] [Craft Scheduler Thread - 1/INFO]: [CustomJoinMessage] Checking for updates...
[21:44:53] [Craft Scheduler Thread - 1/INFO]: [CustomJoinMessage] Stable Version: -2.0.1 | Current Version: 2.0.1
[21:44:53] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[21:44:53] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Fetching all due players...
[21:44:53] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Fetched due players (0 found).
[21:46:04] [Thread-20/INFO]: UUID of player xXJabPwnzXx is d5f7a22e-fb8f-4736-8390-8609f7a229b2
[21:46:04] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to OldCombatMechanics v1.5.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/attribute/Attribute
at gvlfm78.plugin.OldCombatMechanics.module.ModuleAttackCooldown.onPlayerLogin(ModuleAttackCooldown.java:33) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
... 14 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.attribute.Attribute
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_121]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_121]
at gvlfm78.plugin.OldCombatMechanics.module.ModuleAttackCooldown.onPlayerLogin(ModuleAttackCooldown.java:33) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
... 14 more
Expected results
Factions/Massivecore working.
The text was updated successfully, but these errors were encountered: