Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.80 KB | None | 0 0
  1. 2013-01-02 20:53:03 [INFO] Starting minecraft server version 1.4.6
  2. 2013-01-02 20:53:03 [INFO] Loading properties
  3. 2013-01-02 20:53:03 [INFO] Default game type: SURVIVAL
  4. 2013-01-02 20:53:03 [INFO] Generating keypair
  5. 2013-01-02 20:53:04 [INFO] Starting Minecraft server on *:25565
  6. 2013-01-02 20:53:04 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.6-R0.3-b2586jnks (MC: 1.4.6) (Implementing API version 1.4.6-R0.3)
  7. 2013-01-02 20:53:05 [INFO] ----- Bukkit Auto Updater -----
  8. 2013-01-02 20:53:05 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  9. 2013-01-02 20:53:05 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
  10. 2013-01-02 20:53:05 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  11. 2013-01-02 20:53:05 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  12. 2013-01-02 20:53:05 [INFO] ----- ------------------- -----
  13. 2013-01-02 20:53:06 [INFO] [PermissionsEx] sql backend registered!
  14. 2013-01-02 20:53:06 [INFO] [PermissionsEx] file backend registered!
  15. 2013-01-02 20:53:06 [INFO] [PermissionsEx] PermissionEx plugin initialized.
  16. 2013-01-02 20:53:06 [INFO] [AutoMessage] Loading AutoMessage v2.0.5
  17. 2013-01-02 20:53:06 [INFO] [MarryMe] Loading MarryMe v3.0
  18. 2013-01-02 20:53:06 [INFO] [AdminTools] Loading AdminTools v0.4
  19. 2013-01-02 20:53:06 [INFO] [WorldEdit] Loading WorldEdit v1-c7cc1de
  20. 2013-01-02 20:53:06 [INFO] [iConomy] Loading iConomy v7.0
  21. 2013-01-02 20:53:06 [INFO] [SupportChat] Loading SupportChat v0.7.0
  22. 2013-01-02 20:53:06 [INFO] [TagAPI] Loading TagAPI v1.9.2
  23. 2013-01-02 20:53:06 [INFO] [NameTags] Loading NameTags v1.1
  24. 2013-01-02 20:53:06 [INFO] [ColoredSigns] Loading ColoredSigns v3.1
  25. 2013-01-02 20:53:06 [INFO] [VoteEp] Loading VoteEp v1.0
  26. 2013-01-02 20:53:06 [INFO] [Vault] Loading Vault v1.2.20-b264
  27. 2013-01-02 20:53:06 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  28. 2013-01-02 20:53:06 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
  29. 2013-01-02 20:53:06 [INFO] [PermissionsEx] Initializing file backend
  30. 2013-01-02 20:53:06 [WARNING] Error loading permissions file:
  31. unacceptable character '?' (0xFFFD) special characters are not allowed
  32. in "<string>", position 11150
  33. 2013-01-02 20:53:06 [SEVERE] Error loading permissions file initializing PermissionsEx v1.19.5 (Is it up to date?)
  34. java.lang.IllegalStateException: Error loading permissions file
  35. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:249)
  36. at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:84)
  37. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:425)
  38. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:487)
  39. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:54)
  40. at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:68)
  41. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:244)
  42. at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:217)
  43. at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
  44. at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
  45. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
  46. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  47. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  48. Caused by: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
  49. in "<string>", position 11150
  50. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  51. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
  52. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
  53. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:232)
  54. ... 12 more
  55. Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
  56. in "<string>", position 11150
  57. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
  58. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
  59. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
  60. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  61. ... 15 more
  62. 2013-01-02 20:53:06 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
  63. 2013-01-02 20:53:06 [INFO] [LogBlock] Loading LogBlock v1.61
  64. 2013-01-02 20:53:06 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  65. 2013-01-02 20:53:07 [SEVERE] [LogBlock] Error while fetching connection:
  66. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  67. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  68. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  69. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  70. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  71. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  72. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  73. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  74. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  75. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  76. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  77. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  78. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  79. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  80. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  81. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  82. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  83. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  84. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  85. at java.sql.DriverManager.getConnection(DriverManager.java:579)
  86. at java.sql.DriverManager.getConnection(DriverManager.java:221)
  87. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
  88. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:244)
  89. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:89)
  90. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:244)
  91. at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:217)
  92. at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
  93. at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
  94. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
  95. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  96. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  97. 2013-01-02 20:53:07 [INFO] [Votifier] Loading Votifier v1.9
  98. 2013-01-02 20:53:07 [INFO] [WorldGuard] Loading WorldGuard v747-e3dfc6a
  99. 2013-01-02 20:53:07 [INFO] [Essentials] Loading Essentials v2.9.6
  100. 2013-01-02 20:53:07 [INFO] [VotifierScripts] Loading VotifierScripts v1.1-SNAPSHOT-b28
  101. 2013-01-02 20:53:07 [INFO] [Jobs] Loading Jobs v2.7.3
  102. 2013-01-02 20:53:07 [INFO] [MineBackup] Loading MineBackup v5.9.4
  103. 2013-01-02 20:53:07 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.6
  104. 2013-01-02 20:53:07 [INFO] MLog clients using java 1.4+ standard logging.
  105. 2013-01-02 20:53:07 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.6
  106. 2013-01-02 20:53:07 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.6
  107. 2013-01-02 20:53:07 [INFO] [Vault] Enabling Vault v1.2.20-b264
  108. 2013-01-02 20:53:07 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  109. 2013-01-02 20:53:07 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
  110. 2013-01-02 20:53:07 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  111. 2013-01-02 20:53:07 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  112. 2013-01-02 20:53:07 [INFO] [Vault][Economy] iConomy 6 found: Waiting
  113. 2013-01-02 20:53:07 [INFO] [Vault][Permission] PermissionsEx found: Waiting
  114. 2013-01-02 20:53:07 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  115. 2013-01-02 20:53:07 [INFO] [Vault][Chat] PermissionsEx found: Waiting
  116. 2013-01-02 20:53:07 [INFO] [Vault] Enabled Version 1.2.20-b264
  117. 2013-01-02 20:53:07 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  118. 2013-01-02 20:53:07 [WARNING] The server will make no attempt to authenticate usernames. Beware.
  119. 2013-01-02 20:53:07 [WARNING] 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.
  120. 2013-01-02 20:53:07 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
  121. 2013-01-02 20:53:07 [INFO] Preparing level "world"
  122. 2013-01-02 20:53:07 [INFO] Preparing start region for level 0 (Seed: -6499512879627890134)
  123. 2013-01-02 20:53:08 [INFO] Preparing spawn area: 48%
  124. 2013-01-02 20:53:09 [INFO] Preparing start region for level 1 (Seed: -8749901818673023306)
  125. 2013-01-02 20:53:09 [INFO] Preparing spawn area: 65%
  126. 2013-01-02 20:53:09 [INFO] Preparing start region for level 2 (Seed: -8749901818673023306)
  127. 2013-01-02 20:53:10 [INFO] [AutoMessage] Enabling AutoMessage v2.0.5
  128. 2013-01-02 20:53:10 [INFO] [AutoMessage] Auto-update enabled! Checking for updates...
  129. 2013-01-02 20:53:10 [INFO] [AutoMessage] There are no availiable updates for download.
  130. 2013-01-02 20:53:10 [INFO] [MarryMe] Enabling MarryMe v3.0
  131. 2013-01-02 20:53:10 [INFO] [AdminTools] Enabling AdminTools v0.4
  132. 2013-01-02 20:53:10 [INFO] [AdminTools] v0.4 by MineSize enabled!
  133. 2013-01-02 20:53:10 [INFO] [WorldEdit] Enabling WorldEdit v1-c7cc1de
  134. 2013-01-02 20:53:10 [INFO] WEPIF: Using the Bukkit Permissions API.
  135. 2013-01-02 20:53:10 [INFO] [iConomy] Enabling iConomy v7.0
  136. 2013-01-02 20:53:10 [INFO] [iConomy - April Fools] Enabled (82 ms)
  137. 2013-01-02 20:53:10 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  138. 2013-01-02 20:53:10 [INFO] [Vault][Economy] iConomy 6 hooked.
  139. 2013-01-02 20:53:10 [INFO] [SupportChat] Enabling SupportChat v0.7.0
  140. 2013-01-02 20:53:11 [INFO] [iConomy - April Fools] Purged accounts with default balance.
  141. 2013-01-02 20:53:11 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
  142. in "<string>", position 20
  143. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  144. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
  145. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
  146. 2013-01-02 20:53:11 [SEVERE] at plugin.gunther.chatsupport.ChatSupport.messagesstart(ChatSupport.java:296)
  147. 2013-01-02 20:53:11 [SEVERE] at plugin.gunther.chatsupport.ChatSupport.onEnable(ChatSupport.java:40)
  148. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  149. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
  150. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  151. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  152. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  153. 2013-01-02 20:53:11 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  154. 2013-01-02 20:53:11 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  155. 2013-01-02 20:53:11 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  156. 2013-01-02 20:53:11 [SEVERE] at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  157. 2013-01-02 20:53:11 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  158. 2013-01-02 20:53:11 [SEVERE] at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  159. 2013-01-02 20:53:11 [SEVERE] Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
  160. in "<string>", position 20
  161. 2013-01-02 20:53:11 [SEVERE] at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
  162. 2013-01-02 20:53:11 [SEVERE] at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
  163. 2013-01-02 20:53:11 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
  164. 2013-01-02 20:53:11 [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  165. 2013-01-02 20:53:11 [SEVERE] ... 15 more
  166. 2013-01-02 20:53:11 [SEVERE] Error occurred while enabling SupportChat v0.7.0 (Is it up to date?)
  167. java.lang.NullPointerException
  168. at plugin.gunther.chatsupport.ChatSupport.messagesstart(ChatSupport.java:299)
  169. at plugin.gunther.chatsupport.ChatSupport.onEnable(ChatSupport.java:40)
  170. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  171. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
  172. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  173. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  174. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  175. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  176. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  177. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  178. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  179. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  180. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  181. 2013-01-02 20:53:11 [INFO] [TagAPI] Enabling TagAPI v1.9.2
  182. 2013-01-02 20:53:11 [INFO] [TagAPI] Using hooks for CraftBukkit v1_4_6
  183. 2013-01-02 20:53:11 [INFO] [NameTags] Enabling NameTags v1.1
  184. 2013-01-02 20:53:11 [INFO] [ColoredSigns] Enabling ColoredSigns v3.1
  185. 2013-01-02 20:53:11 [WARNING] [ColoredSigns] Erorr While loading Commands. Have you installed the Right Craftbukkit Build?
  186. 2013-01-02 20:53:11 [WARNING] [ColoredSigns] Erorr While loading Commands. Please create a Ticket,when your Craftbukkit version is valid.
  187. 2013-01-02 20:53:11 [INFO] [ColoredSigns] Listeners Enabled.
  188. 2013-01-02 20:53:11 [INFO] [ColoredSigns] version 3.1 by Janomine Succesfully Enabled.
  189. 2013-01-02 20:53:11 [INFO] [VoteEp] Enabling VoteEp v1.0
  190. 2013-01-02 20:53:11 [INFO] [Vote] v1.1 by hobibi & nacktschicht enabled!
  191. 2013-01-02 20:53:11 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  192. 2013-01-02 20:53:11 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  193. 2013-01-02 20:53:11 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  194. 2013-01-02 20:53:12 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6499512879627890134
  195. 2013-01-02 20:53:12 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -8749901818673023306
  196. 2013-01-02 20:53:12 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -8749901818673023306
  197. 2013-01-02 20:53:12 [INFO] [Multiverse-Core] Loading World & Settings - 'abbau' - Env: NORMAL - Type: NORMAL & seed: 4098218628889944409
  198. 2013-01-02 20:53:12 [INFO] Preparing start region for level 3 (Seed: 4098218628889944409)
  199. 2013-01-02 20:53:13 [INFO] [Multiverse-Core] Loading World & Settings - 'welt' - Env: NORMAL - Type: NORMAL & seed: -4835932385601975976
  200. 2013-01-02 20:53:13 [INFO] Preparing start region for level 4 (Seed: -4835932385601975976)
  201. 2013-01-02 20:53:14 [INFO] [Multiverse-Core] Loading World & Settings - 'PVP' - Env: NORMAL - Type: NORMAL & seed: 4697029296326725854
  202. 2013-01-02 20:53:14 [INFO] Preparing start region for level 5 (Seed: 4697029296326725854)
  203. 2013-01-02 20:53:14 [INFO] [Multiverse-Core] Loading World & Settings - 'hungergames1' - Env: NORMAL - Type: NORMAL & seed: -9029803903551827446
  204. 2013-01-02 20:53:14 [INFO] Preparing start region for level 6 (Seed: -9029803903551827446)
  205. 2013-01-02 20:53:15 [INFO] Preparing spawn area for hungergames1, 97%
  206. 2013-01-02 20:53:15 [INFO] [Multiverse-Core] Loading World & Settings - 'adventure' - Env: NORMAL - Type: NORMAL & seed: -7302922992545688249
  207. 2013-01-02 20:53:15 [INFO] Preparing start region for level 7 (Seed: -7302922992545688249)
  208. 2013-01-02 20:53:16 [INFO] Preparing spawn area for adventure, 85%
  209. 2013-01-02 20:53:17 [INFO] [Multiverse-Core] Loading World & Settings - 'skyworld' - Env: NORMAL - Type: LARGE_BIOMES & seed: 7921050413626308542
  210. 2013-01-02 20:53:17 [INFO] Preparing start region for level 8 (Seed: 7921050413626308542)
  211. 2013-01-02 20:53:17 [INFO] [Multiverse-Core] Loading World & Settings - 'hungergames2' - Env: NORMAL - Type: NORMAL & seed: -4530952403499657140
  212. 2013-01-02 20:53:17 [INFO] Preparing start region for level 9 (Seed: -4530952403499657140)
  213. 2013-01-02 20:53:18 [INFO] Preparing spawn area for hungergames2, 69%
  214. 2013-01-02 20:53:19 [INFO] [Multiverse-Core] Loading World & Settings - 'flat' - Env: NORMAL - Type: FLAT & seed: 332745768110037720
  215. 2013-01-02 20:53:19 [INFO] Preparing start region for level 10 (Seed: 332745768110037720)
  216. 2013-01-02 20:53:21 [INFO] Preparing spawn area for flat, 77%
  217. 2013-01-02 20:53:22 [INFO] [Multiverse-Core] 11 - World(s) loaded.
  218. 2013-01-02 20:53:22 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
  219. 2013-01-02 20:53:22 [INFO] [PermissionsEx] Initializing file backend
  220. 2013-01-02 20:53:22 [WARNING] Error loading permissions file:
  221. unacceptable character '?' (0xFFFD) special characters are not allowed
  222. in "<string>", position 11150
  223. 2013-01-02 20:53:22 [SEVERE] Error occurred while enabling PermissionsEx v1.19.5 (Is it up to date?)
  224. java.lang.IllegalStateException: Error loading permissions file
  225. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:249)
  226. at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:84)
  227. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:425)
  228. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:487)
  229. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:54)
  230. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:74)
  231. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  232. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
  233. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  234. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  235. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  236. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  237. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  238. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  239. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  240. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  241. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  242. Caused by: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
  243. in "<string>", position 11150
  244. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  245. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
  246. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
  247. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:232)
  248. ... 16 more
  249. Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
  250. in "<string>", position 11150
  251. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
  252. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
  253. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
  254. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  255. ... 19 more
  256. 2013-01-02 20:53:22 [INFO] WEPIF: Using the Bukkit Permissions API.
  257. 2013-01-02 20:53:22 [INFO] [Vault][Permission] PermissionsEx hooked.
  258. 2013-01-02 20:53:22 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
  259. 2013-01-02 20:53:22 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
  260. 2013-01-02 20:53:22 [INFO] [Modifyworld] Modifyworld enabled!
  261. 2013-01-02 20:53:22 [INFO] [LogBlock] Enabling LogBlock v1.61
  262. 2013-01-02 20:53:22 [INFO] [Votifier] Enabling Votifier v1.9
  263. 2013-01-02 20:53:22 [INFO] [Votifier] Votifier enabled.
  264. 2013-01-02 20:53:22 [INFO] [WorldGuard] Enabling WorldGuard v747-e3dfc6a
  265. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  266. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  267. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world) Lava fire is blocked.
  268. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  269. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'world'
  270. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  271. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
  272. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
  273. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  274. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
  275. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  276. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
  277. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
  278. 2013-01-02 20:53:22 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  279. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
  280. 2013-01-02 20:53:22 [INFO] [WorldGuard] (abbau) TNT ignition is PERMITTED.
  281. 2013-01-02 20:53:22 [INFO] [WorldGuard] (abbau) Lighters are PERMITTED.
  282. 2013-01-02 20:53:22 [INFO] [WorldGuard] (abbau) Lava fire is blocked.
  283. 2013-01-02 20:53:22 [INFO] [WorldGuard] (abbau) Fire spread is UNRESTRICTED.
  284. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'abbau'
  285. 2013-01-02 20:53:22 [INFO] [WorldGuard] (welt) TNT ignition is PERMITTED.
  286. 2013-01-02 20:53:22 [INFO] [WorldGuard] (welt) Lighters are PERMITTED.
  287. 2013-01-02 20:53:22 [INFO] [WorldGuard] (welt) Lava fire is blocked.
  288. 2013-01-02 20:53:22 [INFO] [WorldGuard] (welt) Fire spread is UNRESTRICTED.
  289. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'welt'
  290. 2013-01-02 20:53:22 [INFO] [WorldGuard] (PVP) TNT ignition is PERMITTED.
  291. 2013-01-02 20:53:22 [INFO] [WorldGuard] (PVP) Lighters are PERMITTED.
  292. 2013-01-02 20:53:22 [INFO] [WorldGuard] (PVP) Lava fire is blocked.
  293. 2013-01-02 20:53:22 [INFO] [WorldGuard] (PVP) Fire spread is UNRESTRICTED.
  294. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'PVP'
  295. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames1) TNT ignition is PERMITTED.
  296. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames1) Lighters are PERMITTED.
  297. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames1) Lava fire is blocked.
  298. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames1) Fire spread is UNRESTRICTED.
  299. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'hungergames1'
  300. 2013-01-02 20:53:22 [INFO] [WorldGuard] (adventure) TNT ignition is PERMITTED.
  301. 2013-01-02 20:53:22 [INFO] [WorldGuard] (adventure) Lighters are PERMITTED.
  302. 2013-01-02 20:53:22 [INFO] [WorldGuard] (adventure) Lava fire is blocked.
  303. 2013-01-02 20:53:22 [INFO] [WorldGuard] (adventure) Fire spread is UNRESTRICTED.
  304. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'adventure'
  305. 2013-01-02 20:53:22 [INFO] [WorldGuard] (skyworld) TNT ignition is PERMITTED.
  306. 2013-01-02 20:53:22 [INFO] [WorldGuard] (skyworld) Lighters are PERMITTED.
  307. 2013-01-02 20:53:22 [INFO] [WorldGuard] (skyworld) Lava fire is blocked.
  308. 2013-01-02 20:53:22 [INFO] [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
  309. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'skyworld'
  310. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames2) TNT ignition is PERMITTED.
  311. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames2) Lighters are PERMITTED.
  312. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames2) Lava fire is blocked.
  313. 2013-01-02 20:53:22 [INFO] [WorldGuard] (hungergames2) Fire spread is UNRESTRICTED.
  314. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'hungergames2'
  315. 2013-01-02 20:53:22 [INFO] [WorldGuard] (flat) TNT ignition is PERMITTED.
  316. 2013-01-02 20:53:22 [INFO] [WorldGuard] (flat) Lighters are PERMITTED.
  317. 2013-01-02 20:53:22 [INFO] [WorldGuard] (flat) Lava fire is blocked.
  318. 2013-01-02 20:53:22 [INFO] [WorldGuard] (flat) Fire spread is UNRESTRICTED.
  319. 2013-01-02 20:53:22 [INFO] [WorldGuard] Loaded configuration for world 'flat'
  320. 2013-01-02 20:53:22 [INFO] [WorldGuard] 75 regions loaded for 'world'
  321. 2013-01-02 20:53:22 [INFO] [WorldGuard] 1 regions loaded for 'world_nether'
  322. 2013-01-02 20:53:22 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
  323. 2013-01-02 20:53:22 [INFO] [WorldGuard] 4 regions loaded for 'abbau'
  324. 2013-01-02 20:53:22 [INFO] [WorldGuard] 1 regions loaded for 'welt'
  325. 2013-01-02 20:53:22 [INFO] [WorldGuard] 1 regions loaded for 'PVP'
  326. 2013-01-02 20:53:22 [INFO] [WorldGuard] 0 regions loaded for 'hungergames1'
  327. 2013-01-02 20:53:22 [INFO] [WorldGuard] 1 regions loaded for 'adventure'
  328. 2013-01-02 20:53:23 [INFO] [WorldGuard] 67 regions loaded for 'skyworld'
  329. 2013-01-02 20:53:23 [INFO] [WorldGuard] 0 regions loaded for 'hungergames2'
  330. 2013-01-02 20:53:23 [INFO] [WorldGuard] 0 regions loaded for 'flat'
  331. 2013-01-02 20:53:23 [INFO] [Essentials] Enabling Essentials v2.9.6
  332. 2013-01-02 20:53:24 [INFO] [Vault][Economy] Essentials Economy hooked.
  333. 2013-01-02 20:53:24 [INFO] Essentials: Using PermissionsEx based permissions.
  334. 2013-01-02 20:53:24 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  335. org.bukkit.event.EventException
  336. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  337. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  338. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  339. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  340. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  341. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  342. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  343. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  344. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  345. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  346. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  347. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  348. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  349. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  350. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  351. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  352. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  353. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  354. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  355. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  356. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  357. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  358. at java.lang.reflect.Method.invoke(Method.java:601)
  359. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  360. ... 13 more
  361. 2013-01-02 20:53:24 [INFO] [VotifierScripts] Enabling VotifierScripts v1.1-SNAPSHOT-b28
  362. 2013-01-02 20:53:28 [INFO] Essentials: Using PermissionsEx based permissions.
  363. 2013-01-02 20:53:28 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  364. org.bukkit.event.EventException
  365. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  366. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  367. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  368. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  369. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  370. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  371. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  372. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  373. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  374. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  375. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  376. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  377. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  378. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  379. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  380. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  381. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  382. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  383. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  384. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  385. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  386. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  387. at java.lang.reflect.Method.invoke(Method.java:601)
  388. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  389. ... 13 more
  390. 2013-01-02 20:53:28 [INFO] [Jobs] Enabling Jobs v2.7.3
  391. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Woodcutter has an invalid Player Kill entity type property. Skipping!
  392. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Woodcutter has an invalid Woodcutter custom-kill entity type property. Skipping!
  393. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Miner has an invalid Player Kill entity type property. Skipping!
  394. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Miner has an invalid Miner custom-kill entity type property. Skipping!
  395. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Builder has an invalid Player Kill entity type property. Skipping!
  396. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Builder has an invalid Builder custom-kill entity type property. Skipping!
  397. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Digger has an invalid Player Kill entity type property. Skipping!
  398. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Digger has an invalid Digger custom-kill entity type property. Skipping!
  399. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Farmer has an invalid Player Kill entity type property. Skipping!
  400. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Farmer has an invalid Farmer custom-kill entity type property. Skipping!
  401. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Chicken Kill entity type property. Skipping!
  402. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Cow Kill entity type property. Skipping!
  403. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Pig Kill entity type property. Skipping!
  404. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Sheep Kill entity type property. Skipping!
  405. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Wolf Kill entity type property. Skipping!
  406. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Creeper Kill entity type property. Skipping!
  407. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Skeleton Kill entity type property. Skipping!
  408. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Spider Kill entity type property. Skipping!
  409. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Zombie Kill entity type property. Skipping!
  410. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Player Kill entity type property. Skipping!
  411. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Woodcutter custom-kill entity type property. Skipping!
  412. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Miner custom-kill entity type property. Skipping!
  413. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Digger custom-kill entity type property. Skipping!
  414. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Farmer custom-kill entity type property. Skipping!
  415. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Builder custom-kill entity type property. Skipping!
  416. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Hunter has an invalid Hunter custom-kill entity type property. Skipping!
  417. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Fisherman has an invalid Player Kill entity type property. Skipping!
  418. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job Fisherman has an invalid Fisherman custom-kill entity type property. Skipping!
  419. 2013-01-02 20:53:29 [SEVERE] [Jobs] Job None has an invalid fullname property. Skipping job!
  420. 2013-01-02 20:53:29 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
  421. 2013-01-02 20:53:29 [INFO] [Jobs] Plugin has been enabled succesfully.
  422. 2013-01-02 20:53:29 [INFO] Essentials: Using PermissionsEx based permissions.
  423. 2013-01-02 20:53:29 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  424. org.bukkit.event.EventException
  425. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  426. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  427. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  428. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  429. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  430. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  431. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  432. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  433. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  434. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  435. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  436. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  437. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  438. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  439. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  440. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  441. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  442. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  443. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  444. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  445. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  446. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  447. at java.lang.reflect.Method.invoke(Method.java:601)
  448. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  449. ... 13 more
  450. 2013-01-02 20:53:29 [INFO] [MineBackup] Enabling MineBackup v5.9.4
  451. 2013-01-02 20:53:29 [INFO] [MineBackup] Using Vault as provider
  452. 2013-01-02 20:53:29 [INFO] Essentials: Using PermissionsEx based permissions.
  453. 2013-01-02 20:53:29 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  454. org.bukkit.event.EventException
  455. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  456. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  457. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  458. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  459. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  460. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  461. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  462. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  463. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  464. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  465. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  466. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  467. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  468. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  469. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  470. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  471. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  472. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  473. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  474. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  475. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  476. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  477. at java.lang.reflect.Method.invoke(Method.java:601)
  478. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  479. ... 13 more
  480. 2013-01-02 20:53:29 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.6
  481. 2013-01-02 20:53:30 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
  482. 2013-01-02 20:53:30 [INFO] Essentials: Using PermissionsEx based permissions.
  483. 2013-01-02 20:53:30 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  484. org.bukkit.event.EventException
  485. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  486. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  487. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  488. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  489. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  490. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  491. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  492. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  493. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  494. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  495. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  496. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  497. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  498. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  499. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  500. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  501. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  502. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  503. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  504. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  505. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  506. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  507. at java.lang.reflect.Method.invoke(Method.java:601)
  508. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  509. ... 13 more
  510. 2013-01-02 20:53:30 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.6
  511. 2013-01-02 20:53:30 [INFO] Essentials: Using PermissionsEx based permissions.
  512. 2013-01-02 20:53:30 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  513. org.bukkit.event.EventException
  514. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  515. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  516. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  517. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  518. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  519. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  520. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  521. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  522. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  523. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  524. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  525. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  526. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  527. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  528. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  529. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  530. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  531. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  532. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  533. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  534. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  535. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  536. at java.lang.reflect.Method.invoke(Method.java:601)
  537. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  538. ... 13 more
  539. 2013-01-02 20:53:30 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.6
  540. 2013-01-02 20:53:30 [INFO] Essentials: Using PermissionsEx based permissions.
  541. 2013-01-02 20:53:30 [SEVERE] Could not pass event PluginEnableEvent to Essentials v2.9.6
  542. org.bukkit.event.EventException
  543. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  544. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  545. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  546. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  547. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
  548. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  549. at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
  550. at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
  551. at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
  552. at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
  553. at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
  554. at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  555. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
  556. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  557. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  558. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
  559. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
  560. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
  561. at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
  562. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  563. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  564. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  565. at java.lang.reflect.Method.invoke(Method.java:601)
  566. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  567. ... 13 more
  568. 2013-01-02 20:53:30 [INFO] Server permissions file permissions.yml is empty, ignoring it
  569. 2013-01-02 20:53:30 [INFO] Done (23.195s)! For help, type "help" or "?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement