Advertisement
Guest User

Untitled

a guest
Jan 16th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. [23:30:46] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [23:30:46] [Server thread/INFO]: Loading properties
  3. [23:30:46] [Server thread/INFO]: Default game type: SURVIVAL
  4. [23:30:46] [Server thread/INFO]: Generating keypair
  5. [23:30:47] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [23:30:47] [Server thread/INFO]: Using default channel type
  7. [23:30:47] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  8. [23:30:47] [Server thread/ERROR]: Could not load 'plugins\MasterPromote.jar' in folder 'plugins'
  9. org.bukkit.plugin.UnknownDependencyException: Vault
  10. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [craftbukkit.jar:git-Bukkit-18fbb24]
  11. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit.jar:git-Bukkit-18fbb24]
  12. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  13. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-18fbb24]
  14. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-18fbb24]
  15. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit.jar:git-Bukkit-18fbb24]
  16. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  17. at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
  18. [23:30:48] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  19. [23:30:48] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
  20. [23:30:48] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  21. [23:30:48] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  22. [23:30:48] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  23. [23:30:48] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  24. [23:30:48] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  25. [23:30:48] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  26. [23:30:48] [Server thread/INFO]: Preparing level "world"
  27. [23:30:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5415427853063588355)
  28. [23:30:49] [Server thread/INFO]: Preparing spawn area: 52%
  29. [23:30:49] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5415427853063588355)
  30. [23:30:50] [Server thread/INFO]: Preparing spawn area: 68%
  31. [23:30:51] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5415427853063588355)
  32. [23:30:51] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  33. [23:30:51] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  34. [23:30:51] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
  35. [23:30:51] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  36. [23:30:51] [Server thread/ERROR]: [PermissionsEx]
  37. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  38. Your configuration must be fixed before PEX will enable
  39. Details: Error loading permissions file!
  40. =======================================================
  41. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  42. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.3.jar:?]
  43. at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.3.jar:?]
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_55]
  45. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_55]
  46. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_55]
  47. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_55]
  48. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.3.jar:?]
  49. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.3.jar:?]
  50. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.3.jar:?]
  51. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.3.jar:?]
  52. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.3.jar:?]
  53. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.3.jar:?]
  54. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.3.jar:?]
  55. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Bukkit-18fbb24]
  56. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  57. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  58. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  59. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  60. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  61. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  62. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  63. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  64. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  65. at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
  66. Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
  67. found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
  68. in 'string', line 41, column 1:
  69.  
  70. ^
  71.  
  72. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  73. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.3.jar:?]
  74. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  75. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  76. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.3.jar:?]
  77. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.3.jar:?]
  78. ... 23 more
  79. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
  80. found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
  81. in 'string', line 41, column 1:
  82.  
  83. ^
  84.  
  85. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  86. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  87. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  88. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  89. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  90. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  91. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  92. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  93. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  94. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  95. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  96. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  97. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  98. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  99. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  100. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  101. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  102. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  103. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  104. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.3.jar:?]
  105. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  106. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  107. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.3.jar:?]
  108. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.3.jar:?]
  109. ... 23 more
  110. [23:30:51] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.3
  111. [23:30:51] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  112. [23:30:51] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  113. [23:30:51] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  114. [23:30:51] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  115. [23:30:51] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  116. [23:30:51] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  117. [23:30:51] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  118. [23:30:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  119. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  120. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  121. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  122. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  123. [23:30:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  124. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  125. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  126. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  127. [23:30:51] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  128. [23:30:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  129. [23:30:51] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
  130. [23:30:51] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  131. [23:30:51] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  132. [23:30:51] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  133. [23:30:51] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  134. [23:30:51] [Server thread/INFO]: git-Bukkit-18fbb24 (MC: 1.8.8)
  135. [23:30:51] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  136. [23:30:52] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
  137. [23:30:52] [Server thread/ERROR]: Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
  138. java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
  139. at com.earth2me.essentials.UserMap.<init>(UserMap.java:27) ~[?:?]
  140. at com.earth2me.essentials.Essentials.onEnable(Essentials.java:195) ~[?:?]
  141. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  142. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  143. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  144. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  145. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  146. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  147. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  148. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  149. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  150. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  151. at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
  152. [23:30:52] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  153. [23:30:52] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  154. [23:30:52] [Server thread/ERROR]: Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
  155. [23:30:52] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  156. [23:30:52] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  157. [23:30:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  158. [23:30:52] [Server thread/INFO]: Done (4.097s)! For help, type "help" or "?"
  159. [23:32:23] [Server thread/INFO]: Stopping the server
  160. [23:32:23] [Server thread/INFO]: Stopping server
  161. [23:32:23] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.13.1
  162. [23:32:23] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.13.1
  163. [23:32:23] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  164. [23:32:23] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
  165. [23:32:23] [Server thread/INFO]: Saving players
  166. [23:32:23] [Server thread/INFO]: Saving worlds
  167. [23:32:23] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  168. [23:32:23] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  169. [23:32:23] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement