Advertisement
sverre26

startup log 2

Dec 10th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.63 KB | None | 0 0
  1. [19:26:11] [Server thread/INFO]: Starting minecraft server version 1.7.2
  2. [19:26:11] [Server thread/INFO]: Loading properties
  3. [19:26:11] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:26:11] [Server thread/INFO]: Generating keypair
  5. [19:26:11] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [19:26:11] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.1-SNAPSHOT)
  7. [19:26:12] [Server thread/ERROR]: Could not load 'plugins\mcore.jar' in folder 'plugins'
  8. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/PlayerInventory
  9. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  10. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  11. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  12. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  13. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  14. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  15. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  16. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  17. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  18. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  19. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/PlayerInventory
  20. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  21. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  22. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_21]
  23. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_21]
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  25. ... 9 more
  26. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.PlayerInventory
  27. at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  29. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_21]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_21]
  31. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  32. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  33. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_21]
  34. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_21]
  35. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  36. ... 9 more
  37. [19:26:12] [Thread-8/INFO]: ----- Bukkit Auto Updater -----
  38. [19:26:12] [Thread-8/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  39. [19:26:12] [Thread-8/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
  40. [19:26:12] [Thread-8/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.
  41. [19:26:12] [Thread-8/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  42. [19:26:12] [Thread-8/INFO]: ----- ------------------- -----
  43. [19:26:12] [Server thread/INFO]: DataSourcePool [ModTRS] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
  44. [19:26:12] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
  45. [19:26:14] [Server thread/INFO]: Entities enhanced[0] subclassed[2]
  46. [19:26:14] [Server thread/ERROR]: Could not load 'plugins\OnTime.jar' in folder 'plugins'
  47. org.bukkit.plugin.UnknownDependencyException: Vault
  48. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  49. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  50. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  51. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  52. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  53. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  54. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  55. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  56. [19:26:14] [Server thread/ERROR]: Could not load 'plugins\Factions.jar' in folder 'plugins'
  57. org.bukkit.plugin.UnknownDependencyException: mcore
  58. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  59. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  60. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  61. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  62. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  63. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  64. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  65. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  66. [19:26:14] [Server thread/ERROR]: Could not load 'plugins\CreativeGates.jar' in folder 'plugins'
  67. org.bukkit.plugin.UnknownDependencyException: mcore
  68. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  69. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  70. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  71. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  72. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  73. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  74. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  75. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  76. [19:26:14] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.0.0
  77. [19:26:14] [Server thread/INFO]: [SimpleBackup] Loading SimpleBackup v1.5
  78. [19:26:14] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix)
  79. [19:26:14] [Server thread/INFO]: [FullMaintenance] Loading FullMaintenance v1.0.5
  80. [19:26:14] [Server thread/INFO]: [Referrals] Loading Referrals v0.463
  81. [19:26:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.5
  82. [19:26:14] [Server thread/INFO]: [LaggClear] Loading LaggClear v1.2
  83. [19:26:14] [Server thread/INFO]: [SimpleTips] Loading SimpleTips v1.2
  84. [19:26:14] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.4
  85. [19:26:14] [Server thread/INFO]: [CommandRouter] Loading CommandRouter v0.1
  86. [19:26:14] [Server thread/INFO]: [Roster] Loading Roster v1.0
  87. [19:26:14] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b641
  88. [19:26:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.3
  89. [19:26:14] [Server thread/INFO]: [RemoteToolkitPlugin] Loading RemoteToolkitPlugin vR10_A14.5
  90. [19:26:14] [Server thread/INFO]: [dynmap] Loading dynmap v1.9.1-875
  91. [19:26:14] [Server thread/INFO]: [dynmap] Mod Support API available
  92. [19:26:14] [Server thread/INFO]: [JoinMessages] Loading JoinMessages v2.0
  93. [19:26:14] [Server thread/INFO]: [ModTRS] Loading ModTRS v2.1
  94. [19:26:14] [Server thread/INFO]: [AntiAd] Loading AntiAd v2.1
  95. [19:26:14] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.0.8
  96. [19:26:14] [Server thread/INFO]: [AntiAdvertising] Loading AntiAdvertising v2.1.6
  97. [19:26:14] [Server thread/INFO]: [CraftBukkitUpToDate] Loading CraftBukkitUpToDate v3.1.3
  98. [19:26:14] [Server thread/INFO]: [ChestBank] Loading ChestBank v1.11.0
  99. [19:26:14] [Server thread/INFO]: [FileRead] Loading FileRead v0.9
  100. [19:26:14] [Server thread/INFO]: [Lockette] Loading Lockette v1.7.12
  101. [19:26:14] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  102. [19:26:14] [Server thread/INFO]: [CommandBlocker] Loading CommandBlocker v1.1
  103. [19:26:14] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.1
  104. [19:26:14] [Server thread/INFO]: [GriefLog] Loading GriefLog v5.0.4
  105. [19:26:14] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.1
  106. [19:26:14] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.1
  107. [19:26:14] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  108. [19:26:14] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.12.1
  109. [19:26:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.1
  110. [19:26:14] [Server thread/INFO]: Preparing level "world"
  111. [19:26:14] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2870701185893017164)
  112. [19:26:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2055731248940737217)
  113. [19:26:15] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2055731248940737217)
  114. [19:26:15] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.0.0
  115. [19:26:15] [Server thread/ERROR]: Cannot load plugins\MultiWorld\config.yml
  116. org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
  117. in "<string>", line 40, column 33:
  118. autoload: true freebuildold:
  119. ^
  120.  
  121. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  122. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  123. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  124. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  125. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  126. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  127. at multiworld.MultiWorldPlugin.onEnable(MultiWorldPlugin.java:263) [multiworld.jar:?]
  128. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  129. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  130. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  131. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  132. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  133. at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:338) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  134. at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:315) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  135. at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  136. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  137. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  138. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  139. Caused by: org.yaml.snakeyaml.scanner.ScannerException: null; mapping values are not allowed here
  140. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  141. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  142. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  143. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  144. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  145. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  146. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  147. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  148. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  149. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  150. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  151. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  152. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  153. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  154. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  155. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  156. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  157. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  158. ... 17 more
  159. [19:26:15] [Server thread/INFO]: [MultiWorld] v5.0.0 enabled.
  160. [19:26:15] [Server thread/INFO]: [SimpleBackup] Enabling SimpleBackup v1.5
  161. [19:26:15] [Server thread/INFO]: [SimpleBackup] Worlds [CraftWorld{name=world}, CraftWorld{name=world_nether}, CraftWorld{name=world_the_end}] scheduled for backup.
  162. [19:26:15] [Server thread/INFO]: [SimpleBackup] Backup scheduled starting in 1.0 hours, repeat interval: 1.0 hours
  163. [19:26:15] [Server thread/INFO]: [SimpleBackup] Enabled.
  164. [19:26:15] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix)
  165. [19:26:15] [Server thread/INFO]: GroupManager - INFO - World Found: world
  166. [19:26:15] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  167. [19:26:15] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  168. [19:26:15] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  169. [19:26:15] [Server thread/INFO]: GroupManager version 2.0 (2.12.1) (Phoenix) is enabled!
  170. [19:26:15] [Server thread/INFO]: [FullMaintenance] Enabling FullMaintenance v1.0.5
  171. [19:26:15] [Server thread/INFO]: FullMaintenance has been enabled!
  172. [19:26:15] [Server thread/INFO]: [Referrals] Enabling Referrals v0.463
  173. [19:26:15] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.5
  174. [19:26:15] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  175. [19:26:15] [Server thread/INFO]: [LaggClear] Enabling LaggClear v1.2
  176. [19:26:15] [Server thread/INFO]: LaggClear is now enabled.
  177. [19:26:15] [Server thread/INFO]: [SimpleTips] Enabling SimpleTips v1.2
  178. [19:26:15] [Server thread/INFO]: SimpleTips v1.1 by keithlawless has been enabled.
  179. [19:26:15] [Server thread/INFO]: SimpleTips v1.1 by keithlawless Success! SimpleTips will be displayed on your schedule.
  180. [19:26:15] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.4
  181. [19:26:15] [Server thread/INFO]: [CommandRouter] Enabling CommandRouter v0.1
  182. [19:26:15] [Server thread/INFO]: [Roster] Enabling Roster v1.0
  183. [19:26:15] [Server thread/INFO]: [Roster] Loaded successfully!
  184. [19:26:15] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b641
  185. [19:26:15] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b641
  186. [19:26:16] [Server thread/INFO]: Preparing start region for level 3 (Seed: -292046068699120797)
  187. [19:26:16] [Server thread/INFO]: Preparing start region for level 4 (Seed: 5201341681808719692)
  188. [19:26:16] [Server thread/ERROR]: Chunk file at 79,-48 is in the wrong location; relocating. (Expected 79, -48, got 92, -33)
  189. [19:26:16] [Server thread/ERROR]: Chunk file at 81,-48 is in the wrong location; relocating. (Expected 81, -48, got 95, -34)
  190. [19:26:16] [Server thread/ERROR]: Chunk file at 87,-35 is in the wrong location; relocating. (Expected 87, -35, got 95, -33)
  191. [19:26:17] [Server thread/INFO]: Preparing start region for level 5 (Seed: 1997094737941701639)
  192. [19:26:17] [Server thread/INFO]: Preparing start region for level 6 (Seed: -7100221796434434537)
  193. [19:26:18] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2779703126108887068)
  194. [19:26:18] [Server thread/INFO]: Preparing start region for level 8 (Seed: -764870033661803016)
  195. [19:26:18] [Server thread/INFO]: Preparing start region for level 9 (Seed: -5366610670094161100)
  196. [19:26:18] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
  197. [19:26:19] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b641 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  198. [19:26:19] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.3
  199. [19:26:19] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  200. [19:26:19] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  201. [19:26:19] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  202. [19:26:19] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  203. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  204. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  205. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  206. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  207. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  208. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  209. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  210. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  211. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  212. [19:26:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  213. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  214. [19:26:19] [Server thread/INFO]: [WorldGuard] (shop) TNT ignition is PERMITTED.
  215. [19:26:19] [Server thread/INFO]: [WorldGuard] (shop) Lighters are PERMITTED.
  216. [19:26:19] [Server thread/INFO]: [WorldGuard] (shop) Lava fire is blocked.
  217. [19:26:19] [Server thread/INFO]: [WorldGuard] (shop) Fire spread is UNRESTRICTED.
  218. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shop'
  219. [19:26:19] [Server thread/INFO]: [WorldGuard] (freebuild) TNT ignition is PERMITTED.
  220. [19:26:19] [Server thread/INFO]: [WorldGuard] (freebuild) Lighters are PERMITTED.
  221. [19:26:19] [Server thread/INFO]: [WorldGuard] (freebuild) Lava fire is blocked.
  222. [19:26:19] [Server thread/INFO]: [WorldGuard] (freebuild) Fire spread is UNRESTRICTED.
  223. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'freebuild'
  224. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no heading blacklist.txt for 'Deny lava buckets'
  225. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny lava'
  226. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny water buckets'
  227. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny water'
  228. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny water'
  229. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny bedrock'
  230. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny fire'
  231. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny flint and steel'
  232. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny fire charge'
  233. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny spawn egg'
  234. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny skulls'
  235. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny tnt'
  236. [19:26:19] [Server thread/WARN]: [WorldGuard] Found option with no value blacklist.txt for 'Deny dispenser'
  237. [19:26:19] [Server thread/INFO]: [WorldGuard] Blacklist loaded.
  238. [19:26:19] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
  239. [19:26:19] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
  240. [19:26:19] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
  241. [19:26:19] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
  242. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
  243. [19:26:19] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
  244. [19:26:19] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
  245. [19:26:19] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
  246. [19:26:19] [Server thread/INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
  247. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
  248. [19:26:19] [Server thread/INFO]: [WorldGuard] (XPFarm) TNT ignition is PERMITTED.
  249. [19:26:19] [Server thread/INFO]: [WorldGuard] (XPFarm) Lighters are PERMITTED.
  250. [19:26:19] [Server thread/INFO]: [WorldGuard] (XPFarm) Lava fire is blocked.
  251. [19:26:19] [Server thread/INFO]: [WorldGuard] (XPFarm) Fire spread is UNRESTRICTED.
  252. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'XPFarm'
  253. [19:26:19] [Server thread/INFO]: [WorldGuard] (nether) TNT ignition is PERMITTED.
  254. [19:26:19] [Server thread/INFO]: [WorldGuard] (nether) Lighters are PERMITTED.
  255. [19:26:19] [Server thread/INFO]: [WorldGuard] (nether) Lava fire is blocked.
  256. [19:26:19] [Server thread/INFO]: [WorldGuard] (nether) Fire spread is UNRESTRICTED.
  257. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'nether'
  258. [19:26:19] [Server thread/INFO]: [WorldGuard] (end) TNT ignition is PERMITTED.
  259. [19:26:19] [Server thread/INFO]: [WorldGuard] (end) Lighters are PERMITTED.
  260. [19:26:19] [Server thread/INFO]: [WorldGuard] (end) Lava fire is blocked.
  261. [19:26:19] [Server thread/INFO]: [WorldGuard] (end) Fire spread is UNRESTRICTED.
  262. [19:26:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'end'
  263. [19:26:19] [Server thread/INFO]: [WorldGuard] 23 regions loaded for 'world'
  264. [19:26:19] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  265. [19:26:19] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  266. [19:26:19] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'shop'
  267. [19:26:19] [Server thread/INFO]: [WorldGuard] 93 regions loaded for 'freebuild'
  268. [19:26:19] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'creative'
  269. [19:26:19] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'pvp'
  270. [19:26:19] [Server thread/INFO]: [WorldGuard] 5 regions loaded for 'XPFarm'
  271. [19:26:19] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'nether'
  272. [19:26:19] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'end'
  273. [19:26:19] [Server thread/INFO]: [RemoteToolkitPlugin] Enabling RemoteToolkitPlugin vR10_A14.5
  274. [19:26:19] [Server thread/INFO]: Memory max: 4116054016 bytes
  275. [19:26:19] [Server thread/INFO]: Memory total: 4116054016 bytes
  276. [19:26:19] [Server thread/INFO]: Remote Toolkit Plugin R10_A14.5 enabled!
  277. [19:26:19] [Server thread/INFO]: [dynmap] Enabling dynmap v1.9.1-875
  278. [19:26:19] [Server thread/INFO]: [dynmap] Added 38 custom biome mappings
  279. [19:26:19] [Server thread/INFO]: [dynmap] Using GroupManager 2.0 (2.12.1) (Phoenix) for access control
  280. [19:26:20] [Server thread/INFO]: [dynmap] Mod Support processing completed
  281. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 21 shaders.
  282. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  283. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
  284. [19:26:22] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
  285. [19:26:22] [Server thread/INFO]: [dynmap] version 1.9.1-875 is enabled - core version 1.9.1-1832
  286. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  287. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  288. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  289. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'shop'.
  290. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'freebuild'.
  291. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 215 pending tile renders for world 'freebuild
  292. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'creative'.
  293. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'pvp'.
  294. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'XPFarm'.
  295. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'nether'.
  296. [19:26:22] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'end'.
  297. [19:26:22] [Server thread/INFO]: [dynmap] Enabled
  298. [19:26:22] [Server thread/INFO]: [JoinMessages] Enabling JoinMessages v2.0
  299. [19:26:22] [Server thread/INFO]: [ModTRS] Enabling ModTRS v2.1
  300. [19:26:22] [Server thread/INFO]: [ModTRS] Plugin enabled! (version 2.1)
  301. [19:26:22] [Server thread/INFO]: [AntiAd] Enabling AntiAd v2.1
  302. [19:26:22] [Server thread/INFO]: [AntiAd] AntiAd Version 2.1 is now Enabled
  303. [19:26:22] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.0.8
  304. [19:26:22] [Server thread/INFO]: CoreProtect version 2.0.8 is enabled!
  305. [19:26:22] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  306. [19:26:23] [Server thread/INFO]: [AntiAdvertising] Enabling AntiAdvertising v2.1.6
  307. [19:26:23] [Server thread/INFO]: [AntiAdvertising] (Re-)loading config...
  308. [19:26:23] [Server thread/INFO]: [AntiAdvertising] (Re-)loading config finished
  309. [19:26:23] [Server thread/WARN]: Plugin AntiAdvertising v2.1.6 tried to register permission 'antiad.reload' but it's already registered
  310. java.lang.IllegalArgumentException: The permission antiad.reload is already defined!
  311. at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:572) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  312. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:304) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  313. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  314. at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:338) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  315. at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:315) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  316. at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  317. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  318. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  319. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  320. [19:26:23] [Server thread/INFO]: [CraftBukkitUpToDate] Enabling CraftBukkitUpToDate v3.1.3
  321. [19:26:23] [Server thread/INFO]: CraftBukkitUpToDate version 3.1.3 is enabled!
  322. [19:26:23] [Server thread/INFO]: [ChestBank] Enabling ChestBank v1.11.0
  323. [19:26:23] [Server thread/ERROR]: Error occurred while enabling ChestBank v1.11.0 (Is it up to date?)
  324. java.lang.NullPointerException
  325. at me.ellbristow.ChestBank.ChestBank.getAccounts(ChestBank.java:757) ~[?:?]
  326. at me.ellbristow.ChestBank.ChestBank.onEnable(ChestBank.java:173) ~[?:?]
  327. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) ~[craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  328. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  329. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  330. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  331. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  332. at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:338) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  333. at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:315) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  334. at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  335. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  336. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:420) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  337. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.6.4-R2.0-28-g373cbb7-b2945jnks]
  338. [19:26:23] [Server thread/INFO]: [FileRead] Enabling FileRead v0.9
  339. [19:26:23] [Server thread/INFO]: [FileRead] FileRead enabled!
  340. [19:26:23] [Server thread/INFO]: [Lockette] Enabling Lockette v1.7.12
  341. [19:26:23] [Server thread/INFO]: [Lockette] Version 1.7.12 is being enabled! Yay! (Core version 1.3.7)
  342. [19:26:23] [Server thread/INFO]: [Lockette] Detected craftbukkit build [2945] ok.
  343. [19:26:23] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57]
  344. [19:26:23] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  345. [19:26:23] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  346. [19:26:23] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0 (2.12.1) (Phoenix)
  347. [19:26:23] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  348. [19:26:23] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  349. [19:26:23] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  350. [19:26:23] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Votifier v1.9
  351. [19:26:23] [Server thread/INFO]: [Votifier] Loaded vote listener: AllPayVoteListener
  352. [19:26:23] [Server thread/ERROR]: [Vote4Cash] Could not find Vault! Vote4Cash Listener will not work!
  353. [19:26:23] [Server thread/INFO]: [Votifier] Loaded vote listener: Vote4CashListener
  354. [19:26:23] [Server thread/INFO]: [Votifier] Loaded vote listener: WerrisChatColorListener
  355. [19:26:23] [Server thread/INFO]: [Votifier] Votifier enabled.
  356. [19:26:23] [Server thread/INFO]: [CommandBlocker] Enabling CommandBlocker v1.1
  357. [19:26:23] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.1
  358. [19:26:23] [Server thread/INFO]: File S:\CraftBukkit Server - uten verdenk\plugins\Essentials\warps\n_ther.yml is not utf-8 encoded, trying windows-1252
  359. [19:26:23] [Server thread/INFO]: File S:\CraftBukkit Server - uten verdenk\plugins\Essentials\warps\t_rn.yml is not utf-8 encoded, trying windows-1252
  360. [19:26:23] [Server thread/INFO]: File S:\CraftBukkit Server - uten verdenk\plugins\Essentials\warps\_____.yml is not utf-8 encoded, trying windows-1252
  361. [19:26:23] [Server thread/INFO]: File S:\CraftBukkit Server - uten verdenk\plugins\Essentials\warps\n_ther.yml is not utf-8 encoded, trying windows-1252
  362. [19:26:23] [Server thread/INFO]: File S:\CraftBukkit Server - uten verdenk\plugins\Essentials\warps\t_rn.yml is not utf-8 encoded, trying windows-1252
  363. [19:26:23] [Server thread/INFO]: File S:\CraftBukkit Server - uten verdenk\plugins\Essentials\warps\_____.yml is not utf-8 encoded, trying windows-1252
  364. [19:26:23] [Server thread/INFO]: Registering Listeners
  365. [19:26:23] [Server thread/INFO]: Essentials load execution time: I18n1: 25.719ms - BukkitCheck: 0.401ms - Upgrade: 8.376ms - Settings: 26.946ms - Upgrade2: 2.384ms - Init(Usermap): 21.774ms - Init(Spawn/Warp): 126.238ms - Init(Worth/ItemDB): 11.221ms - Reload(Settings): 12.471ms - Reload(UserMap): 0.020ms - Reload(Warps): 143.053ms - Reload(Worth): 7.109ms - Reload(ItemDb): 93.922ms - Reload(Jails): 0.026ms - RegHandler: 39.441ms - Total: 519.100ms
  366. [19:26:23] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  367. [19:26:23] [Server thread/INFO]: [GriefLog] Enabling GriefLog v5.0.4
  368. [19:26:23] [Server thread/INFO]: Accepted EditSessionFactory of type tk.blackwolf12333.grieflog.utils.logging.worldedit.GriefLogEditSessionFactory from tk.blackwolf12333.grieflog.utils.logging.worldedit
  369. [19:26:23] [Server thread/INFO]: [GriefLog] GriefLog 5.0.4 Enabled
  370. [19:26:23] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.1
  371. [19:26:23] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.1
  372. [19:26:23] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  373. [19:26:24] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: freebuildend
  374. [19:26:24] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
  375. [19:26:24] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.12.1
  376. [19:26:24] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.1
  377. [19:26:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  378. [19:26:24] [Server thread/INFO]: Done (9.789s)! For help, type "help" or "?"
  379. [19:26:24] [Server thread/INFO]: Starting GS4 status listener
  380. [19:26:24] [Query Listener #1/INFO]: Query running on 0.0.0.0:25566
  381. [19:26:24] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key.
  382. [19:26:24] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used.
  383. [19:26:24] [Server thread/INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
  384. [19:26:24] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  385. [19:26:24] [pool-3-thread-13/INFO]: Registering Jail listener
  386. [19:26:24] [pool-3-thread-12/INFO]: Registering Jail listener
  387. [19:26:24] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
  388. [19:26:25] [pool-5-thread-2/INFO]: [Buycraft] Loaded 3 package(s) into the cache.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement