Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 28.01 17:58:51 [Server] INFO Enabling ChestShop v3.8.12
- 28.01 17:58:51 [Server] ERROR WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
- 28.01 17:58:51 [Server] INFO creating table 'items'
- 28.01 17:58:51 [Server] INFO executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
- 28.01 17:58:51 [Server] ERROR WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
- 28.01 17:58:51 [Server] INFO creating table 'accounts'
- 28.01 17:58:51 [Server] INFO creating index 'accounts_shortName_idx' for table 'accounts
- 28.01 17:58:51 [Server] INFO executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
- 28.01 17:58:51 [Server] INFO executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
- 28.01 17:58:51 [Server] INFO Vault loaded! Found an economy plugin!
- 28.01 17:58:51 [Server] INFO Enabling HolographicDisplays v2.2.3
- 28.01 17:58:52 [Server] INFO Found ProtocolLib, using new version.
- 28.01 17:58:54 [Server] INFO Enabled player relative placeholders with ProtocolLib.
- 28.01 17:58:55 [Server] INFO Enabling MythicMobs v2.5.1
- 28.01 17:58:55 [Server] INFO Loading MythicMobs for Bukkit v1_10_R1 (Minecraft 1.10)...
- 28.01 17:58:55 [Server] INFO MythicMobs Lib's Disguises Support has been enabled!
- 28.01 17:58:55 [Server] INFO MythicMobs mcMMO Support has been enabled!
- 28.01 17:58:55 [Server] INFO MythicMobs Vault Support has been enabled!
- 28.01 17:58:55 [Server] INFO MythicMobs WorldGuard Support has been enabled!
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpawnPiggyStage2
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpawnPiggyStage3
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill null
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill Fireball
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill AOEFire
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SummonBlaze
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SummonWitch
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpawnPiggy
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill GoSuperSaiyanPiggy
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill PureRage
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill AirborneCombo
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpawnPiggyStage2
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpiritBombParticles
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill AirborneCombo
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpawnPiggyStage3
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill PiggyStage3RapidEnergyAttack
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill SpiritBombParticles
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill AirborneCombo
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill VomitPoison
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill DamageImmunity
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill GenSmoke
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill VarsonCallPets
- 28.01 17:58:55 [Server] WARN Could not find AbstractSkill DamageImmunity
- 28.01 17:58:55 [Server] Startup Done (24.133s)! For help, type "help" or "?"
- 28.01 17:58:55 [Multicraft] Skipped 30 lines due to rate limit (30/s)
- 28.01 17:58:55 [Server] INFO CONSOLE issued server command: /baltop
- 28.01 17:58:55 [Server] INFO Connection established!
- 28.01 17:58:55 [Server] INFO Loading queued votes
- 28.01 17:58:55 [Server] WARN Exception in thread "Craft Scheduler Thread - 3"
- 28.01 17:58:55 [Server] INFO Loaded 32 queued votes
- 28.01 17:58:55 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin HorseTools v7 generated an exception while executing task 20
- 28.01 17:58:55 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
- 28.01 17:58:55 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
- 28.01 17:58:55 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
- 28.01 17:58:55 [Server] INFO at java.lang.Thread.run(Unknown Source)
- 28.01 17:58:55 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
- 28.01 17:58:55 [Server] INFO at com.DeadChex.Metrics.postPlugin(Metrics.java:335)
- 28.01 17:58:55 [Server] INFO at com.DeadChex.Metrics.access$4(Metrics.java:328)
- 28.01 17:58:55 [Server] INFO at com.DeadChex.Metrics$1.run(Metrics.java:223)
- 28.01 17:58:55 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
- 28.01 17:58:55 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- 28.01 17:58:55 [Server] INFO ... 3 more
- 28.01 17:58:55 [Server] WARN Exception in thread "Craft Scheduler Thread - 10"
- 28.01 17:58:55 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 77
- 28.01 17:58:56 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
- 28.01 17:58:56 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
- 28.01 17:58:56 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
- 28.01 17:58:56 [Server] INFO at java.lang.Thread.run(Unknown Source)
- 28.01 17:58:56 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
- 28.01 17:58:56 [Server] INFO at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
- 28.01 17:58:56 [Server] INFO at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
- 28.01 17:58:56 [Server] INFO at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
- 28.01 17:58:56 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
- 28.01 17:58:56 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- 28.01 17:59:01 [Multicraft] Skipped 3 lines due to rate limit (30/s)
- 28.01 17:59:01 [Server] WARN java.net.UnknownHostException: api.bukget.org
- 28.01 17:59:01 [Server] WARN at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at java.net.SocksSocketImpl.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at java.net.Socket.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.NetworkClient.doConnect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.http.HttpClient.openServer(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.http.HttpClient.openServer(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
- 28.01 17:59:01 [Server] WARN at ch.dragon252525.frameprotect.util.UpdateChecker.updateInfo(UpdateChecker.java:95)
- 28.01 17:59:01 [Server] WARN at ch.dragon252525.frameprotect.util.UpdateChecker.lambda$start$0(UpdateChecker.java:45)
- 28.01 17:59:01 [Server] WARN at ch.dragon252525.frameprotect.util.UpdateChecker$$Lambda$5/2133420946.run(Unknown Source)
- 28.01 17:59:01 [Server] WARN at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
- 28.01 17:59:01 [Server] WARN at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
- 28.01 17:59:01 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:741)
- 28.01 17:59:01 [Server] WARN at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
- 28.01 17:59:01 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
- 28.01 17:59:01 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
- 28.01 17:59:01 [Server] WARN at java.lang.Thread.run(Unknown Source)
- 28.01 17:59:01 [Server] WARN Exception in thread "Craft Scheduler Thread - 13"
- 28.01 17:59:01 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin WarpPortals v5.6.3 generated an exception while executing task 53
- 28.01 17:59:01 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
- 28.01 17:59:01 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
- 28.01 17:59:03 [Multicraft] Skipped 12 lines due to rate limit (30/s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement