greatman / craftconomy3

A Economy plugin for Bukkit & Canary Recode!
GNU Lesser General Public License v3.0
36 stars 65 forks source link

A few events can't be passed. #23

Closed MayorMike closed 9 years ago

MayorMike commented 9 years ago

Two plugins appear to have issues passing events to your plugin. Factions:

[16:48:12] [Server thread/ERROR]: Could not pass event EventFactionsFactionShow to Factions v2.7.5
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at com.massivecraft.massivecore.event.EventMassiveCore.run(EventMassiveCore.java:30) [MassiveCore.jar:?]
    at com.massivecraft.factions.cmd.CmdFactionsFaction.perform(CmdFactionsFaction.java:44) [Factions.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:327) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:306) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:349) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCoreBukkitCommand.execute(MassiveCoreBukkitCommand.java:67) [MassiveCore.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:642) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.getBalance(Economy_Craftconomy3.java:278) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.getBalance(Economy_Craftconomy3.java:120) ~[?:?]
    at com.massivecraft.massivecore.money.MoneyMixinVault.get(MoneyMixinVault.java:131) ~[?:?]
    at com.massivecraft.massivecore.money.Money.get(Money.java:115) ~[?:?]
    at com.massivecraft.factions.engine.EngineMain.onFactionShow(EngineMain.java:212) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    ... 24 more
[16:18:16] [Server thread/ERROR]: Could not pass event EventFactionsChunksChange to Factions v2.7.5
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at com.massivecraft.massivecore.event.EventMassiveCore.run(EventMassiveCore.java:30) [MassiveCore.jar:?]
    at com.massivecraft.factions.entity.MPlayer.tryClaim(MPlayer.java:844) [Factions.jar:?]
    at com.massivecraft.factions.cmd.CmdFactionsSetX.perform(CmdFactionsSetX.java:57) [Factions.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:327) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:306) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:306) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCommand.execute(MassiveCommand.java:349) [MassiveCore.jar:?]
    at com.massivecraft.massivecore.cmd.MassiveCoreBukkitCommand.execute(MassiveCoreBukkitCommand.java:67) [MassiveCore.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:642) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException
    at com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine.getAccount(SQLStorageEngine.java:113) ~[?:?]
    at com.greatmancode.craftconomy3.storage.StorageEngine.getAccount(StorageEngine.java:54) ~[?:?]
    at com.greatmancode.craftconomy3.account.AccountManager.getAccount(AccountManager.java:54) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.createPlayerAccount(Economy_Craftconomy3.java:262) ~[?:?]
    at com.massivecraft.massivecore.money.MoneyMixinVault.ensureExists(MoneyMixinVault.java:195) ~[?:?]
    at com.massivecraft.massivecore.money.MoneyMixinVault.move(MoneyMixinVault.java:158) ~[?:?]
    at com.massivecraft.massivecore.money.MoneyMixinAbstract.move(MoneyMixinAbstract.java:63) ~[?:?]
    at com.massivecraft.massivecore.money.MoneyMixinAbstract.spawn(MoneyMixinAbstract.java:88) ~[?:?]
    at com.massivecraft.massivecore.money.Money.spawn(Money.java:181) ~[?:?]
    at com.massivecraft.factions.integration.Econ.modifyMoney(Econ.java:242) ~[?:?]
    at com.massivecraft.factions.integration.Econ.payForAction(Econ.java:40) ~[?:?]
    at com.massivecraft.factions.engine.EngineEcon.payForAction(EngineEcon.java:119) ~[?:?]
    at com.massivecraft.factions.engine.EngineEcon.payForAction(EngineEcon.java:147) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    ... 26 more

TimeIsMoney Logout

[17:22:05] [Server thread/INFO]: Mayor_Mike lost connection: Disconnected
[17:22:05] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to Timeismoney v1.5
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:346) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:844) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:817) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:310) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:130) ~[?:?]
    at me.Phil.Timeismoney.Timeismoney.saveTime(Timeismoney.java:186) ~[?:?]
    at me.Phil.Timeismoney.ServerPlayerListener.onPlayerQuit(ServerPlayerListener.java:42) ~[?:?]
    at sun.reflect.GeneratedMethodAccessor417.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    ... 12 more
[17:22:05] [Server thread/INFO]: Mayor_Mike left the game.

Time Is Money Login

[11:50:50] [User Authenticator #31/INFO]: UUID of player Mayor_Mike is d6576359-f99b-4e1f-9b4a-622d18d6a6d1
[11:50:50] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Timeismoney v1.5
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:296) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:156) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:817) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot.jar:git-Spigot-f928e7a-e91aed8]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:310) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:130) ~[?:?]
    at me.Phil.Timeismoney.Timeismoney.saveTime(Timeismoney.java:186) ~[?:?]
    at me.Phil.Timeismoney.Timeismoney.playerJoin(Timeismoney.java:261) ~[?:?]
    at me.Phil.Timeismoney.ServerPlayerListener.onPlayerJoin(ServerPlayerListener.java:35) ~[?:?]
    at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-f928e7a-e91aed8]
    ... 14 more
[11:50:50] [Server thread/INFO]: Mayor_Mike[/208.114.152.134:3852] logged in with entity id 74122 at ([Phoenixv7]1440.6943922002781, 129.43859154416486, -273.7187921258791)
greatman commented 9 years ago

Version of Vault & Craftconomy?

MayorMike commented 9 years ago

Sorry about that. CraftConomy 3.3 Vault 1.5.3

greatman commented 9 years ago

Anything during startup? Looks like Craftconomy didn't load properly.

MayorMike commented 9 years ago

I'm not sure if there's anything outstanding. But here's the server log. I rebooted it, and even tried to reconfigure it.

[08:50:09] [Server thread/INFO]: Starting minecraft server version 1.8.7
[08:50:09] [Server thread/INFO]: Loading properties
[08:50:09] [Server thread/INFO]: Default game type: SURVIVAL
[08:50:10] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f928e7a-e91aed8 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)
[08:50:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:50:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:50:12] [Server thread/INFO]: Debug logging is disabled
[08:50:12] [Server thread/INFO]: Generating keypair
[08:50:14] [Server thread/INFO]: Starting Minecraft server on *:25565
[08:50:14] [Server thread/INFO]: Using epoll channel type
[08:50:15] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[08:50:17] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
[08:50:17] [Server thread/INFO]: [dynmap] Loading dynmap v2.2-SNAPSHOT-1110
[08:50:17] [Server thread/INFO]: [dynmap] version=git-Spigot-f928e7a-e91aed8 (MC: 1.8.7)
[08:50:17] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[08:50:17] [Server thread/INFO]: [dynmap] Mod Support API available
[08:50:17] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
[08:50:17] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[08:50:17] [Server thread/INFO]: [Craftconomy3] Loading Craftconomy3 v3.3-e72ac42-trv178
[08:50:17] [Server thread/INFO]: [Modifyworld] Loading Modifyworld v1.19.7
[08:50:17] [Server thread/INFO]: [MikeHorseRecipes] Loading MikeHorseRecipes v1.0
[08:50:17] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-05.1569-
[08:50:17] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT-b128
[08:50:17] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.7) has not yet been tested! Proceed with caution.
[08:50:18] [Server thread/INFO]: [UsernameHistory] Loading UsernameHistory v1.0
[08:50:18] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[08:50:18] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
[08:50:18] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
[08:50:18] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[08:50:18] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.5
[08:50:18] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[08:50:18] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.21
[08:50:18] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
[08:50:18] [Server thread/INFO]: [Pl3xSigns] Loading Pl3xSigns v2.11
[08:50:18] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[08:50:18] [Server thread/INFO]: [Factions] Loading Factions v2.7.5
[08:50:18] [Server thread/INFO]: [DynmapPlotMe] Loading DynmapPlotMe v0.3
[08:50:18] [Server thread/INFO]: [Vampire] Loading Vampire v2.7.5
[08:50:18] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.10
[08:50:18] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
[08:50:18] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
[08:50:18] [Server thread/INFO]: [Autorank] Loading Autorank v3.5.1
[08:50:18] [Server thread/INFO]: [Ships] Loading Ships v5.0.1.0
[08:50:18] [Server thread/INFO]: [FactionChat] Loading FactionChat v1.9.9
[08:50:18] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
[08:50:18] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b383
[08:50:18] [Server thread/INFO]: [BattleArena] Loading BattleArena v3.9.10.4
[08:50:18] [Server thread/INFO]: [ArenaSpleef] Loading ArenaSpleef v1.5.1
[08:50:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT-b128
[08:50:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[08:50:18] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
[08:50:18] [Server thread/INFO]: [Vault] [Economy] CraftConomy3 found: Waiting
[08:50:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[08:50:19] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[08:50:19] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[08:50:19] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[08:50:19] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
[08:50:19] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.5
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE START ===
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Setup of IdUtil took 89ms.
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] Activated integration with Vault
[08:50:19] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE COMPLETE (Took 458ms) ===
[08:50:19] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
[08:50:21] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[08:50:22] [Server thread/INFO]: [LWC] Connecting to MySQL
[08:50:24] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
[08:50:24] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
[08:50:24] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
[08:50:24] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
[08:50:25] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[08:50:25] [Server thread/INFO]: Preparing level "Phoenixv7"
[08:50:25] [Server thread/INFO]: -------- World Settings For [Phoenixv7] --------
[08:50:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[08:50:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:50:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[08:50:25] [Server thread/INFO]: Random Lighting Updates: false
[08:50:25] [Server thread/INFO]: Structure Info Saving: true
[08:50:25] [Server thread/INFO]: Anti X-Ray: true
[08:50:25] [Server thread/INFO]:    Engine Mode: 1
[08:50:25] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[08:50:25] [Server thread/INFO]:    Replace Blocks: [1, 5]
[08:50:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[08:50:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Sending up to 10 chunks per packet
[08:50:25] [Server thread/INFO]: Max Entity Collisions: 8
[08:50:25] [Server thread/INFO]: Mob Spawn Range: 4
[08:50:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[08:50:25] [Server thread/INFO]: Max TNT Explosions: 100
[08:50:25] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 50ms
[08:50:25] [Server thread/INFO]: Item Despawn Rate: 6000
[08:50:25] [Server thread/INFO]: Item Merge Radius: 2.5
[08:50:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
[08:50:25] [Server thread/INFO]: Clear tick list: false
[08:50:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[08:50:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:50:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[08:50:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:50:25] [Server thread/INFO]: View Distance: 10
[08:50:25] [Server thread/INFO]: -------- World Settings For [Phoenixv7_nether] --------
[08:50:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[08:50:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:50:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[08:50:25] [Server thread/INFO]: Random Lighting Updates: false
[08:50:25] [Server thread/INFO]: Structure Info Saving: true
[08:50:25] [Server thread/INFO]: Anti X-Ray: true
[08:50:25] [Server thread/INFO]:    Engine Mode: 1
[08:50:25] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[08:50:25] [Server thread/INFO]:    Replace Blocks: [1, 5]
[08:50:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[08:50:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:50:25] [Server thread/INFO]: Sending up to 10 chunks per packet
[08:50:25] [Server thread/INFO]: Max Entity Collisions: 8
[08:50:25] [Server thread/INFO]: Mob Spawn Range: 4
[08:50:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[08:50:25] [Server thread/INFO]: Max TNT Explosions: 100
[08:50:25] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 50ms
[08:50:25] [Server thread/INFO]: Item Despawn Rate: 6000
[08:50:25] [Server thread/INFO]: Item Merge Radius: 2.5
[08:50:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
[08:50:25] [Server thread/INFO]: Clear tick list: false
[08:50:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[08:50:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:50:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[08:50:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:50:25] [Server thread/INFO]: View Distance: 10
[08:50:26] [Server thread/INFO]: -------- World Settings For [Phoenixv7_the_end] --------
[08:50:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[08:50:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:50:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[08:50:26] [Server thread/INFO]: Random Lighting Updates: false
[08:50:26] [Server thread/INFO]: Structure Info Saving: true
[08:50:26] [Server thread/INFO]: Anti X-Ray: true
[08:50:26] [Server thread/INFO]:    Engine Mode: 1
[08:50:26] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[08:50:26] [Server thread/INFO]:    Replace Blocks: [1, 5]
[08:50:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[08:50:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:50:26] [Server thread/INFO]: Sending up to 10 chunks per packet
[08:50:26] [Server thread/INFO]: Max Entity Collisions: 8
[08:50:26] [Server thread/INFO]: Mob Spawn Range: 4
[08:50:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[08:50:26] [Server thread/INFO]: Max TNT Explosions: 100
[08:50:26] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 50ms
[08:50:26] [Server thread/INFO]: Item Despawn Rate: 6000
[08:50:26] [Server thread/INFO]: Item Merge Radius: 2.5
[08:50:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
[08:50:26] [Server thread/INFO]: Clear tick list: false
[08:50:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[08:50:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:50:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[08:50:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:50:26] [Server thread/INFO]: View Distance: 10
[08:50:26] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7676300600387730052)
[08:50:27] [Server thread/INFO]: Preparing spawn area: 0%
[08:50:28] [Server thread/INFO]: Preparing spawn area: 14%
[08:50:29] [Server thread/INFO]: Preparing spawn area: 63%
[08:50:29] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3046289479139692000)
[08:50:30] [Server thread/INFO]: Preparing spawn area: 38%
[08:50:31] [Server thread/INFO]: Preparing spawn area: 82%
[08:50:32] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3046289479139692000)
[08:50:32] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
[08:50:33] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
[08:50:33] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
[08:50:33] [Server thread/INFO]: [dynmap] Enabling dynmap v2.2-SNAPSHOT-1110
[08:50:33] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
[08:50:33] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[08:50:33] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[08:50:33] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[08:50:33] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[08:50:33] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.3 for access control
[08:50:33] [User Authenticator #1/INFO]: UUID of player mattTCC is ba885b40-0fcb-44ee-8667-56bcd081c912
[08:50:33] [Server thread/INFO]: [dynmap] Mod Support processing completed
[08:50:34] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[08:50:34] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[08:50:34] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[08:50:35] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[08:50:35] [Server thread/INFO]: [dynmap] version 2.2-SNAPSHOT-1110 is enabled - core version 2.2-SNAPSHOT-2048
[08:50:35] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Phoenixv7'.
[08:50:35] [Server thread/INFO]: [dynmap] Loaded 7 pending tile renders for world 'Phoenixv7'
[08:50:35] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Phoenixv7_nether'.
[08:50:35] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Phoenixv7_the_end'.
[08:50:35] [Server thread/INFO]: [dynmap] Enabled
[08:50:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
[08:50:36] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[08:50:36] [Server thread/WARN]: [WorldEdit] 
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and biome-related functions.
**
** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
**********************************************

[08:50:36] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[08:50:36] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[08:50:36] [Server thread/INFO]: git-Spigot-f928e7a-e91aed8 (MC: 1.8.7)
[08:50:36] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
[08:50:36] [Server thread/INFO]: Using locale en_GB
[08:50:37] [Server thread/INFO]: Using locale en_GB
[08:50:37] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[08:50:37] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[08:50:37] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Craftconomy3 version: 1.5.3-b37)
[08:50:37] [Server thread/INFO]: [Craftconomy3] Enabling Craftconomy3 v3.3-e72ac42-trv178
[08:50:37] [Server thread/INFO]: [Craftconomy3] Starting up!
[08:50:37] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
[08:50:37] [Server thread/INFO]: [Craftconomy3] Loading listeners.
[08:50:37] [Server thread/INFO]: [Craftconomy3] Loading commands
[08:50:37] [Server thread/INFO]: [Craftconomy3] Loading the Database Manager
[08:50:37] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[08:50:37] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[08:50:37] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[08:50:38] [Server thread/INFO]: [Craftconomy3] Database Manager Loaded!
[08:50:38] [Server thread/INFO]: [Craftconomy3] Loading the Currency manager.
[08:50:38] [Server thread/INFO]: [Craftconomy3] Currency Manager Loaded!
[08:50:38] [Server thread/INFO]: [Craftconomy3] Loading default settings.
[08:50:38] [Server thread/INFO]: [Craftconomy3] Default settings loaded!
[08:50:38] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
[08:50:38] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
[08:50:38] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
[08:50:38] [Server thread/INFO]: [Craftconomy3] World Group Manager loaded!
[08:50:38] [Server thread/INFO]: [Craftconomy3] Ready!
[08:50:38] [Server thread/INFO]: [Vault][Economy] Craftconomy3 hooked.
[08:50:38] [Server thread/INFO]: [Modifyworld] Enabling Modifyworld v1.19.7
[08:50:38] [Server thread/INFO]: [Modifyworld] Modifyworld enabled!
[08:50:38] [Server thread/INFO]: [MikeHorseRecipes] Enabling MikeHorseRecipes v1.0
[08:50:38] [Server thread/INFO]: [MikeHorseRecipes] Plugin has loaded!
[08:50:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-05.1569-
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7) TNT ignition is PERMITTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7) Lighters are PERMITTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7) Lava fire is blocked.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7) Fire spread is UNRESTRICTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Phoenixv7'
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_nether) TNT ignition is PERMITTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_nether) Lighters are PERMITTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_nether) Lava fire is blocked.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_nether) Fire spread is UNRESTRICTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Phoenixv7_nether'
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_the_end) TNT ignition is PERMITTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_the_end) Lighters are PERMITTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_the_end) Lava fire is blocked.
[08:50:38] [Server thread/INFO]: [WorldGuard] (Phoenixv7_the_end) Fire spread is UNRESTRICTED.
[08:50:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Phoenixv7_the_end'
[08:50:38] [Server thread/INFO]: [WorldGuard] Loading region data...
[08:50:39] [Server thread/INFO]: [WorldGuard] Database: jdbc:mysql://localhost/minecraft (MySQL 5.5)
[08:50:39] [Server thread/INFO]: [WorldGuard] Current version of schema `minecraft`: 2
[08:50:39] [Server thread/INFO]: [WorldGuard] Schema `minecraft` is up to date. No migration necessary.
[08:50:39] [Server thread/INFO]: [UsernameHistory] Enabling UsernameHistory v1.0
[08:50:39] [Server thread/INFO]: UsernameHistory online!
[08:50:39] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[08:50:39] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[08:50:39] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[08:50:39] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Craftconomy3
[08:50:39] [Server thread/INFO]: Timeismoney is now enabled
[08:50:39] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.21
[08:50:39] [Server thread/INFO]: [MarriageMaster] Config Version: 16 => no updated needed
[08:50:39] [Server thread/INFO]: [MarriageMaster] Config loaded
[08:50:39] [Server thread/INFO]: [MarriageMaster] Language Version: 17 => no updated needed
[08:50:40] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
[08:50:40] [Server thread/INFO]: [Pl3xSigns] Enabling Pl3xSigns v2.11
[08:50:40] [Server thread/INFO]: [Pl3xSigns] Pl3xSigns v2.11 enabled!
[08:50:40] [Server thread/INFO]: [Factions] Enabling Factions v2.7.5
[08:50:40] [Server thread/INFO]: [Factions 2.7.5] === ENABLE START ===
[08:50:40] [Server thread/INFO]: [Factions 2.7.5] Activated integration with LWC
[08:50:40] [Server thread/INFO]: [Factions 2.7.5] === ENABLE COMPLETE (Took 294ms) ===
[08:50:40] [Server thread/INFO]: [DynmapPlotMe] Enabling DynmapPlotMe v0.3
[08:50:40] [Server thread/INFO]: [DynmapPlotMe] [DynmapPlotMe] initializing
[08:50:40] [Server thread/INFO]: [Vampire] Enabling Vampire v2.7.5
[08:50:40] [Server thread/INFO]: [Vampire 2.7.5] === ENABLE START ===
[08:50:40] [Server thread/INFO]: [Vampire 2.7.5] === ENABLE COMPLETE (Took 216ms) ===
[08:50:40] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.10
[08:50:42] [User Authenticator #2/INFO]: UUID of player Mayor_Mike is d6576359-f99b-4e1f-9b4a-622d18d6a6d1
[08:50:42] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
[08:50:42] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[08:50:43] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
[08:50:43] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[08:50:43] [Server thread/INFO]: [CombatLog] Loading config.yml.
[08:50:43] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[08:50:43] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Enabled.
[08:50:43] [Server thread/INFO]: [Autorank] Enabling Autorank v3.5.1
[08:50:43] [Server thread/INFO]: [Autorank] Simple config file loaded
[08:50:43] [Server thread/INFO]: [Autorank] Advanced config file loaded
[08:50:43] [Server thread/INFO]: [Autorank] Settings config file loaded
[08:50:43] [Server thread/INFO]: [Autorank] Loaded stored uuids.
[08:50:43] [Server thread/INFO]: [Autorank] Loaded playerdata.
[08:50:43] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
[08:50:43] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
[08:50:43] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
[08:50:43] [Server thread/INFO]: [Autorank] Data file loaded
[08:50:43] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
[08:50:43] [Server thread/INFO]: [Autorank] Using timings of: autorank
[08:50:43] [Server thread/INFO]: [Autorank] Autorank 3.5.1 has been enabled!
[08:50:43] [Server thread/INFO]: [Ships] Enabling Ships v5.0.1.0
[08:50:44] [Server thread/INFO]: [FactionChat] Enabling FactionChat v1.9.9
[08:50:44] [Server thread/INFO]: [FactionChat] using Factions API of: nz.co.lolnet.james137137.FactionChat.FactionsAPI.FactionsAPI_2_7_0
[08:50:44] [Server thread/INFO]: FactionChat: Version: 1.9.9 Enabled.
[08:50:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
[08:50:44] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
[08:50:45] [Server thread/INFO]: -------- World Settings For [creative] --------
[08:50:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[08:50:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:50:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[08:50:45] [Server thread/INFO]: Random Lighting Updates: false
[08:50:45] [Server thread/INFO]: Structure Info Saving: true
[08:50:45] [Server thread/INFO]: Anti X-Ray: true
[08:50:45] [Server thread/INFO]:    Engine Mode: 1
[08:50:45] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[08:50:45] [Server thread/INFO]:    Replace Blocks: [1, 5]
[08:50:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[08:50:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:50:45] [Server thread/INFO]: Sending up to 10 chunks per packet
[08:50:45] [Server thread/INFO]: Max Entity Collisions: 8
[08:50:45] [Server thread/INFO]: Mob Spawn Range: 4
[08:50:45] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[08:50:45] [Server thread/INFO]: Max TNT Explosions: 100
[08:50:45] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 50ms
[08:50:45] [Server thread/INFO]: Item Despawn Rate: 6000
[08:50:45] [Server thread/INFO]: Item Merge Radius: 2.5
[08:50:45] [Server thread/INFO]: Chunks to Grow per Tick: 650
[08:50:45] [Server thread/INFO]: Clear tick list: false
[08:50:45] [Server thread/INFO]: Experience Merge Radius: 3.0
[08:50:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:50:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
[08:50:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:50:45] [Server thread/INFO]: View Distance: 10
[08:50:45] [Server thread/INFO]: Preparing start region for level 3 (Seed: 169041044068340275)
[08:50:45] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
[08:50:45] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
[08:50:45] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
[08:50:45] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
[08:50:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
[08:50:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'creative'.
[08:50:45] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[08:50:46] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[08:50:46] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b383
[08:50:46] [Server thread/INFO]: [Multiverse-Inventories 2.5-b383] enabled.
[08:50:46] [Server thread/INFO]: [BattleArena] Enabling BattleArena v3.9.10.4
[08:50:46] [Server thread/INFO]: [BattleArena] v3.9.10.4 enabling!
[08:50:46] [Server thread/INFO]: [BattleArena] BattleTracker not detected, not tracking wins
[08:50:46] [Server thread/INFO]: [BattleArena] Essentials detected. God mode handling activated
[08:50:46] [Server thread/INFO]: [BattleArena] Old Factions detected that does not have a PowerLossEvent
[08:50:46] [Server thread/INFO]: [BattleArena] Multiverse-Core detected. Implementing teleport/gamemode workarounds
[08:50:46] [Server thread/INFO]: [BattleArena] Multiverse-Inventories detected. Implementing teleport/gamemode workarounds
[08:50:46] [Server thread/INFO]: [BattleArena] Error setting currency name through vault. Defaulting to BattleArena/config.yml
[08:50:46] [Server thread/INFO]: [BattleArena] Error was 'null'
[08:50:46] [Server thread/INFO]: [BattleArena] found economy plugin Vault. [Default]
[08:50:46] [Server thread/INFO]: [BattleArena] Modules (2) [Paintballs, Grenades]
[08:50:46] [Server thread/INFO]: [BattleArena] registering classes: gladiator, archer, monk
[08:50:46] [Server thread/INFO]: [BattleArena] v3.9.10.4 enabled!
[08:50:46] [Server thread/INFO]: [ArenaSpleef] Enabling ArenaSpleef v1.5.1
[08:50:47] [Server thread/INFO]: [ArenaSpleef] v1.5.1 enabled!
[08:50:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:50:47] [Server thread/INFO]: Done (22.459s)! For help, type "help" or "?"
[08:50:47] [Server thread/INFO]: Starting GS4 status listener
[08:50:47] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
[08:50:48] [Server thread/INFO]: [Ships] vessel loaded (Teethdude)
[08:50:48] [Server thread/INFO]: [BattleArena] Now registering command duel dynamically with Bukkit commandMap.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Upgrading from player name to player uuid...
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Pre update factions_mplayer.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Post update factions_mplayer. Took 2ms. 0/7 changed.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Pre update vampire_uplayer@creative.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Post update vampire_uplayer@creative. Took 0ms. 0/0 changed.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Pre update vampire_uplayer@default.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] Post update vampire_uplayer@default. Took 6ms. 0/1 changed.
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
[08:50:48] [Server thread/INFO]: [MassiveCore 2.7.5] (database saving will now commence which might lock the server for a while)
[08:50:48] [Craft Scheduler Thread - 15/INFO]: [PlotMe] Modifying database for MySQL support
[08:50:48] [Craft Scheduler Thread - 18/INFO]: [Vault] Checking for Updates ... 
[08:50:48] [Craft Scheduler Thread - 18/INFO]: [Vault] No new version available
[08:50:49] [Server thread/INFO]: mattTCC[/156.57.115.75:49446] logged in with entity id 235 at ([Phoenixv7]1406.5954205035039, 118.96342677962697, -217.52432489746343)
[08:50:49] [Server thread/INFO]: Mayor_Mike[/208.114.152.138:27392] logged in with entity id 236 at ([Phoenixv7]1406.406367684561, 83.35184786690628, -210.51643484980397)
[08:50:50] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[08:50:52] [Craft Scheduler Thread - 0/INFO]: [PlotMe] Checking if conversion to UUID needed...
[08:50:52] [Craft Scheduler Thread - 0/INFO]: [PlotMe] No plot conversion needed
[08:50:52] [Server thread/INFO]: mattTCC fell from a high place
[08:51:00] [Server thread/INFO]: [@: Title command successfully executed]
[08:51:11] [Server thread/INFO]: [Autorank] Config files have been correctly setup!
[08:51:14] [Server thread/INFO]: [Founder] ** Mayor_Mike: Currently my only issue is the Economy plugin. It's not working.
[08:51:20] [Server thread/INFO]: mattTCC issued server command: /bal
[08:51:20] [Server thread/INFO]: §cmattTCC §4was denied access to command.
[08:51:30] [Server thread/INFO]: [Founder] ** Mayor_Mike: Try /money
[08:51:31] [Server thread/INFO]: mattTCC issued server command: /gamemode c
[08:51:35] [Server thread/INFO]: mattTCC issued server command: /money
[08:51:48] [Server thread/INFO]: [Founder] ** Mayor_Mike: Hm...
[08:51:51] [Server thread/INFO]: Mayor_Mike issued server command: /money
[08:52:02] [Server thread/INFO]: [Founder] ** Mayor_Mike: See. No balance.
[08:52:02] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: it says [Money] Balance:
[08:52:07] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: ya
[08:52:18] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: can you let me do /bal
[08:52:23] [Server thread/INFO]: [Founder] ** Mayor_Mike: I'll try setting it up again.
[08:52:25] [Server thread/INFO]: [Founder] ** Mayor_Mike: Sure.
[08:52:31] [Server thread/INFO]: mattTCC issued server command: /bal
[08:52:31] [Server thread/INFO]: §cmattTCC §4was denied access to command.
[08:52:31] [Server thread/INFO]: Mayor_Mike issued server command: /op matttcc
[08:52:31] [Server thread/INFO]: [Mayor_Mike: Opped matttcc]
[08:52:33] [Server thread/INFO]: mattTCC issued server command: /bal
[08:52:38] [Server thread/INFO]: Mayor_Mike issued server command: /bal
[08:52:48] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: it works right with /bal
[08:53:00] [Server thread/INFO]: [Founder] ** Mayor_Mike: Ish. It needs 500
[08:53:06] [Server thread/INFO]: Mayor_Mike issued server command: /deop matttcc
[08:53:06] [Server thread/INFO]: [Mayor_Mike: De-opped matttcc]
[08:53:14] [Server thread/INFO]: Mayor_Mike issued server command: /invsee matt
[08:53:48] [Server thread/INFO]: [Founder] ** Mayor_Mike: I'll try settin the plugin again.
[08:53:51] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup
[08:53:57] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: ok
[08:53:59] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database mysql
[08:54:15] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database address 127.0.0.1
[08:54:16] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: &2i think that will be good
[08:54:30] [Server thread/INFO]:  *SpawnZone [Glitch] mattTCC: ahh that dont work
[08:54:36] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database port 3306
[08:54:55] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database username root
[08:55:12] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database password TeethdudeMayor_Mike
[08:55:30] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database db minecraft
[08:55:48] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup database prefix cc3_
[08:56:03] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup currency name Dollar
[08:56:19] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup currency nameplural Dollars
[08:56:32] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup currency minor Cents
[08:56:51] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup currency minor Cent
[08:56:59] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup currency minorplural Cents
[08:57:12] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup currency sign $
[08:57:21] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup basic
[08:57:30] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup basic 500
[08:57:50] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup basic 100
[08:58:06] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup basic Sign
[08:58:06] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
[08:58:06] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
[08:58:06] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
[08:58:21] [Server thread/INFO]: Mayor_Mike issued server command: /ccsetup convert no
[08:58:21] [Server thread/INFO]: [Craftconomy3] Starting up!
[08:58:21] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
[08:58:21] [Server thread/INFO]: [Craftconomy3] Loading default settings.
[08:58:21] [Server thread/INFO]: [Craftconomy3] Default settings loaded!
[08:58:21] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
[08:58:21] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
[08:58:21] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
[08:58:21] [Server thread/INFO]: [Craftconomy3] Ready!
[08:58:29] [Server thread/INFO]: Mayor_Mike issued server command: /money
MayorMike commented 9 years ago

I'm not sure what I did, aside from reconfiguring it, but it seems to be working now. Thanks for your help!