Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.99 KB | None | 0 0
  1. [08:45:09] [Server thread/INFO]: Starting minecraft server version 1.10.2
  2. [08:45:09] [Server thread/INFO]: Loading properties
  3. [08:45:09] [Server thread/INFO]: Default game type: SURVIVAL
  4. [08:45:09] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-047f737-9558f31 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
  5. [08:45:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [08:45:10] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [08:45:10] [Server thread/INFO]: Debug logging is disabled
  8. [08:45:10] [Server thread/INFO]: Generating keypair
  9. [08:45:10] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566
  10. [08:45:10] [Server thread/INFO]: Using epoll channel type
  11. [08:45:10] [Server thread/ERROR]: Could not load 'plugins/CS-CoreLib v1.5.9.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[Spigot:git-Spigot-047f737-9558f31]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [Spigot:git-Spigot-047f737-9558f31]
  15. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [Spigot:git-Spigot-047f737-9558f31]
  16. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [Spigot:git-Spigot-047f737-9558f31]
  17. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [Spigot:git-Spigot-047f737-9558f31]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  19. Caused by: java.util.zip.ZipException: error in opening zip file
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_101]
  21. at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_101]
  22. at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_101]
  23. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_101]
  24. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_101]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[Spigot:git-Spigot-047f737-9558f31]
  26. ... 5 more
  27. [08:45:10] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  28. [08:45:10] [Server thread/ERROR]: Could not load 'plugins/WGRegionCommands.jar' in folder 'plugins'
  29. org.bukkit.plugin.UnknownDependencyException: WGCustomFlags
  30. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [Spigot:git-Spigot-047f737-9558f31]
  31. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [Spigot:git-Spigot-047f737-9558f31]
  32. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [Spigot:git-Spigot-047f737-9558f31]
  33. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [Spigot:git-Spigot-047f737-9558f31]
  34. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  35. [08:45:10] [Server thread/ERROR]: Could not load 'plugins/ExtraGear_v1.1.jar' in folder 'plugins'
  36. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot:git-Spigot-047f737-9558f31]
  38. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot:git-Spigot-047f737-9558f31]
  39. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot:git-Spigot-047f737-9558f31]
  40. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [Spigot:git-Spigot-047f737-9558f31]
  41. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [Spigot:git-Spigot-047f737-9558f31]
  42. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [Spigot:git-Spigot-047f737-9558f31]
  43. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  44. Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  45. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  46. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
  47. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot:git-Spigot-047f737-9558f31]
  48. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot:git-Spigot-047f737-9558f31]
  49. ... 6 more
  50. Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem
  51. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_101]
  52. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot:git-Spigot-047f737-9558f31]
  53. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot:git-Spigot-047f737-9558f31]
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_101]
  55. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_101]
  56. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  57. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
  58. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot:git-Spigot-047f737-9558f31]
  59. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot:git-Spigot-047f737-9558f31]
  60. ... 6 more
  61. [08:45:10] [Server thread/ERROR]: Could not load 'plugins/ExoticGarden_v1.6.1.jar' in folder 'plugins'
  62. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  63. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot:git-Spigot-047f737-9558f31]
  64. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot:git-Spigot-047f737-9558f31]
  65. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot:git-Spigot-047f737-9558f31]
  66. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [Spigot:git-Spigot-047f737-9558f31]
  67. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [Spigot:git-Spigot-047f737-9558f31]
  68. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [Spigot:git-Spigot-047f737-9558f31]
  69. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  70. Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  71. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  72. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
  73. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot:git-Spigot-047f737-9558f31]
  74. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot:git-Spigot-047f737-9558f31]
  75. ... 6 more
  76. Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem
  77. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_101]
  78. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot:git-Spigot-047f737-9558f31]
  79. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot:git-Spigot-047f737-9558f31]
  80. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_101]
  81. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_101]
  82. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  83. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
  84. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot:git-Spigot-047f737-9558f31]
  85. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot:git-Spigot-047f737-9558f31]
  86. ... 6 more
  87. [08:45:10] [Server thread/ERROR]: Could not load 'plugins/MagicLoot_v2.1.0.jar' in folder 'plugins'
  88. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  89. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot:git-Spigot-047f737-9558f31]
  90. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot:git-Spigot-047f737-9558f31]
  91. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot:git-Spigot-047f737-9558f31]
  92. at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [Spigot:git-Spigot-047f737-9558f31]
  93. at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [Spigot:git-Spigot-047f737-9558f31]
  94. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [Spigot:git-Spigot-047f737-9558f31]
  95. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  96. Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem
  97. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  98. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
  99. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot:git-Spigot-047f737-9558f31]
  100. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot:git-Spigot-047f737-9558f31]
  101. ... 6 more
  102. Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem
  103. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_101]
  104. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot:git-Spigot-047f737-9558f31]
  105. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot:git-Spigot-047f737-9558f31]
  106. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_101]
  107. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_101]
  108. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  109. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
  110. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot:git-Spigot-047f737-9558f31]
  111. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot:git-Spigot-047f737-9558f31]
  112. ... 6 more
  113. [08:45:10] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
  114. [08:45:10] [Server thread/INFO]: [SecurityPatches] Loading SecurityPatches v1
  115. [08:45:10] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.5.1
  116. [08:45:10] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
  117. [08:45:10] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_10_R1
  118. [08:45:10] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
  119. [08:45:10] [Server thread/INFO]: [Romance] Loading Romance v0.1.0
  120. [08:45:10] [Server thread/INFO]: [BookTicket] Loading BookTicket v1.4
  121. [08:45:10] [Server thread/INFO]: [InfoBook] Loading InfoBook v1.8
  122. [08:45:10] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.11.3
  123. [08:45:10] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
  124. [08:45:10] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.6-vk-1_10_R1
  125. [08:45:10] [Server thread/INFO]: [DKQuery] Loading DKQuery v1.6
  126. [08:45:10] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
  127. [08:45:10] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b717
  128. [08:45:10] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.1.0
  129. [08:45:10] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.14.2
  130. [08:45:10] [Server thread/INFO]: [SignPlugin] Loading SignPlugin v4.1
  131. [08:45:10] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  132. [08:45:10] [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*!
  133. [08:45:10] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.6
  134. [08:45:10] [Server thread/INFO]: [Judgement] Loading Judgement v0.1
  135. [08:45:10] [Server thread/INFO]: [MultiClan] Loading MultiClan v1.6
  136. [08:45:10] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.06-b${BUILD_NUMBER}
  137. [08:45:10] [Server thread/INFO]: [ActionAnnouncer] Loading ActionAnnouncer v1.10.0
  138. [08:45:10] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
  139. [08:45:10] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  140. [08:45:10] [Server thread/INFO]: [LWC] Loading LWC v1.7.2
  141. [08:45:10] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
  142. [08:45:10] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.2
  143. [08:45:10] [Server thread/INFO]: [Slimefun] Loading Slimefun v4.0.14
  144. [08:45:10] [Server thread/INFO]: [Bondsmen] Loading Bondsmen v9
  145. [08:45:10] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5-b675
  146. [08:45:10] [Server thread/INFO]: [ClickWarp] Loading ClickWarp v1.3.5
  147. [08:45:10] [Server thread/INFO]: [MyPet] Loading MyPet v2.3.1
  148. [08:45:11] [Server thread/WARN]: [MyPet] 141 is not a valid food item!
  149. [08:45:11] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b434
  150. [08:45:11] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.29.6.1
  151. [08:45:11] [Server thread/INFO]: [Jobs] Loading Jobs v3.6.3
  152. [08:45:11] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.1.14
  153. [08:45:11] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.4.4
  154. [08:45:11] [Server thread/INFO]: [OnTime] Loading OnTime v4.1.4
  155. [08:45:11] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b434
  156. [08:45:11] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT
  157. [08:45:11] [Server thread/INFO]: [Landlord] Loading Landlord v1.4.1
  158. [08:45:11] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.1
  159. [08:45:11] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.0.1-b434
  160. [08:45:11] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b434
  161. [08:45:11] [Server thread/INFO]: [Statz] Loading Statz v1.3.2
  162. [08:45:11] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.4
  163. [08:45:11] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
  164. [08:45:11] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
  165. [08:45:11] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.1.0
  166. [08:45:11] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  167. [08:45:11] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.14.2
  168. [08:45:11] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.06-b${BUILD_NUMBER}
  169. [08:45:11] [Server thread/WARN]: [AutoSaveWorld] Plugin mcMMO attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=2445once=1183059308 in main server thread
  170. [08:45:11] [Server thread/WARN]: [AutoSaveWorld] Plugin mcMMO attempted to establish connection socket://www.spigotmc.org:80 in main server thread
  171. [08:45:11] [Server thread/WARN]: [mcMMO] Invalid material: POTION_POISON
  172. [08:45:11] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  173. [08:45:11] [Server thread/WARN]: [mcMMO] Invalid material: POTION_INSTANT_HEAL
  174. [08:45:11] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  175. [08:45:11] [Server thread/WARN]: [mcMMO] Invalid material: POTION_FIRE_RESISTANCE
  176. [08:45:11] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  177. [08:45:11] [Server thread/WARN]: [mcMMO] Invalid material: POTION_SPEED
  178. [08:45:11] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  179. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 64
  180. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 832
  181. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 1088
  182. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2112
  183. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2368
  184. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2880
  185. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 3904
  186. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 4416
  187. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5184
  188. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5440
  189. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5696
  190. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 17216
  191. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 17472
  192. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 18496
  193. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 18752
  194. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 19264
  195. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 20288
  196. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 20800
  197. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 21568
  198. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 21824
  199. [08:45:11] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 22080
  200. [08:45:12] [Server thread/WARN]: [AutoSaveWorld] Plugin mcMMO attempted to establish connection socket://localhost:3306 in main server thread
  201. [08:45:12] [Server thread/INFO]: [mcMMO] Killing orphans
  202. [08:45:12] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  203. [08:45:12] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  204. [08:45:12] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  205. [08:45:12] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  206. [08:45:12] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  207. [08:45:12] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  208. [08:45:12] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  209. [08:45:12] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  210. [08:45:12] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  211. [08:45:12] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  212. [08:45:12] [Server thread/INFO]: [LWC] Enabling LWC v1.7.2
  213. [08:45:12] [Server thread/INFO]: [LWC] Connecting to SQLite
  214. [08:45:12] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  215. [08:45:12] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  216. [08:45:12] [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.
  217. [08:45:12] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  218. [08:45:12] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  219. [08:45:12] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  220. [08:45:12] [Server thread/INFO]: Preparing level "world"
  221. [08:45:13] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2005341257050232815)
  222. [08:45:14] [Server thread/INFO]: Preparing spawn area: 64%
  223. [08:45:14] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3125124492561249974)
  224. [08:45:15] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8320947604960453014)
  225. [08:45:15] [Server thread/INFO]: [SecurityPatches] Enabling SecurityPatches v1
  226. [08:45:15] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.5.1
  227. [08:45:15] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  228. [08:45:15] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  229. [08:45:15] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
  230. [08:45:15] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
  231. [08:45:15] [Server thread/INFO]: [Romance] Enabling Romance v0.1.0
  232. [08:45:15] [Server thread/INFO]: [Romance] PlayEffect plugin is not found at your system
  233. [08:45:15] [Server thread/INFO]: [Romance] If you need more effects please download PlayEffect from:
  234. [08:45:15] [Server thread/INFO]: [Romance] http://dev.bukkit.org/bukkit-plugins/playeffect/
  235. [08:45:15] [Server thread/INFO]: [BookTicket] Enabling BookTicket v1.4
  236. [08:45:15] [Server thread/WARN]: [AutoSaveWorld] Plugin BookTicket attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17406once=1642113418 in main server thread
  237. [08:45:15] [Server thread/WARN]: [AutoSaveWorld] Plugin BookTicket attempted to establish connection socket://localhost:3306 in main server thread
  238. [08:45:15] [Server thread/INFO]: [BookTicket] MySQL database connected!
  239. [08:45:15] [Server thread/INFO]: [BookTicket] Book Ticket v1.4 has been enabled!
  240. [08:45:15] [Server thread/INFO]: [InfoBook] Enabling InfoBook v1.8
  241. [08:45:15] [Server thread/INFO]: [InfoBook] Checking for updates
  242. [08:45:16] [Server thread/INFO]: [InfoBook] #####################################
  243. [08:45:16] [Server thread/INFO]: [InfoBook] A new version of InfoBook was found !
  244. [08:45:16] [Server thread/INFO]: [InfoBook] Please UPDATE !
  245. [08:45:16] [Server thread/INFO]: [InfoBook] #####################################
  246. [08:45:16] [Server thread/INFO]: [InfoBook] Plugin enabled.
  247. [08:45:16] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.11.3
  248. [08:45:16] [Server thread/WARN]: [AutoSaveWorld] Plugin CoreProtect attempted to establish connection socket://localhost:3306 in main server thread
  249. [08:45:16] [Server thread/WARN]: [AutoSaveWorld] Plugin CoreProtect attempted to establish connection socket://localhost:3306 in main server thread
  250. [08:45:16] [Server thread/INFO]: CoreProtect version 2.11.3 is enabled!
  251. [08:45:16] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
  252. [08:45:16] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
  253. [08:45:16] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  254. [08:45:16] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
  255. [08:45:16] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.6-vk-1_10_R1
  256. [08:45:16] [Server thread/INFO]: [OpenInv] [Config] Update not required.
  257. [08:45:16] [Server thread/INFO]: [DKQuery] Enabling DKQuery v1.6
  258. [08:45:16] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
  259. [08:45:16] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 2.0 blocks, and timer delay of 5.
  260. [08:45:16] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  261. [08:45:16] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Atheria" has border radius 10000 at X: 134.6 Z: -777.4
  262. [08:45:16] [Server thread/INFO]: [WorldBorder] [CONFIG] World "AFM" has border radius 8000 at X: 0.8 Z: -0.2
  263. [08:45:16] [Server thread/INFO]: [WorldBorder] [CONFIG] World "kingslanding" has border radius 780x640 at X: 2900.1 Z: 13020.5
  264. [08:45:16] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -945.0 Y: 68.0 Z: 13.0
  265. [08:45:16] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b717
  266. [08:45:16] [Server thread/INFO]: Preparing start region for level 3 (Seed: -8433372218914076338)
  267. [08:45:17] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1937465386339942847)
  268. [08:45:17] [Server thread/INFO]: Preparing start region for level 5 (Seed: -1697353556972381549)
  269. [08:45:18] [Server thread/INFO]: Preparing start region for level 6 (Seed: 5041573819719598396)
  270. [08:45:18] [Server thread/INFO]: Preparing start region for level 7 (Seed: 1296675606537364047)
  271. [08:45:18] [Thread-20/INFO]: --------------------
  272. [08:45:18] [Thread-20/INFO]: [CoreProtect] Version 2.13.1 now available.
  273. [08:45:18] [Thread-20/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  274. [08:45:18] [Thread-20/INFO]: --------------------
  275. [08:45:18] [Thread-20/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  276. [08:45:18] [Thread-20/INFO]: --------------------
  277. [08:45:19] [Server thread/INFO]: Preparing start region for level 8 (Seed: 7818030056089118655)
  278. [08:45:19] [Server thread/INFO]: Preparing start region for level 9 (Seed: 625516020673824803)
  279. [08:45:19] [Server thread/INFO]: Preparing start region for level 10 (Seed: 6023284864318633089)
  280. [08:45:19] [Server thread/INFO]: Preparing start region for level 11 (Seed: 5018047498169716736)
  281. [08:45:20] [Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
  282. [08:45:20] [Server thread/WARN]: [Multiverse-Core] The location for anchor 'list' is INVALID.
  283. [08:45:20] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b717 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  284. [08:45:20] [Server thread/INFO]: [SignPlugin] Enabling SignPlugin v4.1
  285. [08:45:20] [Server thread/WARN]: [AutoSaveWorld] Plugin SignPlugin attempted to establish connection http://www.lordvader.de/SignPlugin.html in main server thread
  286. [08:45:20] [Server thread/WARN]: [AutoSaveWorld] Plugin SignPlugin attempted to establish connection socket://www.lordvader.de:80 in main server thread
  287. [08:45:20] [Server thread/INFO]: Sign » SignPlugin activated!
  288. [08:45:20] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  289. [08:45:20] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  290. [08:45:20] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  291. [08:45:20] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  292. [08:45:20] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  293. [08:45:20] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  294. [08:45:20] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.6
  295. [08:45:20] [Server thread/INFO]: [iConomy - April Fools] Enabled (10 ms)
  296. [08:45:20] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  297. [08:45:20] [Thread-24/INFO]: java.sql.SQLException: invalid database address: mysql://localhost:3306
  298. [08:45:20] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  299. [08:45:20] [Thread-25/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  300. [08:45:20] [Server thread/INFO]: [Judgement] Enabling Judgement v0.1
  301. [08:45:20] [Server thread/WARN]: [AutoSaveWorld] Plugin Judgement attempted to establish connection socket://localhost:3306 in main server thread
  302. [08:45:20] [Server thread/INFO]: [Judgement - MySQL] Connection established!
  303. [08:45:20] [Server thread/INFO]: [MultiClan] Enabling MultiClan v1.6
  304. [08:45:20] [Server thread/INFO]: [ActionAnnouncer] Enabling ActionAnnouncer v1.10.0
  305. [08:45:20] [Server thread/INFO]: [ActionAnnouncer] Hooked into PlaceholderAPI for placeholders!
  306. [08:45:20] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
  307. [08:45:20] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
  308. [08:45:20] [Server thread/INFO]: [MVPLogging] 9 - Portals(s) loaded
  309. [08:45:21] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  310. [08:45:21] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
  311. [08:45:21] [Server thread/INFO]: [WorldGuard] Loading region data...
  312. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin WorldGuard attempted to establish connection socket://localhost:3306 in main server thread
  313. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin WorldGuard attempted to establish connection socket://localhost:3306 in main server thread
  314. [08:45:21] [Server thread/INFO]: [WorldGuard] Database: jdbc:mysql://localhost:3306/plugin_worldguard (MySQL 5.5)
  315. [08:45:21] [Server thread/INFO]: [WorldGuard] Current version of schema `plugin_worldguard`: 2
  316. [08:45:21] [Server thread/INFO]: [WorldGuard] Schema `plugin_worldguard` is up to date. No migration necessary.
  317. [08:45:21] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.2
  318. [08:45:21] [Server thread/INFO]: [BungeePortals] Metrics initiated!
  319. [08:45:21] [Server thread/INFO]: [BungeePortals] Commands registered!
  320. [08:45:21] [Server thread/INFO]: [BungeePortals] Events registered!
  321. [08:45:21] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
  322. [08:45:21] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
  323. [08:45:21] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
  324. [08:45:21] [Server thread/INFO]: [BungeePortals] Portal data loaded! (0ms)
  325. [08:45:21] [Server thread/INFO]: [BungeePortals] Save task started!
  326. [08:45:21] [Server thread/INFO]: [BungeePortals] Version 1.2 has been enabled. (6ms)
  327. [08:45:21] [Server thread/INFO]: [Slimefun] Enabling Slimefun v4.0.14
  328. [08:45:21] [Server thread/WARN]:
  329. [08:45:21] [Server thread/WARN]: #################### - FATAL ERROR - ####################
  330. [08:45:21] [Server thread/WARN]:
  331. [08:45:21] [Server thread/WARN]: Slimefun could not be properly installed!
  332. [08:45:21] [Server thread/WARN]: It appears that you have not installed CS-CoreLib
  333. [08:45:21] [Server thread/WARN]: And because of that, CS-CoreLib is now going to be
  334. [08:45:21] [Server thread/WARN]: downloaded and installed.
  335. [08:45:21] [Server thread/WARN]: But for the time being Slimefun will remain disabled
  336. [08:45:21] [Server thread/WARN]: After the installation process has finished,
  337. [08:45:21] [Server thread/INFO]: you will be asked to restart your Server.
  338. [08:45:21] [Server thread/WARN]: - mrCookieSlime
  339. [08:45:21] [Server thread/WARN]:
  340. [08:45:21] [Server thread/WARN]: #################### - FATAL ERROR - ####################
  341. [08:45:21] [Server thread/WARN]:
  342. [08:45:21] [Server thread/INFO]: [Bondsmen] Enabling Bondsmen v9
  343. [08:45:21] [Server thread/INFO]: Bondsman: Successfully set up Bondsmen with Vault!
  344. [08:45:21] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.5-b675
  345. [08:45:21] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 2.5-b675 Enabled - By Rigby and fernferret
  346. [08:45:21] [Server thread/INFO]: [ClickWarp] Enabling ClickWarp v1.3.5
  347. [08:45:21] [Server thread/INFO]: [ClickWarp] Metrics started!
  348. [08:45:21] [Server thread/INFO]: [ClickWarp] Plugin v1.3.5 by comniemeer enabled.
  349. [08:45:21] [Server thread/INFO]: [MyPet] Enabling MyPet v2.3.1
  350. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=-1320289144 in main server thread
  351. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection socket://www.spigotmc.org:80 in main server thread
  352. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://update.mypet-plugin.de/check.php?plugin=MyPet&package=v1_10_R1uild=395&premium=true&version=25565hecksum=-815313242 in main server thread
  353. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection socket://update.mypet-plugin.de:80 in main server thread
  354. [08:45:21] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=1604870736 in main server thread
  355. [08:45:22] [Server thread/INFO]: [MyPet] mcMMO (1.5.06-b${BUILD_NUMBER}) hook activated.
  356. [08:45:22] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=2136814068 in main server thread
  357. [08:45:22] [Server thread/INFO]: [MyPet] PlaceholderAPI (2.5.1) hook activated.
  358. [08:45:22] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=1646307141 in main server thread
  359. [08:45:22] [Server thread/INFO]: [MyPet] ProtocolLib (4.1.0) hook activated.
  360. [08:45:22] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=-1421968056 in main server thread
  361. [08:45:23] [Server thread/INFO]: [MyPet] Vault (1.5.6-b49) hook activated.
  362. [08:45:23] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=-2096895816 in main server thread
  363. [08:45:23] [Server thread/INFO]: [MyPet] WorldGuard (6.1.2;e38d98d) hook activated.
  364. [08:45:23] [Server thread/WARN]: [AutoSaveWorld] Plugin MyPet attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=17566once=1248710759 in main server thread
  365. [08:45:23] [Server thread/INFO]: [MyPet] ShopService service activated.
  366. [08:45:23] [Server thread/INFO]: [MyPet] Compat mode for v1_10_R1 loaded.
  367. [08:45:23] [Server thread/INFO]: [MyPet] --- Loading WorldGroups ---------------------------
  368. [08:45:23] [Server thread/INFO]: [MyPet]  added 'world' to 'default'
  369. [08:45:23] [Server thread/INFO]: [MyPet]  added 'world_nether' to 'default'
  370. [08:45:23] [Server thread/INFO]: [MyPet]  added 'world_the_end' to 'default'
  371. [08:45:23] [Server thread/INFO]: [MyPet]  added 'AFM' to 'default'
  372. [08:45:23] [Server thread/INFO]: [MyPet]  added 'mountainrange' to 'default'
  373. [08:45:23] [Server thread/INFO]: [MyPet]  added 'NewWorld' to 'default'
  374. [08:45:23] [Server thread/INFO]: [MyPet]  added 'spawn5' to 'default'
  375. [08:45:23] [Server thread/INFO]: [MyPet]  added 'NewWorld_nether' to 'default'
  376. [08:45:23] [Server thread/INFO]: [MyPet]  added 'AFM_nether' to 'default'
  377. [08:45:23] [Server thread/INFO]: [MyPet]  added 'AFM_the_end' to 'default'
  378. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Atheria' to 'default'
  379. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Mason' to 'default'
  380. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Komaru' to 'default'
  381. [08:45:23] [Server thread/INFO]: [MyPet]  added 'world5' to 'default'
  382. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Atheria1' to 'default'
  383. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Komaru_nether' to 'default'
  384. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Komaru_the_end' to 'default'
  385. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Manor' to 'default'
  386. [08:45:23] [Server thread/INFO]: [MyPet]  added 'Haus-Modern' to 'default'
  387. [08:45:23] [Server thread/INFO]: [MyPet] -------------------------------------------------
  388. [08:45:23] [Server thread/INFO]: [MyPet] Thank you for buying MyPet-Premium!
  389. [08:45:23] [Server thread/INFO]: [MyPet] version 2.3.1-b395P ENABLED
  390. [08:45:23] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b434
  391. [08:45:23] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  392. [08:45:23] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  393. [08:45:23] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  394. [08:45:24] [Server thread/INFO]: Using locale de
  395. [08:45:24] [Server thread/INFO]: [Essentials] Metrics disabled per PluginMetrics config.
  396. [08:45:24] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  397. [08:45:24] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  398. [08:45:24] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
  399. [08:45:24] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.29.6.1
  400. [08:45:24] [Server thread/INFO]: [MarriageMaster] Config Version: 25 => update needed
  401. [08:45:24] [Server thread/INFO]: [MarriageMaster] Config loaded
  402. [08:45:24] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no updated needed
  403. [08:45:24] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  404. [08:45:24] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
  405. [08:45:24] [Server thread/INFO]: [Jobs] Enabling Jobs v3.6.3
  406. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 0 titles!
  407. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
  408. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 49 protected blocks timers!
  409. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
  410. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 38 custom entity names!
  411. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
  412. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  413. [08:45:24] [Server thread/INFO]: [Jobs] 4 shop items loaded!
  414. [08:45:24] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: MELONBLOCK!
  415. [08:45:24] [Server thread/WARN]: [Jobs] Job Hunter has an invalid Kill type property: WitherSkeleton!
  416. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 10 jobs!
  417. [08:45:24] [Server thread/INFO]: [Jobs] Explorer jobs manager are not enabled!
  418. [08:45:24] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  419. [08:45:24] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  420. [08:45:24] [Server thread/INFO]: [Jobs] Loaded 0 schedulers!
  421. [08:45:28] [Server thread/INFO]: [Jobs] Preloaded 779 players data in 3.67
  422. [08:45:28] [Server thread/INFO]: [Jobs] mcMMO was found - Enabling capabilities.
  423. [08:45:28] [Server thread/INFO]: [Jobs] loaded 954 block protection entries. 5
  424. [08:45:28] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
  425. [08:45:28] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.1.14
  426. [08:45:28] [Server thread/WARN]: [AutoSaveWorld] Plugin LiteBans attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=25565&resource_id=3715once=1058485820 in main server thread
  427. [08:45:28] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  428. [08:45:28] [Server thread/INFO]: [LiteBans] Connecting to database...
  429. [08:45:28] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://localhost:3306/plugin_liteban] (9.5 ms).
  430. [08:45:28] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
  431. [08:45:28] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 7273a62752de4b488ef5d65e0a9cceb5
  432. [08:45:28] [Server thread/INFO]: [LiteBans] Database connection fully initialized (13.3 ms).
  433. [08:45:28] [Server thread/INFO]: [LiteBans] v2.1.14 enabled. Startup took 122 ms.
  434. [08:45:28] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.4
  435. [08:45:28] [Server thread/INFO]: [OnTime] Enabling OnTime v4.1.4
  436. [08:45:28] [pool-6-thread-1/INFO]: [LiteBans] GeoIP support initialized.
  437. [08:45:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b434
  438. [08:45:28] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT
  439. [08:45:28] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
  440. [08:45:28] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
  441. [08:45:29] [Server thread/INFO]: [CraftBook] 3174 chunk(s) for 12 world(s) processed (79ms elapsed)
  442. [08:45:29] [Server thread/INFO]: [CraftBook] The Auto-Updater is disabled for your version!
  443. [08:45:29] [Server thread/INFO]: [Landlord] Enabling Landlord v1.4.1
  444. [08:45:29] [Server thread/INFO]: [Landlord] Created by Jcdesimp!
  445. [08:45:29] [Server thread/INFO]: [Landlord] Worldguard found!
  446. [08:45:29] [Server thread/INFO]: [Landlord] Vault found!
  447. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: Build
  448. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: HarmAnimals
  449. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: UseContainers
  450. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: TntDamage
  451. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: UseRedstone
  452. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: OpenDoor
  453. [08:45:29] [Server thread/INFO]: [Landlord] Registered flag: PVP
  454. [08:45:29] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.1
  455. [08:45:29] [Server thread/WARN]: 10 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  456.  
  457. [08:45:29] [Server thread/WARN]: 45 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
  458.  
  459. [08:45:29] [Server thread/WARN]: 45 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
  460.  
  461. [08:45:29] [Server thread/WARN]: 48 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  462.  
  463. [08:45:29] [Server thread/WARN]: 48 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  464.  
  465. [08:45:29] [Server thread/WARN]: [AutoSaveWorld] Plugin ChestShop attempted to establish connection socket://api.mojang.com:443 in main server thread
  466. [08:45:30] [Server thread/INFO]: [ChestShop] LWC version 1.7.2 loaded.
  467. [08:45:30] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  468. [08:45:30] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.0.1-b434
  469. [08:45:30] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  470. [08:45:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b434
  471. [08:45:30] [Server thread/INFO]: [Statz] Enabling Statz v1.3.2
  472. [08:45:30] [Server thread/INFO]: [Statz debug] Using MySQL database!
  473. [08:45:30] [Server thread/INFO]: [Statz debug] ---------------[Statz Dependencies]---------------
  474. [08:45:30] [Server thread/INFO]: [Statz debug] Searching dependencies...
  475. [08:45:30] [Server thread/INFO]: [Statz debug] WorldGuard was found and Statz now tracks its data!
  476. [08:45:30] [Server thread/INFO]: [Statz debug] Stats has not been found!
  477. [08:45:30] [Server thread/INFO]: [Statz debug] GriefPrevention has not been found!
  478. [08:45:30] [Server thread/INFO]: [Statz debug] Vault was found and Statz now tracks its data!
  479. [08:45:30] [Server thread/INFO]: [Statz debug] UltimateCore has not been found!
  480. [08:45:30] [Server thread/INFO]: [Statz debug] Factions has not been found!
  481. [08:45:30] [Server thread/INFO]: [Statz debug] mcMMO was found and Statz now tracks its data!
  482. [08:45:30] [Server thread/INFO]: [Statz debug] AcidIsland has not been found!
  483. [08:45:30] [Server thread/INFO]: [Statz debug] RoyalCommands has not been found!
  484. [08:45:30] [Server thread/INFO]: [Statz debug] afkTerminator has not been found!
  485. [08:45:30] [Server thread/INFO]: [Statz debug] Essentials was found and Statz now tracks its data!
  486. [08:45:30] [Server thread/INFO]: [Statz debug] Statistics has not been found!
  487. [08:45:30] [Server thread/INFO]: [Statz debug] Votifier has not been found!
  488. [08:45:30] [Server thread/INFO]: [Statz debug] ASkyBlock has not been found!
  489. [08:45:30] [Server thread/INFO]: [Statz debug] NuVotifier has not been found!
  490. [08:45:30] [Server thread/INFO]: [Statz debug] Jobs was found and Statz now tracks its data!
  491. [08:45:30] [Server thread/INFO]: [Statz debug] OnTime was found and Statz now tracks its data!
  492. [08:45:30] [Server thread/INFO]: [Statz debug] RPGme has not been found!
  493. [08:45:30] [Server thread/INFO]: [Statz debug] ---------------[Statz Dependencies]---------------
  494. [08:45:30] [Server thread/INFO]: [Statz debug] Loaded libraries and dependencies
  495. [08:45:30] [Server thread/INFO]: [Statz] Statz v1.3.2 has been enabled!
  496. [08:45:30] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.4
  497. [08:45:30] [Server thread/INFO]: [Autorank] Simple config file loaded
  498. [08:45:30] [Server thread/INFO]: [Autorank] Advanced config file loaded
  499. [08:45:30] [Server thread/INFO]: [Autorank] Settings config file loaded
  500. [08:45:30] [Server thread/INFO]: [Autorank] Internal properties file loaded
  501. [08:45:30] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
  502. [08:45:30] [Server thread/INFO]: [Autorank] Loaded playerdata.
  503. [08:45:30] [Server thread/INFO]: [Autorank] Found Statz plugin: Statz (by Staartvin)
  504. [08:45:30] [Server thread/INFO]: [Autorank] Hooked into Statz (by Staartvin)
  505. [08:45:30] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  506. [08:45:30] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  507. [08:45:30] [Server thread/INFO]: [Autorank] Total data file loaded
  508. [08:45:30] [Server thread/INFO]: [Autorank] Daily data file loaded
  509. [08:45:30] [Server thread/INFO]: [Autorank] Weekly data file loaded
  510. [08:45:30] [Server thread/INFO]: [Autorank] Monthly data file loaded
  511. [08:45:30] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
  512. [08:45:30] [Server thread/INFO]: [Autorank] Using timings of: autorank
  513. [08:45:30] [Server thread/INFO]: [Autorank] Autorank 3.8.4 has been enabled!
  514. [08:45:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  515. [08:45:31] [Server thread/INFO]: Done (18.136s)! For help, type "help" or "?"
  516. [08:45:31] [Craft Scheduler Thread - 0/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 48 files.
  517. [08:45:31] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  518. [08:45:31] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  519. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_players'
  520. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_joins'
  521. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_deaths'
  522. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_items_caught'
  523. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_blocks_placed'
  524. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_blocks_broken'
  525. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_kills_mobs'
  526. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_kills_players'
  527. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_time_played'
  528. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_food_eaten'
  529. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_damage_taken'
  530. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_times_shorn'
  531. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_distance_travelled'
  532. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_items_crafted'
  533. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_xp_gained'
  534. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_votes'
  535. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_arrows_shot'
  536. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_entered_beds'
  537. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_commands_performed'
  538. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_times_kicked'
  539. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_tools_broken'
  540. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_eggs_thrown'
  541. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_worlds_changed'
  542. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_buckets_filled'
  543. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_buckets_emptied'
  544. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_items_dropped'
  545. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_items_picked_up'
  546. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_teleports'
  547. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Loaded table 'statz_villager_trades'
  548. [08:45:31] [Craft Scheduler Thread - 13/INFO]: [Vault] Checking for Updates ...
  549. [08:45:31] [Craft Scheduler Thread - 11/INFO]: [Statz debug] Statz is connected to its database!
  550. [08:45:31] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 4 placeholder injectors are available on the cloud.
  551. [08:45:31] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
  552. [08:45:31] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 65 placeholder expansions are available on the cloud.
  553. [08:45:31] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  554. [08:45:31] [Craft Scheduler Thread - 4/INFO]: [PlugMan] No update was found.
  555. [08:45:31] [Craft Scheduler Thread - 13/INFO]: [Vault] No new version available
  556. [08:45:32] [Server thread/WARN]: [AutoSaveWorld] Plugin Slimefun attempted to establish connection https://api.curseforge.com/servermods/files?projectIds=88802 in main server thread
  557. [08:45:32] [Server thread/WARN]: [AutoSaveWorld] Plugin Slimefun attempted to establish connection http://servermods.cursecdn.com/files/944/995/CS-CoreLib_v1.5.9.jar in main server thread
  558. [08:45:32] [Server thread/WARN]: [AutoSaveWorld] Plugin Slimefun attempted to establish connection socket://servermods.cursecdn.com:80 in main server thread
  559. [08:45:32] [Server thread/WARN]:
  560. [08:45:32] [Server thread/WARN]: #################### - WARNING - ####################
  561. [08:45:32] [Server thread/WARN]:
  562. [08:45:32] [Server thread/WARN]: Please restart your Server to finish the Installation
  563. [08:45:32] [Server thread/WARN]: of Slimefun and CS-CoreLib
  564. [08:45:32] [Server thread/WARN]:
  565. [08:45:32] [Server thread/WARN]: #################### - WARNING - ####################
  566. [08:45:32] [Server thread/WARN]:
  567. [08:45:32] [Craft Scheduler Thread - 13/INFO]: [Statz debug] Save Statz database.
  568. [08:45:36] [Craft Scheduler Thread - 9/INFO]: [Autorank] Config files have been correctly setup!
  569. [08:45:42] [Craft Scheduler Thread - 14/INFO]: [Statz debug] Save Statz database.
  570. [08:45:52] [Craft Scheduler Thread - 14/INFO]: [Statz debug] Save Statz database.
  571. [08:46:02] [Craft Scheduler Thread - 14/INFO]: [Statz debug] Save Statz database.
  572. [08:46:05] [User Authenticator #1/INFO]: UUID of player Leony is 0480074c-487c-445e-8bfe-4c16493c7413
  573. [08:46:05] [Server thread/INFO]: Leony[/85.7.170.64:43756] logged in with entity id 290 at ([Komaru]-1725.1491103945266, 93.49263770382788, -1385.554098112402)
  574. [08:46:10] [Server thread/INFO]: CONSOLE issued server command: /list
  575. [08:46:10] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  576. [08:46:10] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  577. [08:46:11] [Server thread/INFO]: Leony issued server command: /sf guide
  578. [08:46:12] [Craft Scheduler Thread - 1/INFO]: [Statz debug] Save Statz database.
  579. [08:46:15] [Server thread/INFO]: Leony issued server command: /heal
  580. [08:46:16] [Server thread/INFO]: Leony issued server command: /gmc
  581. [08:46:22] [Craft Scheduler Thread - 4/INFO]: [Statz debug] Save Statz database.
  582. [08:46:22] [Server thread/INFO]: Leony issued server command: /ec
  583. [08:46:32] [Craft Scheduler Thread - 4/INFO]: [Statz debug] Save Statz database.
  584. [08:46:41] [Server thread/INFO]: Leony issued server command: /sf arguments
  585. [08:46:42] [Craft Scheduler Thread - 4/INFO]: [Statz debug] Save Statz database.
  586. [08:46:43] [Server thread/INFO]: Leony issued server command: /sf
  587. [08:46:46] [Server thread/INFO]: Leony issued server command: /help sf
  588. [08:46:49] [Server thread/INFO]: CONSOLE issued server command: /list
  589. [08:46:49] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  590. [08:46:49] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  591. [08:46:52] [Craft Scheduler Thread - 13/INFO]: [Statz debug] Save Statz database.
  592. [08:46:54] [Server thread/INFO]: Leony issued server command: /help slimefun
  593. [08:47:02] [Craft Scheduler Thread - 4/INFO]: [Statz debug] Save Statz database.
  594. [08:47:12] [Craft Scheduler Thread - 13/INFO]: [Statz debug] Save Statz database.
  595. [08:47:22] [Craft Scheduler Thread - 4/INFO]: [Statz debug] Save Statz database.
  596. [08:47:28] [Server thread/INFO]: CONSOLE issued server command: /list
  597. [08:47:28] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  598. [08:47:28] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  599. [08:47:32] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  600. [08:47:42] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  601. [08:47:52] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  602. [08:48:02] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  603. [08:48:07] [Server thread/INFO]: CONSOLE issued server command: /list
  604. [08:48:07] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  605. [08:48:07] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  606. [08:48:12] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  607. [08:48:22] [Craft Scheduler Thread - 4/INFO]: [Statz debug] Save Statz database.
  608. [08:48:32] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  609. [08:48:42] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  610. [08:48:46] [Server thread/INFO]: CONSOLE issued server command: /list
  611. [08:48:46] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  612. [08:48:46] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  613. [08:48:52] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  614. [08:49:02] [Craft Scheduler Thread - 13/INFO]: [Statz debug] Save Statz database.
  615. [08:49:12] [Craft Scheduler Thread - 13/INFO]: [Statz debug] Save Statz database.
  616. [08:49:22] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  617. [08:49:25] [Server thread/INFO]: CONSOLE issued server command: /list
  618. [08:49:25] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  619. [08:49:25] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  620. [08:49:32] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  621. [08:49:42] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  622. [08:49:52] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  623. [08:50:02] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  624. [08:50:04] [Server thread/INFO]: CONSOLE issued server command: /list
  625. [08:50:04] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  626. [08:50:04] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  627. [08:50:12] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  628. [08:50:22] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  629. [08:50:32] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  630. [08:50:42] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  631. [08:50:43] [Server thread/INFO]: CONSOLE issued server command: /list
  632. [08:50:43] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  633. [08:50:43] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  634. [08:50:52] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  635. [08:51:02] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  636. [08:51:12] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
  637. [08:51:22] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  638. [08:51:23] [Server thread/INFO]: CONSOLE issued server command: /list
  639. [08:51:23] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  640. [08:51:23] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  641. [08:51:32] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  642. [08:51:42] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  643. [08:51:52] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  644. [08:52:02] [Server thread/INFO]: CONSOLE issued server command: /list
  645. [08:52:02] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  646. [08:52:02] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  647. [08:52:02] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  648. [08:52:12] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  649. [08:52:22] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  650. [08:52:32] [Craft Scheduler Thread - 19/INFO]: [Statz debug] Save Statz database.
  651. [08:52:36] [Server thread/INFO]: Leony issued server command: /sf guide
  652. [08:52:41] [Server thread/INFO]: CONSOLE issued server command: /list
  653. [08:52:41] [Server thread/INFO]: Es sind 0/1 von maximal 64 Spielern online.
  654. [08:52:41] [Server thread/INFO]: Owner:[Versteckt]**Königin** Leony
  655. [08:52:42] [Craft Scheduler Thread - 17/INFO]: [Statz debug] Save Statz database.
  656. [08:52:52] [Craft Scheduler Thread - 16/INFO]: [Statz debug] Save Statz database.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement