Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.33 KB | None | 0 0
  1. [12:21:28] [Server thread/INFO]: Starting minecraft server version 1.12
  2. [12:21:28] [Server thread/INFO]: Loading properties
  3. [12:21:28] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:21:28] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
  5. [12:21:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [12:21:28] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [12:21:28] [Server thread/INFO]: Debug logging is disabled
  8. [12:21:28] [Server thread/INFO]: Generating keypair
  9. [12:21:28] [Server thread/INFO]: Starting Minecraft server on 134.90.151.122:25852
  10. [12:21:28] [Server thread/INFO]: Using epoll channel type
  11. [12:21:28] [Server thread/ERROR]: Could not load 'plugins/HardcoreBanOnDeath.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  15. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:298) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  16. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  19. Caused by: java.util.zip.ZipException: error in opening zip file
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_66]
  21. at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_66]
  22. at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_66]
  23. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_66]
  24. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_66]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  26. ... 5 more
  27. [12:21:28] [Server thread/ERROR]: Could not load 'plugins/ColoredSigns__1_.jar' in folder 'plugins'
  28. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  29. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  30. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  31. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:298) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  32. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  33. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  34. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  35. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  36. in 'reader', line 2, column 5:
  37. main: com.xander.simplycoloredsigns.Main
  38. ^
  39.  
  40. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  41. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  42. at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  43. at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:252) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  44. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  45. at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:167) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  46. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  47. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  48. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  49. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  50. at org.yaml.snakeyaml.Yaml.load(Yaml.java:436) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  51. at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:226) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  52. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  53. ... 5 more
  54. [12:21:28] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  55. [12:21:29] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
  56. [12:21:29] [Server thread/INFO]: [CoreProtect-Anti-Xray] Loading CoreProtect-Anti-Xray v1.3
  57. [12:21:29] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
  58. [12:21:29] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
  59. [12:21:29] [Server thread/INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.9.2
  60. [12:21:29] [Server thread/INFO]: [MinePacks] Loading MinePacks v1.17.2
  61. [12:21:29] [Server thread/INFO]: [XRayDetector] Loading XRayDetector v1.0
  62. [12:21:29] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  63. [12:21:29] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.2
  64. [12:21:29] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  65. [12:21:29] [Server thread/INFO]: [RankList] Loading RankList v0.9.0
  66. [12:21:29] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.9.4
  67. [12:21:29] [Server thread/INFO]: [UnkownCommandMessages] Loading UnkownCommandMessages v1.1
  68. [12:21:29] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.2
  69. [12:21:29] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.4
  70. [12:21:29] [Server thread/INFO]: [TrailGUI] Loading TrailGUI v5.15-b70-SNAPSHOT
  71. [12:21:29] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v1.8
  72. [12:21:29] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
  73. [12:21:29] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.11.16
  74. [12:21:29] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.9.5
  75. [12:21:29] [Server thread/INFO]: [SafariNet] Loading SafariNet v1.12.0.5
  76. [12:21:29] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v17.08.11-8948645-803-15.0.6
  77. [12:21:29] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  78. [12:21:29] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  79. [12:21:29] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  80. [12:21:29] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  81. [12:21:29] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  82. [12:21:29] [Server thread/INFO]: [BungeeHubCommand] Loading BungeeHubCommand v1.3
  83. [12:21:29] [Server thread/INFO]: [StaffChat] Loading StaffChat v2.3
  84. [12:21:29] [Server thread/INFO]: [ActionAnnouncer] Loading ActionAnnouncer v1.12.0
  85. [12:21:29] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v5.9.4
  86. [12:21:29] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
  87. [12:21:29] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  88. [12:21:29] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  89. [12:21:29] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.1
  90. [12:21:29] [Server thread/INFO]: [afkTerminator] Loading afkTerminator v3.0.8
  91. [12:21:29] [Server thread/INFO]: [CmdSigns] Loading CmdSigns v0.2-SNAPSHOT
  92. [12:21:29] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  93. [12:21:29] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.2.3
  94. [12:21:29] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  95. [12:21:29] [Server thread/INFO]: [ExtraHardMode] Loading ExtraHardMode v3.12.1
  96. [12:21:29] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
  97. [12:21:29] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.2.0-SNAPSHOT
  98. [12:21:29] [Server thread/INFO]: [Statz] Loading Statz v1.4.3
  99. [12:21:29] [Server thread/INFO]: [RandomCoords] Loading RandomCoords v0.5.2-RELEASE
  100. [12:21:29] [Server thread/INFO]: [Autorank] Loading Autorank v4.0.7
  101. [12:21:29] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
  102. [12:21:29] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  103. [12:21:29] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v17.08.11-8948645-803-15.0.6
  104. [12:21:30] [Server thread/INFO]: ====== USE PAPER ======
  105. [12:21:30] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  106. [12:21:30] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  107. [12:21:30] [Server thread/INFO]: - This is only a recommendation
  108. [12:21:30] [Server thread/INFO]: ==============================
  109. [12:21:30] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  110. [12:21:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  111. [12:21:30] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  112. [12:21:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  113. [12:21:30] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  114. [12:21:30] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  115. [12:21:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  116. [12:21:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  117. [12:21:30] [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.
  118. [12:21:30] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  119. [12:21:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  120. [12:21:30] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  121. [12:21:30] [Server thread/INFO]: Preparing level "world"
  122. [12:21:30] [Server thread/INFO]: -------- World Settings For [world] --------
  123. [12:21:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  124. [12:21:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  125. [12:21:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  126. [12:21:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  127. [12:21:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  128. [12:21:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  129. [12:21:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  130. [12:21:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  131. [12:21:30] [Server thread/INFO]: Vine Growth Modifier: 100%
  132. [12:21:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  133. [12:21:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  134. [12:21:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  135. [12:21:30] [Server thread/INFO]: Mob Spawn Range: 4
  136. [12:21:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  137. [12:21:30] [Server thread/INFO]: Random Lighting Updates: false
  138. [12:21:30] [Server thread/INFO]: Structure Info Saving: true
  139. [12:21:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  140. [12:21:30] [Server thread/INFO]: Max TNT Explosions: 100
  141. [12:21:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  142. [12:21:30] [Server thread/INFO]: Item Despawn Rate: 6000
  143. [12:21:30] [Server thread/INFO]: Item Merge Radius: 2.5
  144. [12:21:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  145. [12:21:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  146. [12:21:30] [Server thread/INFO]: View Distance: 10
  147. [12:21:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  148. [12:21:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  149. [12:21:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  150. [12:21:30] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  151. [12:21:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  152. [12:21:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  153. [12:21:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  154. [12:21:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  155. [12:21:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  156. [12:21:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  157. [12:21:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  158. [12:21:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  159. [12:21:30] [Server thread/INFO]: Vine Growth Modifier: 100%
  160. [12:21:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  161. [12:21:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  162. [12:21:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  163. [12:21:30] [Server thread/INFO]: Mob Spawn Range: 4
  164. [12:21:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  165. [12:21:30] [Server thread/INFO]: Random Lighting Updates: false
  166. [12:21:30] [Server thread/INFO]: Structure Info Saving: true
  167. [12:21:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  168. [12:21:30] [Server thread/INFO]: Max TNT Explosions: 100
  169. [12:21:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  170. [12:21:30] [Server thread/INFO]: Item Despawn Rate: 6000
  171. [12:21:30] [Server thread/INFO]: Item Merge Radius: 2.5
  172. [12:21:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  173. [12:21:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  174. [12:21:30] [Server thread/INFO]: View Distance: 10
  175. [12:21:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  176. [12:21:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  177. [12:21:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  178. [12:21:30] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  179. [12:21:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  180. [12:21:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  181. [12:21:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  182. [12:21:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  183. [12:21:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  184. [12:21:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  185. [12:21:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  186. [12:21:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  187. [12:21:30] [Server thread/INFO]: Vine Growth Modifier: 100%
  188. [12:21:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  189. [12:21:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  190. [12:21:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  191. [12:21:30] [Server thread/INFO]: Mob Spawn Range: 4
  192. [12:21:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  193. [12:21:30] [Server thread/INFO]: Random Lighting Updates: false
  194. [12:21:30] [Server thread/INFO]: Structure Info Saving: true
  195. [12:21:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  196. [12:21:30] [Server thread/INFO]: Max TNT Explosions: 100
  197. [12:21:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  198. [12:21:30] [Server thread/INFO]: Item Despawn Rate: 6000
  199. [12:21:30] [Server thread/INFO]: Item Merge Radius: 2.5
  200. [12:21:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  201. [12:21:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  202. [12:21:30] [Server thread/INFO]: View Distance: 10
  203. [12:21:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  204. [12:21:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  205. [12:21:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  206. [12:21:30] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4974387543917326680)
  207. [12:21:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4974387543917326680)
  208. [12:21:31] [Server thread/INFO]: Preparing start region for level 2 (Seed: -4974387543917326680)
  209. [12:21:32] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
  210. [12:21:32] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  211. [12:21:32] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  212. [12:21:32] [Server thread/INFO]: [CoreProtect-Anti-Xray] Enabling CoreProtect-Anti-Xray v1.3
  213. [12:21:32] [Server thread/INFO]: [CoreProtect-Anti-Xray] CoreProtect hooked!
  214. [12:21:32] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
  215. [12:21:32] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
  216. [12:21:32] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
  217. [12:21:32] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
  218. [12:21:32] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
  219. [12:21:32] [Server thread/INFO]: [SimpleBroadcast] Enabling SimpleBroadcast v1.9.2
  220. [12:21:32] [Server thread/INFO]: [MinePacks] Enabling MinePacks v1.17.2
  221. [12:21:32] [Server thread/INFO]: Minepacks-Connection-Pool - is starting.
  222. [12:21:32] [Server thread/INFO]: [MinePacks] Checking for updates ...
  223. [12:21:32] [Server thread/INFO]: [MinePacks] MinePacks has been enabled!
  224. [12:21:32] [Server thread/INFO]: [XRayDetector] Enabling XRayDetector v1.0
  225. [12:21:32] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  226. [12:21:32] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  227. [12:21:32] [Server thread/INFO]: git-Spigot-596221b-9a1fc1e (MC: 1.12)
  228. [12:21:32] [Server thread/INFO]: 1.12-R0.1-SNAPSHOT
  229. [12:21:32] [Server thread/INFO]: Using locale no_NO
  230. [12:21:32] [Server thread/INFO]: Using locale no_NO
  231. [12:21:32] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  232. [12:21:32] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  233. [12:21:32] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  234. [12:21:32] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.2
  235. [12:21:32] [Server thread/INFO]: Plugin enabled!
  236. [12:21:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  237. [12:21:32] [Server thread/INFO]: [ClearLag] Loading modules...
  238. [12:21:32] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  239. [12:21:32] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  240. [12:21:32] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  241. [12:21:32] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
  242. [12:21:32] [Server thread/INFO]: [RankList] Enabling RankList v0.9.0
  243. [12:21:32] [Server thread/INFO]: [RankList] [Info] Enabling
  244. [12:21:32] [Server thread/INFO]: [RankList] [Info] Enabled!
  245. [12:21:32] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.9.4
  246. [12:21:32] [Server thread/INFO]: [BetterChairs] Your server is running version v1_12_R1
  247. [12:21:32] [Server thread/INFO]: [BetterChairs] NMS hooked !
  248. [12:21:32] [Server thread/INFO]: [UnkownCommandMessages] Enabling UnkownCommandMessages v1.1
  249. [12:21:32] [Server thread/INFO]: |===== BKM Aktiflesiyor... =====|
  250. [12:21:32] [Server thread/INFO]: Mesajlar Aktif!
  251. [12:21:32] [Server thread/INFO]: Komutlar Aktif!
  252. [12:21:32] [Server thread/INFO]: |===== BKM Aktif! =====|
  253. [12:21:32] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.2
  254. [12:21:32] [Server thread/INFO]: [BuycraftX] Validating your server key...
  255. [12:21:32] [Thread-12/INFO]: [ClearLag] No updates found!
  256. [12:21:33] [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.
  257. [12:21:33] [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.
  258. [12:21:33] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  259. [12:21:34] [OkHttp ConnectionPool/WARN]: A connection to https://plugin.buycraft.net/ was leaked. Did you forget to close a response body?
  260. [12:21:34] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.4
  261. [12:21:34] [Server thread/INFO]: [Votifier] Loaded token for website: default
  262. [12:21:34] [Server thread/INFO]: [Votifier] DEBUG mode enabled!
  263. [12:21:34] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  264. [12:21:34] [Server thread/INFO]: [TrailGUI] Enabling TrailGUI v5.15-b70-SNAPSHOT
  265. [12:21:34] [nioEventLoopGroup-2-1/ERROR]: [Votifier] Votifier was not able to bind to /149.202.195.28:8912
  266. java.net.BindException: Cannot assign requested address
  267. at sun.nio.ch.Net.bind0(Native Method) ~[?:1.8.0_66]
  268. at sun.nio.ch.Net.bind(Net.java:433) ~[?:1.8.0_66]
  269. at sun.nio.ch.Net.bind(Net.java:425) ~[?:1.8.0_66]
  270. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[?:1.8.0_66]
  271. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[?:1.8.0_66]
  272. at com.vexsoftware.votifier.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125) ~[nuvotifier-universal-2.3.4%20(4).jar:?]
  273. at com.vexsoftware.votifier.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485) [nuvotifier-universal-2.3.4%20(4).jar:?]
  274. at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089) [nuvotifier-universal-2.3.4%20(4).jar:?]
  275. at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:430) [nuvotifier-universal-2.3.4%20(4).jar:?]
  276. at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:415) [nuvotifier-universal-2.3.4%20(4).jar:?]
  277. at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:903) [nuvotifier-universal-2.3.4%20(4).jar:?]
  278. at com.vexsoftware.votifier.netty.channel.AbstractChannel.bind(AbstractChannel.java:198) [nuvotifier-universal-2.3.4%20(4).jar:?]
  279. at com.vexsoftware.votifier.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:348) [nuvotifier-universal-2.3.4%20(4).jar:?]
  280. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358) [nuvotifier-universal-2.3.4%20(4).jar:?]
  281. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [nuvotifier-universal-2.3.4%20(4).jar:?]
  282. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) [nuvotifier-universal-2.3.4%20(4).jar:?]
  283. at com.vexsoftware.votifier.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [nuvotifier-universal-2.3.4%20(4).jar:?]
  284. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  285. [12:21:35] [Server thread/INFO]: [TrailGUI] Couldn't connect to the update server. Not checking for updates.
  286. [12:21:35] [Server thread/INFO]: [TrailGUI] Hooked Essentials Successfully
  287. [12:21:35] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v1.8
  288. [12:21:35] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.11.16
  289. [12:21:35] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.12
  290. [12:21:35] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.9.5
  291. [12:21:35] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
  292. [12:21:35] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlgin 5.9.5
  293. [12:21:35] [Server thread/INFO]: [SafariNet] Enabling SafariNet v1.12.0.5
  294. [12:21:35] [Server thread/INFO]: [SafariNet] Using v1_12_R1
  295. [12:21:35] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  296. [12:21:35] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
  297. [12:21:35] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  298. [12:21:35] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  299. [12:21:35] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  300. [12:21:35] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  301. [12:21:35] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  302. [12:21:35] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  303. [12:21:35] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  304. [12:21:35] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  305. [12:21:35] [Server thread/INFO]: [BungeeHubCommand] Enabling BungeeHubCommand v1.3
  306. [12:21:35] [Server thread/INFO]: [StaffChat] Enabling StaffChat v2.3
  307. [12:21:35] [Server thread/INFO]: [ActionAnnouncer] Enabling ActionAnnouncer v1.12.0
  308. [12:21:35] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v5.9.4
  309. [12:21:35] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
  310. [12:21:35] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
  311. [12:21:35] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
  312. [12:21:35] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  313. [12:21:35] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.1
  314. [12:21:35] [Server thread/INFO]: [afkTerminator] Enabling afkTerminator v3.0.8
  315. [12:21:35] [Server thread/INFO]: [CmdSigns] Enabling CmdSigns v0.2-SNAPSHOT
  316. [12:21:35] [Server thread/INFO]: [CmdSigns 0.2-SNAPSHOT] loaded successfully
  317. [12:21:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  318. [12:21:35] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  319. [12:21:35] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  320. [12:21:35] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.2.3
  321. [12:21:36] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  322. [12:21:36] [Server thread/INFO]: [LiteBans] Connecting to database...
  323. [12:21:37] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://valley.mysql.domeneshop.no:3306/valley?useSSL=false] (701.3 ms).
  324. [12:21:37] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
  325. [12:21:37] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: a273ad7d6cce45c1b7e7d47c58916078
  326. [12:21:37] [Server thread/INFO]: [LiteBans] Database connection fully initialized (1100.9 ms).
  327. [12:21:37] [Server thread/INFO]: [LiteBans] v2.2.3 enabled. Startup took 1357 ms.
  328. [12:21:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  329. [12:21:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  330. [12:21:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  331. [12:21:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  332. [12:21:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  333. [12:21:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  334. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  335. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  336. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  337. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  338. [12:21:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  339. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  340. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  341. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  342. [12:21:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  343. [12:21:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  344. [12:21:37] [Server thread/INFO]: [WorldGuard] Loading region data...
  345. [12:21:37] [Server thread/INFO]: [ExtraHardMode] Enabling ExtraHardMode v3.12.1
  346. [12:21:37] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
  347. [12:21:37] [Server thread/INFO]: [ColoredTags] Hooked HealthBar plugin!
  348. [12:21:37] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.2.0-SNAPSHOT
  349. [12:21:37] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_12_R1 (Minecraft 1.12)...
  350. [12:21:37] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  351. [12:21:37] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  352. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 10 mobs.
  353. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
  354. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
  355. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 18 skills.
  356. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 6 random spawns.
  357. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 5 mythic items.
  358. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
  359. [12:21:38] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
  360. [12:21:38] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  361. [12:21:38] [Server thread/INFO]: [MythicMobs] v4.2.0-SNAPSHOT has been successfully loaded!
  362. [12:21:38] [Server thread/INFO]: [Statz] Enabling Statz v1.4.3
  363. [12:21:38] [Server thread/INFO]: [Statz debug] Using SQLite database!
  364. [12:21:38] [Server thread/INFO]: [Statz debug] ---------------[Statz Dependencies]---------------
  365. [12:21:38] [Server thread/INFO]: [Statz debug] Searching dependencies...
  366. [12:21:38] [Server thread/INFO]: [Statz debug] mcMMO has not been found!
  367. [12:21:38] [Server thread/INFO]: [Statz debug] ASkyBlock has not been found!
  368. [12:21:38] [Server thread/INFO]: [Statz debug] Factions has not been found!
  369. [12:21:38] [Server thread/INFO]: [Statz debug] Statistics has not been found!
  370. [12:21:38] [Server thread/INFO]: [Statz debug] Vault was found and Statz now tracks its data!
  371. [12:21:38] [Server thread/INFO]: [Statz debug] AcidIsland has not been found!
  372. [12:21:38] [Server thread/INFO]: [Statz debug] GriefPrevention has not been found!
  373. [12:21:38] [Server thread/INFO]: [Statz debug] Essentials was found and Statz now tracks its data!
  374. [12:21:38] [Server thread/INFO]: [Statz debug] WorldGuard was found and Statz now tracks its data!
  375. [12:21:38] [Server thread/INFO]: [Statz debug] NuVotifier was found and Statz now tracks its data!
  376. [12:21:38] [Server thread/INFO]: [Statz debug] Stats has not been found!
  377. [12:21:38] [Server thread/INFO]: [Statz debug] RPGme has not been found!
  378. [12:21:38] [Server thread/INFO]: [Statz debug] Jobs has not been found!
  379. [12:21:38] [Server thread/INFO]: [Statz debug] afkTerminator was found and Statz now tracks its data!
  380. [12:21:38] [Server thread/INFO]: [Statz debug] Votifier has not been found!
  381. [12:21:38] [Server thread/INFO]: [Statz debug] OnTime has not been found!
  382. [12:21:38] [Server thread/INFO]: [Statz debug] RoyalCommands has not been found!
  383. [12:21:38] [Server thread/INFO]: [Statz debug] UltimateCore has not been found!
  384. [12:21:38] [Server thread/INFO]: [Statz debug] ---------------[Statz Dependencies]---------------
  385. [12:21:38] [Server thread/INFO]: [Statz debug] Loaded libraries and dependencies
  386. [12:21:38] [Server thread/INFO]: [Statz] Language file loaded (lang.yml)
  387. [12:21:38] [Server thread/INFO]: [Statz] Stats disabled file loaded (disabled-stats.yml)
  388. [12:21:38] [Server thread/INFO]: [Statz] Statz v1.4.3 has been enabled!
  389. [12:21:38] [Server thread/INFO]: [RandomCoords] Enabling RandomCoords v0.5.2-RELEASE
  390. [12:21:38] [Server thread/INFO]: [RandomCoords]RandomCoords Version: 0.5.2-RELEASE enabled.
  391. [12:21:38] [Server thread/INFO]: [Autorank] Enabling Autorank v4.0.7
  392. [12:21:38] [Server thread/INFO]: [Autorank] Paths.yml file loaded
  393. [12:21:38] [Server thread/INFO]: [Autorank] Paths file loaded (Paths.yml)
  394. [12:21:38] [Server thread/INFO]: [Autorank] Settings.yml file loaded
  395. [12:21:38] [Server thread/INFO]: [Autorank] Settings file loaded (Settings.yml)
  396. [12:21:38] [Server thread/INFO]: [Autorank] Internal properties file loaded
  397. [12:21:38] [Server thread/INFO]: [Autorank] PlayerData.yml file loaded
  398. [12:21:38] [Server thread/INFO]: [Autorank] PlayerData file loaded (PlayerData.yml)
  399. [12:21:38] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
  400. [12:21:39] [Server thread/INFO]: [Autorank] Total data file loaded
  401. [12:21:39] [Server thread/INFO]: [Autorank] Daily data file loaded
  402. [12:21:39] [Server thread/INFO]: [Autorank] Weekly data file loaded
  403. [12:21:39] [Server thread/INFO]: [Autorank] Monthly data file loaded
  404. [12:21:39] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  405. [12:21:39] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
  406. [12:21:39] [Server thread/INFO]: [Autorank] Using timings of: autorank
  407. [12:21:39] [Server thread/INFO]: [Autorank] Autorank 4.0.7 has been enabled!
  408. [12:21:39] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  409. [12:21:39] [Server thread/INFO]: Done (9.095s)! For help, type "help" or "?"
  410. [12:21:39] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  411. [12:21:39] [Craft Scheduler Thread - 5/WARN]: [CoreProtect-Anti-Xray] Plugin CoreProtect-Anti-Xray v1.3 generated an exception while executing task 14
  412. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  413. at org.mcstats.MetricsLite.postPlugin(MetricsLite.java:287) ~[?:?]
  414. at org.mcstats.MetricsLite.access$200(MetricsLite.java:53) ~[?:?]
  415. at org.mcstats.MetricsLite$1.run(MetricsLite.java:175) ~[?:?]
  416. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  417. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [d-spigot-1.12.jar:git-Spigot-596221b-9a1fc1e]
  418. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66]
  419. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66]
  420. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  421. [12:21:39] [Server thread/INFO]: Valley - Vi har også Safari-Nett. Mer informasjon her! https://www.valley.no/safari-nett/
  422. [12:21:40] [Server thread/INFO]: [RankList] [Info] plugin is up to date!
  423. [12:21:40] [Craft Scheduler Thread - 20/INFO]: [Autorank] Removed 0 old data entries from database!
  424. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_players'
  425. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_joins'
  426. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_deaths'
  427. [12:21:40] [Server thread/INFO]: [Autorank] Found Statz plugin: Statz (by Staartvin)
  428. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_items_caught'
  429. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_blocks_placed'
  430. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_blocks_broken'
  431. [12:21:40] [Server thread/INFO]: [Autorank] Hooked into Statz (by Staartvin)
  432. [12:21:40] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  433. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_kills_mobs'
  434. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_kills_players'
  435. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_time_played'
  436. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_food_eaten'
  437. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_damage_taken'
  438. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_times_shorn'
  439. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_distance_travelled'
  440. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_items_crafted'
  441. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_xp_gained'
  442. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_votes'
  443. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_arrows_shot'
  444. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_entered_beds'
  445. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_commands_performed'
  446. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_times_kicked'
  447. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_tools_broken'
  448. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_eggs_thrown'
  449. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_worlds_changed'
  450. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_buckets_filled'
  451. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_buckets_emptied'
  452. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_items_dropped'
  453. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_items_picked_up'
  454. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_teleports'
  455. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Loaded table 'statz_villager_trades'
  456. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz debug] Statz is connected to its database!
  457. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz] ---------- [Applying Database patches] ----------
  458. [12:21:40] [Craft Scheduler Thread - 18/INFO]: [Statz] ---------- [0 patches have been applied!] ----------
  459. [12:21:40] [Craft Scheduler Thread - 20/INFO]: [Vault] Checking for Updates ...
  460. [12:21:40] [Craft Scheduler Thread - 20/INFO]: [Vault] No new version available
  461. [12:21:40] [Craft Scheduler Thread - 20/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.9.5 New Version: 5.9.6 Use /av download to get the latest update!
  462. [12:21:40] [Craft Scheduler Thread - 10/INFO]: [BuycraftX] Fetching all due players...
  463. [12:21:40] [Craft Scheduler Thread - 20/INFO]: [Statz debug] Save Statz database.
  464. [12:21:41] [Craft Scheduler Thread - 10/INFO]: [BuycraftX] Fetched due players (0 found).
  465. [12:21:50] [Craft Scheduler Thread - 10/INFO]: [Statz debug] Save Statz database.
  466. [12:22:00] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Save Statz database.
  467. [12:22:10] [Craft Scheduler Thread - 10/INFO]: [Statz debug] Save Statz database.
  468. [12:22:17] [Server thread/INFO]: There are 0/100 players online:
  469. [12:22:17] [Server thread/INFO]:
  470. [12:22:20] [Craft Scheduler Thread - 1/INFO]: [Statz debug] Save Statz database.
  471. [12:22:30] [Craft Scheduler Thread - 1/INFO]: [Statz debug] Save Statz database.
  472. [12:22:40] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  473. [12:22:50] [Craft Scheduler Thread - 2/INFO]: [Statz debug] Save Statz database.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement