Advertisement
Guest User

steez error

a guest
Nov 24th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.85 KB | None | 0 0
  1. [23:07:06] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [23:07:06] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  3. [23:07:06] [Server thread/INFO]: Loading properties
  4. [23:07:06] [Server thread/INFO]: Default game type: SURVIVAL
  5. [23:07:06] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1642 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  6. [23:07:06] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [23:07:06] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [23:07:06] [Server thread/INFO]: Debug logging is disabled
  9. [23:07:06] [Server thread/INFO]: Generating keypair
  10. [23:07:06] [Server thread/INFO]: Starting Minecraft server on *:25565
  11. [23:07:06] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [23:07:06] [Server thread/ERROR]: Could not load 'plugins\SteezeClans.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezClansPlugin : Unsupported major.minor version 52.0
  14. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1642]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[craftbukkit.jar:git-Spigot-1642]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [craftbukkit.jar:git-Spigot-1642]
  17. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1642]
  18. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [craftbukkit.jar:git-Spigot-1642]
  19. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1642]
  20. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1642]
  21. Caused by: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezClansPlugin : Unsupported major.minor version 52.0
  22. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  23. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  24. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  25. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  26. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  27. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  28. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  29. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  30. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1642]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1642]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  35. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  36. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  37. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1642]
  38. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1642]
  39. ... 6 more
  40. [23:07:06] [Server thread/INFO]: [PermissionsEx] sql backend registered!
  41. [23:07:06] [Server thread/INFO]: [PermissionsEx] file backend registered!
  42. [23:07:06] [Server thread/INFO]: [PermissionsEx] PermissionEx plugin initialized.
  43. [23:07:06] [Server thread/ERROR]: Could not load 'plugins\SteezeFun.jar' in folder 'plugins'
  44. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Vandrake/steezf/SteezFunPlugin : Unsupported major.minor version 52.0
  45. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1642]
  46. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[craftbukkit.jar:git-Spigot-1642]
  47. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [craftbukkit.jar:git-Spigot-1642]
  48. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1642]
  49. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [craftbukkit.jar:git-Spigot-1642]
  50. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1642]
  51. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1642]
  52. Caused by: java.lang.UnsupportedClassVersionError: me/Vandrake/steezf/SteezFunPlugin : Unsupported major.minor version 52.0
  53. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  54. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  55. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  56. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  57. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  58. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  59. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  60. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  61. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  62. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1642]
  63. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1642]
  64. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  65. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  66. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  67. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  68. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1642]
  69. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1642]
  70. ... 6 more
  71. [23:07:06] [Server thread/ERROR]: Could not load 'plugins\NeoSteeze.jar' in folder 'plugins'
  72. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezModPlugin : Unsupported major.minor version 52.0
  73. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1642]
  74. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[craftbukkit.jar:git-Spigot-1642]
  75. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [craftbukkit.jar:git-Spigot-1642]
  76. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1642]
  77. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [craftbukkit.jar:git-Spigot-1642]
  78. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1642]
  79. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1642]
  80. Caused by: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezModPlugin : Unsupported major.minor version 52.0
  81. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  82. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  83. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  84. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  85. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  86. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  87. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  88. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  89. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  90. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1642]
  91. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1642]
  92. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  93. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  94. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  95. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  96. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1642]
  97. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1642]
  98. ... 6 more
  99. [23:07:06] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
  100. [23:07:06] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.19.5
  101. [23:07:06] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  102. [23:07:06] [Server thread/INFO]: Permissions file successfully reloaded
  103. [23:07:06] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
  104. [23:07:07] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  105. [23:07:07] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  106. [23:07:07] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  107. [23:07:07] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
  108. [23:07:07] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  109. [23:07:07] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  110. [23:07:07] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  111. [23:07:07] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  112. [23:07:07] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  113. [23:07:07] [Server thread/INFO]: Preparing level "world"
  114. [23:07:07] [Server thread/INFO]: -------- World Settings For [world] --------
  115. [23:07:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  116. [23:07:07] [Server thread/INFO]: View Distance: 10
  117. [23:07:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  118. [23:07:07] [Server thread/INFO]: Clear tick list: false
  119. [23:07:07] [Server thread/INFO]: Item Despawn Rate: 6000
  120. [23:07:07] [Server thread/INFO]: Item Merge Radius: 2.5
  121. [23:07:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  122. [23:07:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  123. [23:07:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  124. [23:07:07] [Server thread/INFO]: Anti X-Ray: true
  125. [23:07:07] [Server thread/INFO]: Engine Mode: 1
  126. [23:07:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  127. [23:07:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  128. [23:07:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  129. [23:07:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  130. [23:07:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  131. [23:07:07] [Server thread/INFO]: Random Lighting Updates: false
  132. [23:07:07] [Server thread/INFO]: Structure Info Saving: true
  133. [23:07:07] [Server thread/INFO]: Max TNT Explosions: 100
  134. [23:07:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  135. [23:07:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  136. [23:07:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  137. [23:07:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  138. [23:07:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  139. [23:07:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  140. [23:07:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  141. [23:07:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  142. [23:07:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  143. [23:07:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  144. [23:07:07] [Server thread/INFO]: Max Entity Collisions: 8
  145. [23:07:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  146. [23:07:07] [Server thread/INFO]: Mob Spawn Range: 4
  147. [23:07:07] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  148. [23:07:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  149. [23:07:07] [Server thread/INFO]: View Distance: 10
  150. [23:07:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  151. [23:07:07] [Server thread/INFO]: Clear tick list: false
  152. [23:07:07] [Server thread/INFO]: Item Despawn Rate: 6000
  153. [23:07:07] [Server thread/INFO]: Item Merge Radius: 2.5
  154. [23:07:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  155. [23:07:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  156. [23:07:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  157. [23:07:07] [Server thread/INFO]: Anti X-Ray: true
  158. [23:07:07] [Server thread/INFO]: Engine Mode: 1
  159. [23:07:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  160. [23:07:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  161. [23:07:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  162. [23:07:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  163. [23:07:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  164. [23:07:07] [Server thread/INFO]: Random Lighting Updates: false
  165. [23:07:07] [Server thread/INFO]: Structure Info Saving: true
  166. [23:07:07] [Server thread/INFO]: Max TNT Explosions: 100
  167. [23:07:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  168. [23:07:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  169. [23:07:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  170. [23:07:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  171. [23:07:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  172. [23:07:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  173. [23:07:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  174. [23:07:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  175. [23:07:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  176. [23:07:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  177. [23:07:07] [Server thread/INFO]: Max Entity Collisions: 8
  178. [23:07:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  179. [23:07:07] [Server thread/INFO]: Mob Spawn Range: 4
  180. [23:07:07] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  181. [23:07:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  182. [23:07:07] [Server thread/INFO]: View Distance: 10
  183. [23:07:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  184. [23:07:07] [Server thread/INFO]: Clear tick list: false
  185. [23:07:07] [Server thread/INFO]: Item Despawn Rate: 6000
  186. [23:07:07] [Server thread/INFO]: Item Merge Radius: 2.5
  187. [23:07:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  188. [23:07:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  189. [23:07:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  190. [23:07:07] [Server thread/INFO]: Anti X-Ray: true
  191. [23:07:07] [Server thread/INFO]: Engine Mode: 1
  192. [23:07:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  193. [23:07:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  194. [23:07:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  195. [23:07:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  196. [23:07:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  197. [23:07:07] [Server thread/INFO]: Random Lighting Updates: false
  198. [23:07:07] [Server thread/INFO]: Structure Info Saving: true
  199. [23:07:07] [Server thread/INFO]: Max TNT Explosions: 100
  200. [23:07:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  201. [23:07:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  202. [23:07:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  203. [23:07:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  204. [23:07:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  205. [23:07:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  206. [23:07:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  207. [23:07:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  208. [23:07:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  209. [23:07:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  210. [23:07:07] [Server thread/INFO]: Max Entity Collisions: 8
  211. [23:07:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  212. [23:07:07] [Server thread/INFO]: Mob Spawn Range: 4
  213. [23:07:07] [Server thread/INFO]: Preparing start region for level 0 (Seed: -40780843984325752)
  214. [23:07:07] [Server thread/INFO]: Preparing start region for level 1 (Seed: -40780843984325752)
  215. [23:07:08] [Server thread/INFO]: Preparing start region for level 2 (Seed: -40780843984325752)
  216. [23:07:08] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.5
  217. [23:07:08] [Server thread/INFO]: [PermissionsEx] Superperms support enabled.
  218. [23:07:08] [Server thread/INFO]: [PermissionsEx] v1.19.5 enabled
  219. [23:07:08] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  220. [23:07:08] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  221. [23:07:08] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  222. [23:07:08] [Server thread/INFO]: Done (1.859s)! For help, type "help" or "?"
  223. [23:07:10] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates:
  224. [23:07:10] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available
  225. [23:07:21] [User Authenticator #1/INFO]: UUID of player Steezy69 is 8e46bb48-c0c3-3ebe-bd5c-db5f28262ef9
  226. [23:07:22] [Server thread/INFO]: Steezy69[/10.0.0.3:59984] logged in with entity id 317 at ([world] -267.4427897520221, 68.0, 33.86111466267033)
  227. [23:07:27] [Server thread/INFO]: Steezy69 issued server command: /pl
  228. [23:07:30] [Server thread/INFO]: Steezy69 issued server command: /help
  229. [23:07:35] [Server thread/INFO]: Steezy69 issued server command: /commands
  230. [23:07:40] [Server thread/INFO]: Steezy69 issued server command: /permissionsex
  231. [23:07:41] [Server thread/INFO]: Steezy69 issued server command: /pex
  232. [23:08:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
  233. [23:08:33] [Server thread/INFO]: Using 4 threads for Netty based IO
  234. [23:08:33] [Server thread/INFO]: Debug logging is disabled
  235. [23:08:33] [Server thread/INFO]: -------- World Settings For [world] --------
  236. [23:08:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  237. [23:08:33] [Server thread/INFO]: View Distance: 10
  238. [23:08:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
  239. [23:08:33] [Server thread/INFO]: Clear tick list: false
  240. [23:08:33] [Server thread/INFO]: Item Despawn Rate: 6000
  241. [23:08:33] [Server thread/INFO]: Item Merge Radius: 2.5
  242. [23:08:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  243. [23:08:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  244. [23:08:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  245. [23:08:33] [Server thread/INFO]: Anti X-Ray: true
  246. [23:08:33] [Server thread/INFO]: Engine Mode: 1
  247. [23:08:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  248. [23:08:33] [Server thread/INFO]: Replace Blocks: [1, 5]
  249. [23:08:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  250. [23:08:33] [Server thread/INFO]: Alternative Hopper Ticking: false
  251. [23:08:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  252. [23:08:33] [Server thread/INFO]: Random Lighting Updates: false
  253. [23:08:33] [Server thread/INFO]: Structure Info Saving: true
  254. [23:08:33] [Server thread/INFO]: Max TNT Explosions: 100
  255. [23:08:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  256. [23:08:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  257. [23:08:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  258. [23:08:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  259. [23:08:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  260. [23:08:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  261. [23:08:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  262. [23:08:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  263. [23:08:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  264. [23:08:33] [Server thread/INFO]: Sending up to 5 chunks per packet
  265. [23:08:33] [Server thread/INFO]: Max Entity Collisions: 8
  266. [23:08:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  267. [23:08:33] [Server thread/INFO]: Mob Spawn Range: 4
  268. [23:08:33] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  269. [23:08:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  270. [23:08:33] [Server thread/INFO]: View Distance: 10
  271. [23:08:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
  272. [23:08:33] [Server thread/INFO]: Clear tick list: false
  273. [23:08:33] [Server thread/INFO]: Item Despawn Rate: 6000
  274. [23:08:33] [Server thread/INFO]: Item Merge Radius: 2.5
  275. [23:08:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  276. [23:08:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  277. [23:08:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  278. [23:08:33] [Server thread/INFO]: Anti X-Ray: true
  279. [23:08:33] [Server thread/INFO]: Engine Mode: 1
  280. [23:08:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  281. [23:08:33] [Server thread/INFO]: Replace Blocks: [1, 5]
  282. [23:08:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  283. [23:08:33] [Server thread/INFO]: Alternative Hopper Ticking: false
  284. [23:08:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  285. [23:08:33] [Server thread/INFO]: Random Lighting Updates: false
  286. [23:08:33] [Server thread/INFO]: Structure Info Saving: true
  287. [23:08:33] [Server thread/INFO]: Max TNT Explosions: 100
  288. [23:08:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  289. [23:08:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  290. [23:08:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  291. [23:08:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  292. [23:08:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  293. [23:08:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  294. [23:08:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  295. [23:08:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  296. [23:08:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  297. [23:08:33] [Server thread/INFO]: Sending up to 5 chunks per packet
  298. [23:08:33] [Server thread/INFO]: Max Entity Collisions: 8
  299. [23:08:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  300. [23:08:33] [Server thread/INFO]: Mob Spawn Range: 4
  301. [23:08:33] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  302. [23:08:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  303. [23:08:33] [Server thread/INFO]: View Distance: 10
  304. [23:08:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
  305. [23:08:33] [Server thread/INFO]: Clear tick list: false
  306. [23:08:33] [Server thread/INFO]: Item Despawn Rate: 6000
  307. [23:08:33] [Server thread/INFO]: Item Merge Radius: 2.5
  308. [23:08:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  309. [23:08:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  310. [23:08:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  311. [23:08:33] [Server thread/INFO]: Anti X-Ray: true
  312. [23:08:33] [Server thread/INFO]: Engine Mode: 1
  313. [23:08:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  314. [23:08:33] [Server thread/INFO]: Replace Blocks: [1, 5]
  315. [23:08:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  316. [23:08:33] [Server thread/INFO]: Alternative Hopper Ticking: false
  317. [23:08:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  318. [23:08:33] [Server thread/INFO]: Random Lighting Updates: false
  319. [23:08:33] [Server thread/INFO]: Structure Info Saving: true
  320. [23:08:33] [Server thread/INFO]: Max TNT Explosions: 100
  321. [23:08:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  322. [23:08:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  323. [23:08:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  324. [23:08:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  325. [23:08:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  326. [23:08:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  327. [23:08:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  328. [23:08:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  329. [23:08:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  330. [23:08:33] [Server thread/INFO]: Sending up to 5 chunks per packet
  331. [23:08:33] [Server thread/INFO]: Max Entity Collisions: 8
  332. [23:08:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  333. [23:08:33] [Server thread/INFO]: Mob Spawn Range: 4
  334. [23:08:33] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.19.5
  335. [23:08:33] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
  336. [23:08:33] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat un-hooked.
  337. [23:08:33] [Server thread/INFO]: Permissions file successfully reloaded
  338. [23:08:33] [Server thread/INFO]: [PermissionsEx] v1.19.5 disabled successfully.
  339. [23:08:33] [Server thread/INFO]: [Vault] Disabling Vault v1.4.1-b436
  340. [23:08:33] [Server thread/ERROR]: Could not load 'plugins\SteezeClans.jar' in folder 'plugins'
  341. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezClansPlugin : Unsupported major.minor version 52.0
  342. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1642]
  343. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[craftbukkit.jar:git-Spigot-1642]
  344. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [craftbukkit.jar:git-Spigot-1642]
  345. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1642]
  346. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [craftbukkit.jar:git-Spigot-1642]
  347. at org.bukkit.Bukkit.reload(Bukkit.java:301) [craftbukkit.jar:git-Spigot-1642]
  348. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit.jar:git-Spigot-1642]
  349. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [craftbukkit.jar:git-Spigot-1642]
  350. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [craftbukkit.jar:git-Spigot-1642]
  351. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [craftbukkit.jar:git-Spigot-1642]
  352. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [craftbukkit.jar:git-Spigot-1642]
  353. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [craftbukkit.jar:git-Spigot-1642]
  354. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1642]
  355. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1642]
  356. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1642]
  357. Caused by: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezClansPlugin : Unsupported major.minor version 52.0
  358. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  359. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  360. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  361. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  362. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  363. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  364. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  365. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  366. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  367. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1642]
  368. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1642]
  369. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  370. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  371. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  372. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  373. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1642]
  374. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1642]
  375. ... 14 more
  376. [23:08:33] [Server thread/INFO]: [PermissionsEx] sql backend registered!
  377. [23:08:33] [Server thread/INFO]: [PermissionsEx] file backend registered!
  378. [23:08:33] [Server thread/INFO]: [PermissionsEx] PermissionEx plugin initialized.
  379. [23:08:33] [Server thread/ERROR]: Could not load 'plugins\SteezeFun.jar' in folder 'plugins'
  380. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Vandrake/steezf/SteezFunPlugin : Unsupported major.minor version 52.0
  381. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1642]
  382. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[craftbukkit.jar:git-Spigot-1642]
  383. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [craftbukkit.jar:git-Spigot-1642]
  384. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1642]
  385. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [craftbukkit.jar:git-Spigot-1642]
  386. at org.bukkit.Bukkit.reload(Bukkit.java:301) [craftbukkit.jar:git-Spigot-1642]
  387. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit.jar:git-Spigot-1642]
  388. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [craftbukkit.jar:git-Spigot-1642]
  389. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [craftbukkit.jar:git-Spigot-1642]
  390. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [craftbukkit.jar:git-Spigot-1642]
  391. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [craftbukkit.jar:git-Spigot-1642]
  392. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [craftbukkit.jar:git-Spigot-1642]
  393. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1642]
  394. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1642]
  395. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1642]
  396. Caused by: java.lang.UnsupportedClassVersionError: me/Vandrake/steezf/SteezFunPlugin : Unsupported major.minor version 52.0
  397. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  398. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  399. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  400. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  401. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  402. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  403. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  404. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  405. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  406. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1642]
  407. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1642]
  408. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  409. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  410. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  411. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  412. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1642]
  413. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1642]
  414. ... 14 more
  415. [23:08:33] [Server thread/ERROR]: Could not load 'plugins\NeoSteeze.jar' in folder 'plugins'
  416. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezModPlugin : Unsupported major.minor version 52.0
  417. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1642]
  418. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[craftbukkit.jar:git-Spigot-1642]
  419. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [craftbukkit.jar:git-Spigot-1642]
  420. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1642]
  421. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [craftbukkit.jar:git-Spigot-1642]
  422. at org.bukkit.Bukkit.reload(Bukkit.java:301) [craftbukkit.jar:git-Spigot-1642]
  423. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit.jar:git-Spigot-1642]
  424. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [craftbukkit.jar:git-Spigot-1642]
  425. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [craftbukkit.jar:git-Spigot-1642]
  426. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [craftbukkit.jar:git-Spigot-1642]
  427. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [craftbukkit.jar:git-Spigot-1642]
  428. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [craftbukkit.jar:git-Spigot-1642]
  429. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1642]
  430. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1642]
  431. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1642]
  432. Caused by: java.lang.UnsupportedClassVersionError: me/Vandrake/steezmod/SteezModPlugin : Unsupported major.minor version 52.0
  433. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  434. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  435. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  436. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  437. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  438. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  439. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  440. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  441. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  442. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1642]
  443. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1642]
  444. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  445. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  446. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  447. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  448. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1642]
  449. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1642]
  450. ... 14 more
  451. [23:08:33] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
  452. [23:08:33] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.19.5
  453. [23:08:33] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  454. [23:08:33] [Server thread/INFO]: Permissions file successfully reloaded
  455. [23:08:33] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
  456. [23:08:33] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  457. [23:08:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  458. [23:08:33] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  459. [23:08:33] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
  460. [23:08:33] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.5
  461. [23:08:33] [Server thread/INFO]: [PermissionsEx] Superperms support enabled.
  462. [23:08:33] [Server thread/INFO]: [PermissionsEx] v1.19.5 enabled
  463. [23:08:33] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  464. [23:08:33] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  465. [23:08:33] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  466. [23:08:33] [Server thread/INFO]: CONSOLE: Reload complete.
  467. [23:08:34] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates:
  468. [23:08:34] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement