Advertisement
Guest User

Error

a guest
Apr 29th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.34 KB | None | 0 0
  1. [11:30:34] [main/INFO]: Loaded 0 recipes
  2. [11:30:34] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [11:30:34] [Server thread/INFO]: Loading properties
  4. [11:30:34] [Server thread/INFO]: Default game type: SURVIVAL
  5. [11:30:35] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2474d93-e693496 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [11:30:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [11:30:35] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [11:30:35] [Server thread/INFO]: Debug logging is disabled
  9. [11:30:35] [Server thread/INFO]: Generating keypair
  10. [11:30:35] [Server thread/INFO]: Starting Minecraft server on *:37241
  11. [11:30:35] [Server thread/INFO]: Using epoll channel type
  12. [11:30:35] [Server thread/ERROR]: Could not load 'plugins/CS-CoreLib v1.5.18.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  14. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  16. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:320) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  17. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  18. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:702) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  19. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  20. Caused by: java.util.zip.ZipException: zip file is empty
  21. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
  22. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_191]
  23. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_191]
  24. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_191]
  25. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_191]
  26. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  27. ... 5 more
  28. [11:30:37] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  29. [11:30:37] [Server thread/ERROR]: Could not load 'plugins/Multiverse-Portals-3.0.0-SNAPSHOT.jar' in folder 'plugins'
  30. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/onarandombox/commandhandler/Command
  31. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  32. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  33. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  34. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:320) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  35. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  36. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:702) [spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  37. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  38. Caused by: java.lang.NoClassDefFoundError: com/onarandombox/commandhandler/Command
  39. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_191]
  40. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_191]
  41. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  42. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  43. ... 6 more
  44. Caused by: java.lang.ClassNotFoundException: com.onarandombox.commandhandler.Command
  45. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_191]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:154) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
  50. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_191]
  51. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_191]
  52. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  53. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.13.2.jar:git-Spigot-2474d93-e693496]
  54. ... 6 more
  55. [11:30:37] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.38
  56. [11:30:37] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-beta-01;8975469
  57. [11:30:37] [Server thread/INFO]: [Skript] Loading Skript v2.3.6
  58. [11:30:37] [Server thread/INFO]: [OpenInv] Loading OpenInv v3.3.6
  59. [11:30:37] [Server thread/INFO]: [Horarios] Loading Horarios v1.0.1
  60. [11:30:37] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
  61. [11:30:37] [Server thread/INFO]: [CommandRegions] Loading CommandRegions v1.4.4
  62. [11:30:37] [Server thread/INFO]: [Spawn] Loading Spawn v1.0
  63. [11:30:37] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  64. [11:30:37] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  65. [11:30:37] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
  66. [11:30:37] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-beta01;01dfebe
  67. [11:30:37] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.5-SNAPSHOT
  68. [11:30:37] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.4.2
  69. [11:30:37] [Server thread/INFO]: [SQLibrary] Loading SQLibrary v7.1
  70. [11:30:37] [Server thread/INFO]: [CTF] Loading CTF vR-0.3
  71. [11:30:37] [Server thread/INFO]: [StaffSecure] Loading StaffSecure v1.0-RELEASE
  72. [11:30:37] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  73. [11:30:37] [Server thread/INFO]: [HideStream] Loading HideStream v3.8
  74. [11:30:37] [Server thread/INFO]: [MessageFilter] Loading MessageFilter v0.3.3
  75. [11:30:37] [Server thread/INFO]: [SimplePortals] Loading SimplePortals v1.2.4-C
  76. [11:30:37] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.55
  77. [11:30:37] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.1
  78. [11:30:37] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.2
  79. [11:30:38] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.5-SNAPSHOT
  80. [11:30:38] [Server thread/INFO]: [EasyKits] Loading EasyKits v2.0.3
  81. [11:30:38] [Server thread/INFO]: [TabList] Loading TabList v3.9
  82. [11:30:38] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.55
  83. [11:30:38] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.55
  84. [11:30:38] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.55
  85. [11:30:38] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.38
  86. [11:30:38] [Server thread/INFO]:   __ 
  87. [11:30:38] [Server thread/INFO]:  | |__) LuckPerms v4.3.38
  88. [11:30:38] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit
  89. [11:30:38] [Server thread/INFO]: 
  90. [11:30:38] [Server thread/INFO]: [LuckPerms] Loading configuration...
  91. [11:30:38] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
  92. [11:30:38] [Server thread/INFO]: luckperms-hikari - Starting...
  93. [11:30:38] [Server thread/INFO]: luckperms-hikari - Start completed.
  94. [11:30:39] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
  95. [11:30:39] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  96. [11:30:39] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  97. [11:30:39] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1643ms)
  98. [11:30:39] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
  99. [11:30:39] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  100. [11:30:39] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
  101. [11:30:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  102. [11:30:39] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  103. [11:30:39] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  104. [11:30:39] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  105. [11:30:39] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  106. [11:30:39] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  107. [11:30:39] [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.
  108. [11:30:39] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  109. [11:30:39] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  110. [11:30:39] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  111. [11:30:39] [Server thread/INFO]: Preparing level "world"
  112. [11:30:39] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  113. [11:30:40] [Server thread/INFO]: Loaded 524 recipes
  114. [11:30:40] [Server thread/INFO]: -------- World Settings For [world] --------
  115. [11:30:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  116. [11:30:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  117. [11:30:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  118. [11:30:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  119. [11:30:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  120. [11:30:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  121. [11:30:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  122. [11:30:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  123. [11:30:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  124. [11:30:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  125. [11:30:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  126. [11:30:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  127. [11:30:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  128. [11:30:40] [Server thread/INFO]: Mob Spawn Range: 6
  129. [11:30:40] [Server thread/INFO]: Random Lighting Updates: false
  130. [11:30:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  131. [11:30:40] [Server thread/INFO]: Max TNT Explosions: 100
  132. [11:30:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  133. [11:30:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  134. [11:30:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  135. [11:30:40] [Server thread/INFO]: Item Merge Radius: 2.5
  136. [11:30:40] [Server thread/INFO]: Item Despawn Rate: 6000
  137. [11:30:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  138. [11:30:40] [Server thread/INFO]: View Distance: 20
  139. [11:30:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  140. [11:30:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  141. [11:30:40] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: -7102574979481316250)
  142. [11:30:40] [Server thread/INFO]: Preparing spawn area: 4%
  143. [11:30:40] [Server thread/INFO]: Preparing spawn area: 8%
  144. [11:30:40] [Server thread/INFO]: Preparing spawn area: 12%
  145. [11:30:40] [Server thread/INFO]: Preparing spawn area: 16%
  146. [11:30:40] [Server thread/INFO]: Preparing spawn area: 20%
  147. [11:30:40] [Server thread/INFO]: Preparing spawn area: 24%
  148. [11:30:40] [Server thread/INFO]: Preparing spawn area: 28%
  149. [11:30:40] [Server thread/INFO]: Preparing spawn area: 32%
  150. [11:30:40] [Server thread/INFO]: Preparing spawn area: 36%
  151. [11:30:40] [Server thread/INFO]: Preparing spawn area: 40%
  152. [11:30:40] [Server thread/INFO]: Preparing spawn area: 44%
  153. [11:30:40] [Server thread/INFO]: Preparing spawn area: 48%
  154. [11:30:40] [Server thread/INFO]: Preparing spawn area: 52%
  155. [11:30:40] [Server thread/INFO]: Preparing spawn area: 56%
  156. [11:30:40] [Server thread/INFO]: Preparing spawn area: 60%
  157. [11:30:40] [Server thread/INFO]: Preparing spawn area: 64%
  158. [11:30:40] [Server thread/INFO]: Preparing spawn area: 68%
  159. [11:30:40] [Server thread/INFO]: Preparing spawn area: 72%
  160. [11:30:40] [Server thread/INFO]: Preparing spawn area: 76%
  161. [11:30:40] [Server thread/INFO]: Preparing spawn area: 80%
  162. [11:30:40] [Server thread/INFO]: Preparing spawn area: 84%
  163. [11:30:40] [Server thread/INFO]: Preparing spawn area: 88%
  164. [11:30:40] [Server thread/INFO]: Preparing spawn area: 92%
  165. [11:30:40] [Server thread/INFO]: Preparing spawn area: 96%
  166. [11:30:40] [Server thread/INFO]: Preparing spawn area: 100%
  167. [11:30:40] [Server thread/INFO]: Time elapsed: 440 ms
  168. [11:30:40] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-beta-01;8975469
  169. [11:30:41] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2 as the Bukkit adapter
  170. [11:30:41] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  171. [11:30:41] [Server thread/INFO]: [Skript] Enabling Skript v2.3.6
  172. [11:30:43] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] You're currently running the latest stable version of Skript.
  173. [11:30:45] [Server thread/INFO]: [Skript] Loaded 71618 aliases in 3151ms
  174. [11:30:45] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  175. [11:30:45] [Server thread/INFO]: [OpenInv] Enabling OpenInv v3.3.6
  176. [11:30:45] [Server thread/INFO]: [Horarios] Enabling Horarios v1.0.1
  177. [11:30:45] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
  178. [11:30:45] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  179. [11:30:45] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  180. [11:30:45] [Server thread/INFO]: [CommandRegions] Enabling CommandRegions v1.4.4
  181. [11:30:45] [Server thread/INFO]: [COMMAND REGIONS] has been successfully enabled!
  182. [11:30:45] [Server thread/INFO]: [Spawn] Enabling Spawn v1.0
  183. [11:30:45] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  184. [11:30:45] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: flatroom
  185. [11:30:45] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  186. [11:30:45] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: flatroom_the_end
  187. [11:30:45] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  188. [11:30:45] [Server thread/INFO]: [Multiverse-Core] 1 - World(s) loaded.
  189. [11:30:45] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  190. [11:30:45] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-beta01;01dfebe
  191. [11:30:45] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  192. [11:30:45] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  193. [11:30:45] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  194. [11:30:45] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  195. [11:30:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  196. [11:30:45] [Server thread/INFO]: [WorldGuard] Loading region data...
  197. [11:30:45] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.5-SNAPSHOT
  198. [11:30:45] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_13_R2, using UniversalSkinFactory.
  199. [11:30:45] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.4.2
  200. [11:30:45] [Server thread/INFO]: [SQLibrary] Enabling SQLibrary v7.1
  201. [11:30:45] [Server thread/INFO]: SQLibrary loaded.
  202. [11:30:45] [Server thread/INFO]: [CTF] Enabling CTF vR-0.3
  203. [11:30:45] [Server thread/INFO]: { CTF / Info } Enabling plugin...
  204. [11:30:46] [Server thread/INFO]: { CTF / Info } Loaded messages!
  205. [11:30:46] [Server thread/INFO]: { CTF / Info } Loaded 1 game(s)!
  206. [11:30:46] [Server thread/INFO]: { CTF / Info } Loaded configuration!
  207. [11:30:46] [Server thread/INFO]: { CTF / Info } ~ Created by Jakubson ~
  208. [11:30:46] [Server thread/INFO]: [StaffSecure] Enabling StaffSecure v1.0-RELEASE
  209. [11:30:46] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  210. [11:30:46] [Server thread/INFO]: Secure, Dev by Mr_Replete,ReahLy
  211. [11:30:46] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  212. [11:30:46] [Server thread/INFO]: [HideStream] Enabling HideStream v3.8
  213. [11:30:46] [Server thread/INFO]: [HideStream] Version 3.8 enabled.
  214. [11:30:46] [Server thread/INFO]: [MessageFilter] Enabling MessageFilter v0.3.3
  215. [11:30:46] [Server thread/INFO]: [MessageFilter] ProtocolLib found and connected!
  216. [11:30:46] [Server thread/INFO]: [SimplePortals] Enabling SimplePortals v1.2.4-C
  217. [11:30:46] [Server thread/INFO]: [SP] All packets have been successfully setup for v1_13_R2!
  218. [11:30:46] [Server thread/INFO]: [SP] The plugin has enabled successfully!
  219. [11:30:46] [Server thread/INFO]: [SP] The version 1.2.4-C is doesn't match the latest version!
  220. [11:30:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.55
  221. [11:30:46] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  222. [11:30:46] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  223. [11:30:46] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  224. [11:30:46] [Server thread/INFO]: Using locale es
  225. [11:30:46] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  226. [11:30:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  227. [11:30:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  228. [11:30:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  229. [11:30:46] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.1
  230. [11:30:46] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  231. [11:30:46] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.2
  232. [11:30:47] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  233. [11:30:47] [Server thread/INFO]: [LiteBans] Connecting to database...
  234. [11:30:47] [pool-7-thread-1/INFO]: [LiteBans] GeoIP support initialized.
  235. [11:30:47] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://localhost:3306/db_LiteBans;useSSL=false] (196,3 ms).
  236. [11:30:47] [Server thread/INFO]: [LiteBans] [Sync] Server name: kit
  237. [11:30:47] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: b0aef8f2713d4e52bdd151558cda164c
  238. [11:30:47] [Server thread/INFO]: [LiteBans] Database connection fully initialized (212,6 ms).
  239. [11:30:47] [Server thread/INFO]: [LiteBans] v2.3.2 enabled. Startup took 357 ms.
  240. [11:30:47] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.5-SNAPSHOT
  241. [11:30:47] [Server thread/WARN]: Mon Apr 29 11:30:47 EDT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  242. [11:30:47] [Server thread/INFO]: [EasyKits] Enabling EasyKits v2.0.3
  243. [11:30:47] [Server thread/INFO]: [EasyKits] Vault found! Economy support enabled!
  244. [11:30:47] [Server thread/INFO]: [TabList] Enabling TabList v3.9
  245. [11:30:47] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.9.2
  246. [11:30:47] [Server thread/INFO]: [TabList] New version (4.3) is available at https://www.spigotmc.org/resources/46229/
  247. [11:30:47] [Server thread/INFO]: [TabList] Metrics enabled.
  248. [11:30:47] [Server thread/INFO]: [TabList] > The plugin successfully enabled v3.9!
  249. [11:30:47] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.55
  250. [11:30:47] [Server thread/INFO]: Continuing to enable Protect.
  251. [11:30:47] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.55
  252. [11:30:47] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.55
  253. [11:30:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  254. [11:30:47] [Server thread/INFO]: Done (8.092s)! For help, type "help"
  255. [11:30:47] [Server thread/ERROR]: [Skript] WorldEdit you're using is not compatible with Skript. Disabling WorldGuard support!
  256. [11:30:47] [Server thread/ERROR]: [Skript] Could not hook into WorldGuard. This can happen if Skript doesn't support the installed version of WorldGuard
  257. [11:30:47] [Server thread/INFO]: [Skript] Loading variables...
  258. [11:30:47] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
  259. [11:30:48] [Server thread/INFO]: [Skript] All scripts loaded without errors.
  260. [11:30:48] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 1 trigger and 0 commands in 0.19 seconds
  261. [11:30:48] [Server thread/INFO]: [Skript] Finished loading.
  262. [11:30:48] [Craft Scheduler Thread - 4/INFO]: [HideStream] Running updater ..
  263. [11:30:48] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.2
  264. [11:30:48] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  265. [11:30:48] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  266. [11:30:48] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ...
  267. [11:30:48] [Craft Scheduler Thread - 4/INFO]: [HideStream] No update was found.
  268. [11:30:48] [Craft Scheduler Thread - 8/WARN]: [Vault] Stable Version: 1.7.2 is out! You are still running version: 1.7.1
  269. [11:30:48] [Craft Scheduler Thread - 8/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
  270. [11:30:48] [Craft Scheduler Thread - 3/WARN]: [SpigetUpdate] Invalid SemVer versions specified [135-SNAPSHOT] [1362]
  271. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
  272. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  +===============+
  273. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  | SkinsRestorer |
  274. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  |---------------|
  275. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  | Bungee Mode |
  276. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  +===============+
  277. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
  278. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  Current version: 13.5-SNAPSHOT
  279. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  This is the latest version!
  280. [11:30:48] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
  281. [11:30:48] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 125 placeholder expansions are available on the cloud.
  282. [11:30:54] [User Authenticator #1/INFO]: UUID of player Zikye is a32cd1f5-7463-3eba-9b62-d398cb876717
  283. [11:30:55] [Server thread/INFO]: Zikye[/190.5.32.100:34085] logged in with entity id 18 at ([world]27.5, 199.0, -50.5)
  284. [11:31:01] [Server thread/INFO]: Zikye issued server command: /pin
  285. [11:31:28] [User Authenticator #2/INFO]: UUID of player PABLORAGNIzc is 258ba089-91b5-3cf7-a244-c656b9aec5a7
  286. [11:31:28] [Server thread/INFO]: PABLORAGNIzc[/186.18.209.183:42403] logged in with entity id 20 at ([world]27.5, 199.0, -50.5)
  287. [11:31:32] [Server thread/INFO]: Zikye issued server command: /list
  288. [11:31:33] [Server thread/INFO]: Zikye issued server command: /v
  289. [11:31:34] [Server thread/INFO]: PABLORAGNIzc issued server command: /pin
  290. [11:31:39] [Server thread/INFO]: PABLORAGNIzc issued server command: /V
  291. [11:32:31] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  292. [11:32:31] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  293. [11:32:32] [Server thread/INFO]: CONSOLE issued server command: /ci PABLORAGNIzc **
  294. [11:32:32] [Server thread/INFO]: Limpiado objetos y armaduras de PABLORAGNIzc. 
  295. [11:32:34] [Server thread/INFO]: You gave to!
  296. [11:32:34] [Server thread/INFO]: You gave to!
  297. [11:32:37] [Server thread/INFO]: Zikye issued server command: /gmc
  298. [11:32:44] [Server thread/INFO]: Zikye issued server command: /gms
  299. [11:32:59] [Server thread/INFO]: DROP METHOD STARED
  300. [11:32:59] [Server thread/INFO]: P: 1
  301. [11:32:59] [Server thread/INFO]: P: 2
  302. [11:32:59] [Server thread/INFO]: P: 3
  303. [11:32:59] [Server thread/INFO]: P: 4
  304. [11:32:59] [Server thread/INFO]: P: 5
  305. [11:32:59] [Server thread/INFO]: P: 6
  306. [11:32:59] [Server thread/INFO]: P: 7
  307. [11:32:59] [Server thread/INFO]: P: 8
  308. [11:32:59] [Server thread/INFO]: P: 9
  309. [11:32:59] [Server thread/INFO]: DROP METHOD ENDED
  310. [11:33:04] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  311. [11:33:04] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  312. [11:33:05] [Server thread/INFO]: You gave to!
  313. [11:33:08] [Server thread/INFO]: Zikye issued server command: /gmc
  314. [11:33:53] [Server thread/INFO]: Zikye issued server command: /gms
  315. [11:33:57] [Server thread/INFO]: DROP METHOD STARED
  316. [11:33:57] [Server thread/INFO]: P: 1
  317. [11:33:57] [Server thread/INFO]: P: 2
  318. [11:33:57] [Server thread/INFO]: P: 3
  319. [11:33:57] [Server thread/INFO]: P: 4
  320. [11:33:57] [Server thread/INFO]: P: 5
  321. [11:33:57] [Server thread/INFO]: P: 6
  322. [11:33:57] [Server thread/INFO]: P: 7
  323. [11:33:57] [Server thread/INFO]: P: 8
  324. [11:33:57] [Server thread/INFO]: P: 9
  325. [11:33:57] [Server thread/INFO]: DROP METHOD ENDED
  326. [11:34:01] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  327. [11:34:01] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  328. [11:34:02] [Server thread/INFO]: You gave to!
  329. [11:34:04] [Server thread/INFO]: Zikye issued server command: /tp p
  330. [11:34:17] [Server thread/INFO]: DROP METHOD STARED
  331. [11:34:17] [Server thread/INFO]: P: 1
  332. [11:34:17] [Server thread/INFO]: P: 2
  333. [11:34:17] [Server thread/INFO]: P: 3
  334. [11:34:17] [Server thread/INFO]: P: 4
  335. [11:34:17] [Server thread/INFO]: P: 5
  336. [11:34:17] [Server thread/INFO]: P: 6
  337. [11:34:17] [Server thread/INFO]: P: 7
  338. [11:34:17] [Server thread/INFO]: P: 8
  339. [11:34:17] [Server thread/INFO]: P: 9
  340. [11:34:17] [Server thread/INFO]: DROP METHOD ENDED
  341. [11:34:26] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  342. [11:34:26] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  343. [11:34:27] [Server thread/INFO]: You gave to!
  344. [11:34:47] [Server thread/INFO]: Zikye issued server command: /tp PABLORAGNIzc
  345. [11:34:59] [Server thread/INFO]: DROP METHOD STARED
  346. [11:34:59] [Server thread/INFO]: P: 1
  347. [11:34:59] [Server thread/INFO]: P: 2
  348. [11:34:59] [Server thread/INFO]: P: 3
  349. [11:34:59] [Server thread/INFO]: P: 4
  350. [11:34:59] [Server thread/INFO]: P: 5
  351. [11:34:59] [Server thread/INFO]: P: 6
  352. [11:34:59] [Server thread/INFO]: P: 7
  353. [11:34:59] [Server thread/INFO]: P: 8
  354. [11:34:59] [Server thread/INFO]: P: 9
  355. [11:34:59] [Server thread/INFO]: DROP METHOD ENDED
  356. [11:35:04] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  357. [11:35:04] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  358. [11:35:05] [Server thread/INFO]: You gave to!
  359. [11:35:06] [Server thread/INFO]: Zikye issued server command: /tp PABLORAGNIzc
  360. [11:35:17] [Server thread/INFO]: DROP METHOD STARED
  361. [11:35:17] [Server thread/INFO]: P: 1
  362. [11:35:17] [Server thread/INFO]: P: 2
  363. [11:35:17] [Server thread/INFO]: P: 3
  364. [11:35:17] [Server thread/INFO]: P: 4
  365. [11:35:17] [Server thread/INFO]: P: 5
  366. [11:35:17] [Server thread/INFO]: P: 6
  367. [11:35:17] [Server thread/INFO]: P: 7
  368. [11:35:17] [Server thread/INFO]: P: 8
  369. [11:35:17] [Server thread/INFO]: P: 9
  370. [11:35:17] [Server thread/INFO]: DROP METHOD ENDED
  371. [11:35:22] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  372. [11:35:22] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  373. [11:35:23] [Server thread/INFO]: You gave to!
  374. [11:35:48] [Craft Scheduler Thread - 1/INFO]: [SP] The version 1.2.4-C is doesn't match the latest version!
  375. [11:35:48] [Craft Scheduler Thread - 1/INFO]: [SP] All portals have been saved!
  376. [11:36:03] [Server thread/INFO]: Zikye lost connection: Disconnected
  377. [11:36:03] [Server thread/INFO]: DROP METHOD STARED
  378. [11:36:03] [Server thread/INFO]: CONSOLE issued server command: /ci Zikye **
  379. [11:36:03] [Server thread/INFO]: Limpiado objetos y armaduras de Zikye. 
  380. [11:36:08] [Server thread/INFO]: DROP METHOD STARED
  381. [11:36:10] [Server thread/INFO]: CONSOLE issued server command: /bc Cierro este sv
  382. [11:36:13] [Server thread/INFO]: PABLORAGNIzc lost connection: Disconnected
  383. [11:36:13] [Server thread/INFO]: CONSOLE issued server command: /ci PABLORAGNIzc **
  384. [11:36:13] [Server thread/INFO]: Limpiado objetos y armaduras de PABLORAGNIzc. 
  385. [11:36:15] [Server thread/INFO]: Stopping the server
  386. [11:36:15] [Server thread/INFO]: Stopping server
  387. [11:36:15] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.15.0.55
  388. [11:36:15] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.15.0.55
  389. [11:36:15] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.15.0.55
  390. [11:36:15] [Server thread/INFO]: [TabList] Disabling TabList v3.9
  391. [11:36:15] [Server thread/INFO]: [TabList] > The plugin successfully disabled!
  392. [11:36:15] [Server thread/INFO]: [EasyKits] Disabling EasyKits v2.0.3
  393. [11:36:15] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v2.1.5-SNAPSHOT
  394. [11:36:15] [Server thread/INFO]: [LiteBans] Disabling LiteBans v2.3.2
  395. [11:36:16] [Server thread/INFO]: [LiteBans] litebans-pool - Shutdown initiated...
  396. [11:36:16] [Server thread/INFO]: [LiteBans] litebans-pool - Shutdown completed.
  397. [11:36:16] [Server thread/INFO]: [LiteBans] v2.3.2 disabled.
  398. [11:36:16] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.3.1
  399. [11:36:16] [Server thread/INFO]: [Essentials] Disabling Essentials v2.15.0.55
  400. [11:36:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  401. [11:36:16] [Server thread/INFO]: [SimplePortals] Disabling SimplePortals v1.2.4-C
  402. [11:36:16] [Server thread/INFO]: [SP] All portals have been saved!
  403. [11:36:16] [Server thread/INFO]: [SP] The plugin has been disabled.
  404. [11:36:16] [Server thread/INFO]: [MessageFilter] Disabling MessageFilter v0.3.3
  405. [11:36:16] [Server thread/INFO]: [HideStream] Disabling HideStream v3.8
  406. [11:36:16] [Server thread/INFO]: [HideStream] Version 3.8 disabled.
  407. [11:36:16] [Server thread/INFO]: [Vault] Disabling Vault v1.7.1-b91
  408. [11:36:16] [Server thread/INFO]: [StaffSecure] Disabling StaffSecure v1.0-RELEASE
  409. [11:36:16] [Server thread/INFO]: [CTF] Disabling CTF vR-0.3
  410. [11:36:16] [Server thread/INFO]: { CTF / Info } Disabling plugin...
  411. [11:36:16] [Server thread/INFO]: { CTF / Info } ~ Created by Jakubson ~
  412. [11:36:16] [Server thread/INFO]: [SQLibrary] Disabling SQLibrary v7.1
  413. [11:36:16] [Server thread/INFO]: SQLibrary stopped.
  414. [11:36:16] [Server thread/INFO]: [eZProtector] Disabling eZProtector v4.4.2
  415. [11:36:16] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v13.5-SNAPSHOT
  416. [11:36:16] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.0-beta01;01dfebe
  417. [11:36:16] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  418. [11:36:16] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
  419. [11:36:16] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
  420. [11:36:16] [Server thread/INFO]: [Spawn] Disabling Spawn v1.0
  421. [11:36:16] [Server thread/INFO]: [CommandRegions] Disabling CommandRegions v1.4.4
  422. [11:36:16] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.9.2
  423. [11:36:16] [Server thread/INFO]: [Horarios] Disabling Horarios v1.0.1
  424. [11:36:16] [Server thread/INFO]: [OpenInv] Disabling OpenInv v3.3.6
  425. [11:36:16] [Server thread/INFO]: [Skript] Disabling Skript v2.3.6
  426. [11:36:16] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.0.0-beta-01;8975469
  427. [11:36:16] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v4.3.38
  428. [11:36:16] [Server thread/INFO]: [LuckPerms] Closing storage...
  429. [11:36:16] [Server thread/INFO]: luckperms-hikari - Shutdown initiated...
  430. [11:36:16] [Server thread/INFO]: luckperms-hikari - Shutdown completed.
  431. [11:36:16] [Server thread/INFO]: [LuckPerms] Closing messaging service...
  432. [11:36:16] [Server thread/INFO]: [LuckPerms] Shutting down internal scheduler...
  433. [11:36:16] [Server thread/INFO]: [LuckPerms] Goodbye!
  434. [11:36:16] [Server thread/INFO]: Saving players
  435. [11:36:16] [Server thread/INFO]: Saving worlds
  436. [11:36:16] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement