Guest User

Untitled

a guest
Oct 11th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.08 KB | None | 0 0
  1. 2012-09-02 12:09:43 [INFO] Starting minecraft server version 1.3.1
  2. 2012-09-02 12:09:43 [INFO] Loading properties
  3. 2012-09-02 12:09:43 [INFO] Default game type: SURVIVAL
  4. 2012-09-02 12:09:43 [INFO] Generating keypair
  5. 2012-09-02 12:09:43 [INFO] Starting Minecraft server on 198.144.179.36:25565
  6. 2012-09-02 12:09:43 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-20-g5f893b1-b2348jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.1-SNAPSHOT)
  7. 2012-09-02 12:09:44 [INFO] ----- Bukkit Auto Updater -----
  8. 2012-09-02 12:09:44 [INFO] [PermissionsEx] sql backend registered!
  9. 2012-09-02 12:09:44 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  10. 2012-09-02 12:09:44 [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'.
  11. 2012-09-02 12:09:44 [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.
  12. 2012-09-02 12:09:44 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  13. 2012-09-02 12:09:44 [INFO] [PermissionsEx] file backend registered!
  14. 2012-09-02 12:09:44 [INFO] ----- ------------------- -----
  15. 2012-09-02 12:09:44 [INFO] [PermissionsEx] PermissionEx plugin initialized.
  16. 2012-09-02 12:09:44 [SEVERE] Could not load 'plugins/EssentialsGroupBridge.jar' in folder 'plugins'
  17. org.bukkit.plugin.UnknownDependencyException: GroupManager
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
  19. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222)
  20. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
  21. at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
  22. at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
  23. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  25. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  26. 2012-09-02 12:09:44 [INFO] [bHungerGames] Loading bHungerGames v1.4.0
  27. 2012-09-02 12:09:44 [INFO] [SWatchdog] Loading SWatchdog v1.15
  28. 2012-09-02 12:09:44 [INFO] [WorldEdit] Loading WorldEdit v5.3
  29. 2012-09-02 12:09:44 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.6.1
  30. 2012-09-02 12:09:44 [INFO] [ZNounce] Loading ZNounce v2.5
  31. 2012-09-02 12:09:44 [INFO] [Vault] Loading Vault v1.2.17-b224
  32. 2012-09-02 12:09:44 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  33. 2012-09-02 12:09:44 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.3
  34. 2012-09-02 12:09:44 [INFO] [PermissionsEx] Initializing file backend
  35. 2012-09-02 12:09:44 [INFO] [LogBlock] Loading LogBlock v1.58
  36. 2012-09-02 12:09:44 [INFO] [LogBlock] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  37. 2012-09-02 12:09:44 [SEVERE] [LogBlock] [LogBlock] Error while fetching connection:
  38. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  39. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  40. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  41. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  42. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  43. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  44. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  45. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  46. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  47. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  48. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  49. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  50. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  51. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  52. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  53. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  54. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  55. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  56. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  57. at java.sql.DriverManager.getConnection(Unknown Source)
  58. at java.sql.DriverManager.getConnection(Unknown Source)
  59. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:73)
  60. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:243)
  61. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:89)
  62. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:227)
  63. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
  64. at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
  65. at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
  66. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
  67. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  68. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  69. 2012-09-02 12:09:44 [INFO] [WorldGuard] Loading WorldGuard v5.5.3
  70. 2012-09-02 12:09:44 [INFO] [mChatSuite] Loading mChatSuite v1.3.1-b275jnks-R1.0
  71. 2012-09-02 12:09:44 [INFO] [Warns] Loading Warns v3
  72. 2012-09-02 12:09:44 [INFO] [FancyText] Loading FancyText v1.2
  73. 2012-09-02 12:09:44 [INFO] [OpenInv] Loading OpenInv v1.8.7
  74. 2012-09-02 12:09:44 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
  75. 2012-09-02 12:09:44 [INFO] [Votifier] Loading Votifier v1.8
  76. 2012-09-02 12:09:44 [INFO] [MobArena] Loading MobArena v0.94.4.80
  77. 2012-09-02 12:09:44 [INFO] [MobDisguise] Loading MobDisguise v1.81
  78. 2012-09-02 12:09:44 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
  79. 2012-09-02 12:09:44 [INFO] [Essentials] Loading Essentials v2.9.3
  80. 2012-09-02 12:09:44 [INFO] [Citizens] Loading Citizens v1.2.1
  81. 2012-09-02 12:09:44 [INFO] [ChatManager] Loading ChatManager v1.19.1
  82. 2012-09-02 12:09:44 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
  83. 2012-09-02 12:09:44 [INFO] MLog clients using java 1.4+ standard logging.
  84. 2012-09-02 12:09:44 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
  85. 2012-09-02 12:09:44 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  86. 2012-09-02 12:09:44 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
  87. 2012-09-02 12:09:44 [INFO] [Factions] Loading Factions v1.6.9
  88. 2012-09-02 12:09:44 [INFO] [FactionsPlus] Loading FactionsPlus v0.4.7
  89. 2012-09-02 12:09:44 [INFO] [Vault] Enabling Vault v1.2.17-b224
  90. 2012-09-02 12:09:44 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  91. 2012-09-02 12:09:44 [INFO] [Vault][Permission] PermissionsEx found: Waiting
  92. 2012-09-02 12:09:44 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  93. 2012-09-02 12:09:44 [INFO] [Vault][Chat] PermissionsEx found: Waiting
  94. 2012-09-02 12:09:44 [INFO] [Vault][Chat] mChatSuite found: Waiting
  95. 2012-09-02 12:09:44 [INFO] [Vault] Enabled Version 1.2.17-b224
  96. 2012-09-02 12:09:44 [INFO] [Vault][Chat] mChatSuite hooked.
  97. 2012-09-02 12:09:44 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
  98. 2012-09-02 12:09:44 [INFO] [mcMMO] Loading mcMMO config.yml File...
  99. 2012-09-02 12:09:44 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
  100. 2012-09-02 12:09:44 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
  101. 2012-09-02 12:09:44 [INFO] mcMMO version 1.3.11-b1030 is enabled!
  102. 2012-09-02 12:09:45 [INFO] Preparing level "world"
  103. 2012-09-02 12:09:45 [INFO] Preparing start region for level 0 (Seed: 2525617506084080286)
  104. 2012-09-02 12:09:45 [INFO] Preparing start region for level 1 (Seed: -7219834857629985249)
  105. 2012-09-02 12:09:46 [INFO] Preparing spawn area: 60%
  106. 2012-09-02 12:09:46 [INFO] Preparing start region for level 2 (Seed: -7219834857629985249)
  107. 2012-09-02 12:09:46 [INFO] [bHungerGames] Enabling bHungerGames v1.4.0
  108. 2012-09-02 12:09:46 [INFO] [bHungerGames] bHungerGames Version 1.4.0 Enabled!
  109. 2012-09-02 12:09:46 [INFO] [SWatchdog] Enabling SWatchdog v1.15
  110. 2012-09-02 12:09:46 [INFO] SWatchdog version 1.15 is enabled
  111. 2012-09-02 12:09:46 [INFO] [!] SWatchdog finished checks, everything seems good to go.
  112. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: verboseStart, false
  113. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: welcome, true
  114. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: splitsMode, time
  115. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: splits, 100
  116. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: splitsTime, 10
  117. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: autoCleanDays, -1
  118. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: maximumRadius, 50
  119. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: debug, false
  120. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: integrityOnStart, true
  121. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: autoRepair, false
  122. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchAnimals, false
  123. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchUser, true
  124. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchExplosion, true
  125. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchBurn, true
  126. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchDecay, true
  127. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchBucket, true
  128. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchGrow, true
  129. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchWaterLava, false
  130. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchLava, false
  131. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchFormSpread, false
  132. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchNPC, false
  133. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchPhysics, false
  134. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: WatchChestAccess, false
  135. 2012-09-02 12:09:46 [INFO] [!] SWatchdog Added to conf-map: UseTools, false
  136. 2012-09-02 12:09:46 [INFO] [!] SWatchdog finished integrity checks.
  137. 2012-09-02 12:09:46 [INFO] [!] SWatchdog adjusted the splitter time.
  138. 2012-09-02 12:09:46 [INFO] [!] SWatchdog added to confmap: worlds#0, world
  139. 2012-09-02 12:09:46 [INFO] [!] SWatchdog added to confmap: worlds#1, world_nether
  140. 2012-09-02 12:09:46 [INFO] [!] SWatchdog added to confmap: worlds#2, world_the_end
  141. 2012-09-02 12:09:46 [INFO] [WorldEdit] Enabling WorldEdit v5.3
  142. 2012-09-02 12:09:46 [INFO] WEPIF: Using the Bukkit Permissions API.
  143. 2012-09-02 12:09:47 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.6.1
  144. 2012-09-02 12:09:47 [SEVERE] Error occurred while enabling NoCheatPlus v3.6.1 (Is it up to date?)
  145. java.lang.VerifyError: (class: fr/neatmonster/nocheatplus/checks/chat/ChatListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function
  146. at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:72)
  147. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  148. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  149. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  150. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  151. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  152. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  153. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  154. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  155. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  156. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  157. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  158. 2012-09-02 12:09:47 [INFO] [ZNounce] Enabling ZNounce v2.5
  159. 2012-09-02 12:09:47 [INFO] [ZNounce] Checking for version file...
  160. 2012-09-02 12:09:47 [INFO] [ZNounce] Version file found. It shows version: 2.5
  161. 2012-09-02 12:09:47 [INFO] [ZNounce] That is the latest version. No changes made.
  162. 2012-09-02 12:09:47 [INFO] [ZNounce] Config does not require updating.
  163. 2012-09-02 12:09:47 [INFO] [ZNounce] Updating Version to: 2.5
  164. 2012-09-02 12:09:47 [INFO] [ZNounce] Version 2.5 is now enabled.
  165. 2012-09-02 12:09:47 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  166. 2012-09-02 12:09:47 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  167. 2012-09-02 12:09:47 [INFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  168. 2012-09-02 12:09:47 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 2525617506084080286
  169. 2012-09-02 12:09:47 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -7219834857629985249
  170. 2012-09-02 12:09:47 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -7219834857629985249
  171. 2012-09-02 12:09:47 [INFO] Could not set generator for world 'ExoTown': Plugin 'gm' does not exist
  172. 2012-09-02 12:09:47 [INFO] [Multiverse-Core] Loading World & Settings - 'ExoTown' - Env: THE_END - Type: NORMAL & seed: -1108046705902671149 & generator: gm
  173. 2012-09-02 12:09:47 [INFO] Preparing start region for level 3 (Seed: -1108046705902671149)
  174. 2012-09-02 12:09:48 [INFO] Preparing spawn area for ExoTown, 52%
  175. 2012-09-02 12:09:49 [INFO] [Multiverse-Core] Loading World & Settings - 'Hell' - Env: NETHER - Type: NORMAL & seed: -999550120181058920
  176. 2012-09-02 12:09:49 [INFO] Preparing start region for level 4 (Seed: -999550120181058920)
  177. 2012-09-02 12:09:49 [INFO] [Multiverse-Core] Loading World & Settings - 'ArenaWorld' - Env: NORMAL - Type: FLAT & seed: -6026050493600480488
  178. 2012-09-02 12:09:49 [INFO] Preparing start region for level 5 (Seed: -6026050493600480488)
  179. 2012-09-02 12:09:50 [INFO] [Multiverse-Core] 6 - World(s) loaded.
  180. 2012-09-02 12:09:50 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.3
  181. 2012-09-02 12:09:50 [INFO] [PermissionsEx] Superperms support enabled.
  182. 2012-09-02 12:09:50 [INFO] [PermissionsEx] v1.19.3 enabled
  183. 2012-09-02 12:09:50 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  184. 2012-09-02 12:09:50 [INFO] [Vault][Permission] PermissionsEx hooked.
  185. 2012-09-02 12:09:50 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
  186. 2012-09-02 12:09:50 [INFO] [LogBlock] Enabling LogBlock v1.58
  187. 2012-09-02 12:09:50 [INFO] [WorldGuard] Enabling WorldGuard v5.5.3
  188. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  189. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  190. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world) Lava fire is blocked.
  191. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  192. 2012-09-02 12:09:50 [INFO] [WorldGuard] Loaded configuration for world 'world'
  193. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  194. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
  195. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
  196. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  197. 2012-09-02 12:09:50 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
  198. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  199. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
  200. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
  201. 2012-09-02 12:09:50 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  202. 2012-09-02 12:09:50 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
  203. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ExoTown) TNT ignition is PERMITTED.
  204. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ExoTown) Lighters are PERMITTED.
  205. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ExoTown) Lava fire is blocked.
  206. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ExoTown) Fire spread is UNRESTRICTED.
  207. 2012-09-02 12:09:50 [INFO] [WorldGuard] Loaded configuration for world 'ExoTown'
  208. 2012-09-02 12:09:50 [INFO] [WorldGuard] (Hell) TNT ignition is PERMITTED.
  209. 2012-09-02 12:09:50 [INFO] [WorldGuard] (Hell) Lighters are PERMITTED.
  210. 2012-09-02 12:09:50 [INFO] [WorldGuard] (Hell) Lava fire is blocked.
  211. 2012-09-02 12:09:50 [INFO] [WorldGuard] (Hell) Fire spread is UNRESTRICTED.
  212. 2012-09-02 12:09:50 [INFO] [WorldGuard] Loaded configuration for world 'Hell'
  213. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ArenaWorld) TNT ignition is PERMITTED.
  214. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ArenaWorld) Lighters are PERMITTED.
  215. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ArenaWorld) Lava fire is blocked.
  216. 2012-09-02 12:09:50 [INFO] [WorldGuard] (ArenaWorld) Fire spread is UNRESTRICTED.
  217. 2012-09-02 12:09:50 [INFO] [WorldGuard] Loaded configuration for world 'ArenaWorld'
  218. 2012-09-02 12:09:50 [INFO] [WorldGuard] 0 regions loaded for 'world'
  219. 2012-09-02 12:09:50 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
  220. 2012-09-02 12:09:50 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
  221. 2012-09-02 12:09:50 [INFO] [WorldGuard] 0 regions loaded for 'ExoTown'
  222. 2012-09-02 12:09:50 [INFO] [WorldGuard] 0 regions loaded for 'Hell'
  223. 2012-09-02 12:09:50 [INFO] [WorldGuard] 0 regions loaded for 'ArenaWorld'
  224. 2012-09-02 12:09:50 [INFO] [mChatSuite] Enabling mChatSuite v1.3.1-b275jnks-R1.0
  225. 2012-09-02 12:09:50 [INFO] [mChatSuite] <Plugin> Factions v1.6.9 hooked!.
  226. 2012-09-02 12:09:50 [INFO] Unknown command. Type "help" for help.
  227. 2012-09-02 12:09:50 [INFO] [MChat] <Plugin> Vault v1.2.17-b224 hooked!.
  228. 2012-09-02 12:09:50 [INFO] [MChat] <Permissions> PermissionsEx v1.19.3 hooked!.
  229. 2012-09-02 12:09:50 [INFO] [mChatSuite] mChatSuite v1.3.1-b275jnks-R1.0 is enabled! [28ms]
  230. 2012-09-02 12:09:50 [INFO] [Warns] Enabling Warns v3
  231. 2012-09-02 12:09:50 [INFO] [Warns] If you have just updated Warns, please delete
  232. 2012-09-02 12:09:50 [INFO] [Warns] the config so it can add new config!
  233. 2012-09-02 12:09:50 [SEVERE] Error occurred while enabling Warns v3 (Is it up to date?)
  234. java.lang.NoSuchMethodError: me.liamallan.Warns.Warns.getConfiguration()Lorg/bukkit/util/config/Configuration;
  235. at me.liamallan.Warns.Warns.onEnable(Warns.java:67)
  236. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  237. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  238. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  239. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  240. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  241. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  242. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  243. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  244. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  245. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  246. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  247. 2012-09-02 12:09:50 [INFO] [FancyText] Enabling FancyText v1.2
  248. 2012-09-02 12:09:50 [INFO] [OpenInv] Enabling OpenInv v1.8.7
  249. 2012-09-02 12:09:50 [INFO] [OpenInv] version 1.8.7 enabled!
  250. 2012-09-02 12:09:50 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
  251. 2012-09-02 12:09:50 [INFO] [Modifyworld] Modifyworld enabled!
  252. 2012-09-02 12:09:50 [INFO] [Votifier] Enabling Votifier v1.8
  253. 2012-09-02 12:09:50 [INFO] [Votifier] Loaded vote listener: WerrisExecuteCommandListener
  254. 2012-09-02 12:09:50 [INFO] [Votifier] Votifier enabled.
  255. 2012-09-02 12:09:50 [INFO] [MobArena] Enabling MobArena v0.94.4.80
  256. 2012-09-02 12:09:50 [INFO] [MobArena] v0.94.4.80 enabled.
  257. 2012-09-02 12:09:50 [INFO] [MobDisguise] Enabling MobDisguise v1.81
  258. 2012-09-02 12:09:50 [INFO] [MobDisguise] by desmin88 version 1.81 enabled.
  259. 2012-09-02 12:09:50 [INFO] [Essentials] Enabling Essentials v2.9.3
  260. 2012-09-02 12:09:51 [INFO] [Vault][Economy] Essentials Economy hooked.
  261. 2012-09-02 12:09:51 [INFO] Essentials: Using PermissionsEx based permissions.
  262. 2012-09-02 12:09:51 [INFO] [Citizens] Enabling Citizens v1.2.1
  263. 2012-09-02 12:09:51 [INFO] [Citizens] NPC types loaded: trader, wizard, quester, guard, blacksmith, healer
  264. 2012-09-02 12:09:51 [INFO] [Citizens] version [1.2.1] loaded.
  265. 2012-09-02 12:09:51 [INFO] [ChatManager] Enabling ChatManager v1.19.1
  266. 2012-09-02 12:09:51 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
  267. 2012-09-02 12:09:51 [INFO] [ChatManager] Disabling ChatManager v1.19.1
  268. 2012-09-02 12:09:51 [INFO] [ChatManager] ChatManager disabled!
  269. 2012-09-02 12:09:51 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
  270. 2012-09-02 12:09:51 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
  271. 2012-09-02 12:09:51 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
  272. 2012-09-02 12:09:51 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  273. 2012-09-02 12:09:51 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  274. 2012-09-02 12:09:51 [INFO] [Multiverse-Portals] 2 - Portals(s) loaded
  275. 2012-09-02 12:09:51 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
  276. 2012-09-02 12:09:51 [INFO] [Factions] Enabling Factions v1.6.9
  277. 2012-09-02 12:09:51 [INFO] [Factions v1.6.9] === ENABLE START ===
  278. 2012-09-02 12:09:51 [INFO] [Factions v1.6.9] Loading board from disk
  279. 2012-09-02 12:09:51 [INFO] [Factions v1.6.9] Found and will integrate chat with EssentialsChat v2.9.3
  280. 2012-09-02 12:09:51 [INFO] [Factions v1.6.9] Economy integration through Vault plugin successful.
  281. 2012-09-02 12:09:51 [INFO] [Factions v1.6.9] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  282. 2012-09-02 12:09:51 [INFO] [Factions v1.6.9] === ENABLE DONE (Took 92ms) ===
  283. 2012-09-02 12:09:52 [INFO] [FactionsPlus] Enabling FactionsPlus v0.4.7
  284. 2012-09-02 12:09:52 [INFO] [FactionsPlus] Factions version 1.6.9
  285. 2012-09-02 12:09:52 [INFO] [FactionsPlus] Economy integration is OFF
  286. 2012-09-02 12:09:52 [INFO] [FactionsPlus] Hooked into WorldEdit!
  287. 2012-09-02 12:09:52 [INFO] [FactionsPlus] Hooked into WorldGuard!
  288. 2012-09-02 12:09:52 [INFO] Server permissions file permissions.yml is empty, ignoring it
  289. 2012-09-02 12:09:52 [INFO] Done (7.157s)! For help, type "help" or "?"
  290. 2012-09-02 12:09:52 [INFO] Starting GS4 status listener
  291. 2012-09-02 12:09:52 [INFO] Query running on 198.144.179.36:25565
  292. 2012-09-02 12:09:52 [INFO] [Citizens] Loaded 7 NPCs.
  293. 2012-09-02 12:09:52 [INFO] [Citizens] Loaded 0 quests.
  294. 2012-09-02 12:10:53 [INFO] /108.174.62.114:53394 lost connection
  295. 2012-09-02 12:10:53 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  296. 2012-09-02 12:23:58 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
  297. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.Explosion.a(Explosion.java:90)
  298. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.World.createExplosion(World.java:1523)
  299. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:732)
  300. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.EntityTNTPrimed.explode(EntityTNTPrimed.java:81)
  301. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.EntityTNTPrimed.h_(EntityTNTPrimed.java:61)
  302. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.World.entityJoinedWorld(World.java:1245)
  303. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:498)
  304. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.World.playerJoinedWorld(World.java:1227)
  305. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.World.tickEntities(World.java:1125)
  306. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:565)
  307. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
  308. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
  309. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
  310. 2012-09-02 12:23:58 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  311. 2012-09-02 12:23:58 [SEVERE] Encountered an unexpected exception OutOfMemoryError
  312. java.lang.OutOfMemoryError: GC overhead limit exceeded
  313. at net.minecraft.server.Explosion.a(Explosion.java:90)
  314. at net.minecraft.server.World.createExplosion(World.java:1523)
  315. at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:732)
  316. at net.minecraft.server.EntityTNTPrimed.explode(EntityTNTPrimed.java:81)
  317. at net.minecraft.server.EntityTNTPrimed.h_(EntityTNTPrimed.java:61)
  318. at net.minecraft.server.World.entityJoinedWorld(World.java:1245)
  319. at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:498)
  320. at net.minecraft.server.World.playerJoinedWorld(World.java:1227)
  321. at net.minecraft.server.World.tickEntities(World.java:1125)
  322. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:565)
  323. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
  324. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
  325. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
  326. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  327. 2012-09-02 12:24:03 [SEVERE] This crash report has been saved to: /home/mc_58919/./crash-reports/crash-2012-09-02_12.24.03-server.txt
  328. 2012-09-02 12:35:28 [INFO] Read timed out
  329. 2012-09-02 13:06:01 [INFO] Read timed out
  330. 2012-09-02 13:33:59 [INFO] Starting minecraft server version 1.3.1
  331. 2012-09-02 13:33:59 [INFO] Loading properties
  332. 2012-09-02 13:33:59 [INFO] Default game type: SURVIVAL
  333. 2012-09-02 13:33:59 [INFO] Generating keypair
  334. 2012-09-02 13:33:59 [INFO] Starting Minecraft server on 198.144.179.36:25565
  335. 2012-09-02 13:33:59 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-20-g5f893b1-b2348jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.1-SNAPSHOT)
  336. 2012-09-02 13:33:59 [INFO] [PermissionsEx] sql backend registered!
  337. 2012-09-02 13:33:59 [INFO] [PermissionsEx] file backend registered!
  338. 2012-09-02 13:33:59 [INFO] [PermissionsEx] PermissionEx plugin initialized.
  339. 2012-09-02 13:33:59 [SEVERE] Could not load 'plugins/EssentialsGroupBridge.jar' in folder 'plugins'
  340. org.bukkit.plugin.UnknownDependencyException: GroupManager
  341. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
  342. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222)
  343. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
  344. at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
  345. at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
  346. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
  347. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  348. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  349. 2012-09-02 13:34:00 [INFO] ----- Bukkit Auto Updater -----
  350. 2012-09-02 13:34:00 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  351. 2012-09-02 13:34:00 [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'.
  352. 2012-09-02 13:34:00 [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.
  353. 2012-09-02 13:34:00 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  354. 2012-09-02 13:34:00 [INFO] ----- ------------------- -----
  355. 2012-09-02 13:34:00 [INFO] [bHungerGames] Loading bHungerGames v1.4.0
  356. 2012-09-02 13:34:00 [INFO] [SWatchdog] Loading SWatchdog v1.15
  357. 2012-09-02 13:34:00 [INFO] [WorldEdit] Loading WorldEdit v5.3
  358. 2012-09-02 13:34:00 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.6.1
  359. 2012-09-02 13:34:00 [INFO] [ZNounce] Loading ZNounce v2.5
  360. 2012-09-02 13:34:00 [INFO] [Vault] Loading Vault v1.2.17-b224
  361. 2012-09-02 13:34:00 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  362. 2012-09-02 13:34:00 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.3
  363. 2012-09-02 13:34:00 [INFO] [PermissionsEx] Initializing file backend
  364. 2012-09-02 13:34:00 [INFO] [LogBlock] Loading LogBlock v1.58
  365. 2012-09-02 13:34:00 [INFO] [LogBlock] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  366. 2012-09-02 13:34:00 [SEVERE] [LogBlock] [LogBlock] Error while fetching connection:
  367. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  368. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  369. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  370. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  371. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  372. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  373. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  374. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  375. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  376. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  377. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  378. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  379. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  380. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  381. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  382. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  383. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  384. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  385. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  386. at java.sql.DriverManager.getConnection(Unknown Source)
  387. at java.sql.DriverManager.getConnection(Unknown Source)
  388. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:73)
  389. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:243)
  390. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:89)
  391. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:227)
  392. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
  393. at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
  394. at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
  395. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
  396. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  397. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  398. 2012-09-02 13:34:00 [INFO] [WorldGuard] Loading WorldGuard v5.5.3
  399. 2012-09-02 13:34:00 [INFO] [mChatSuite] Loading mChatSuite v1.3.1-b275jnks-R1.0
  400. 2012-09-02 13:34:00 [INFO] [Warns] Loading Warns v3
  401. 2012-09-02 13:34:00 [INFO] [FancyText] Loading FancyText v1.2
  402. 2012-09-02 13:34:00 [INFO] [OpenInv] Loading OpenInv v1.8.7
  403. 2012-09-02 13:34:00 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
  404. 2012-09-02 13:34:00 [INFO] [Votifier] Loading Votifier v1.8
  405. 2012-09-02 13:34:00 [INFO] [MobArena] Loading MobArena v0.94.4.80
  406. 2012-09-02 13:34:00 [INFO] [MobDisguise] Loading MobDisguise v1.81
  407. 2012-09-02 13:34:00 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
  408. 2012-09-02 13:34:00 [INFO] [Essentials] Loading Essentials v2.9.3
  409. 2012-09-02 13:34:00 [INFO] [Citizens] Loading Citizens v1.2.1
  410. 2012-09-02 13:34:00 [INFO] [ChatManager] Loading ChatManager v1.19.1
  411. 2012-09-02 13:34:00 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
  412. 2012-09-02 13:34:00 [INFO] MLog clients using java 1.4+ standard logging.
  413. 2012-09-02 13:34:00 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
  414. 2012-09-02 13:34:00 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  415. 2012-09-02 13:34:00 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
  416. 2012-09-02 13:34:00 [INFO] [Factions] Loading Factions v1.6.9
  417. 2012-09-02 13:34:00 [INFO] [FactionsPlus] Loading FactionsPlus v0.4.7
  418. 2012-09-02 13:34:00 [INFO] [Vault] Enabling Vault v1.2.17-b224
  419. 2012-09-02 13:34:00 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  420. 2012-09-02 13:34:00 [INFO] [Vault][Permission] PermissionsEx found: Waiting
  421. 2012-09-02 13:34:00 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  422. 2012-09-02 13:34:00 [INFO] [Vault][Chat] PermissionsEx found: Waiting
  423. 2012-09-02 13:34:00 [INFO] [Vault][Chat] mChatSuite found: Waiting
  424. 2012-09-02 13:34:00 [INFO] [Vault] Enabled Version 1.2.17-b224
  425. 2012-09-02 13:34:00 [INFO] [Vault][Chat] mChatSuite hooked.
  426. 2012-09-02 13:34:00 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
  427. 2012-09-02 13:34:00 [INFO] [mcMMO] Loading mcMMO config.yml File...
  428. 2012-09-02 13:34:00 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
  429. 2012-09-02 13:34:00 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
  430. 2012-09-02 13:34:00 [INFO] mcMMO version 1.3.11-b1030 is enabled!
  431. 2012-09-02 13:34:00 [INFO] Preparing level "world"
  432. 2012-09-02 13:34:00 [INFO] Preparing start region for level 0 (Seed: 2525617506084080286)
  433. 2012-09-02 13:34:01 [INFO] Preparing start region for level 1 (Seed: -7219834857629985249)
  434. 2012-09-02 13:34:01 [INFO] Preparing start region for level 2 (Seed: -7219834857629985249)
  435. 2012-09-02 13:34:01 [INFO] Preparing spawn area: 73%
  436. 2012-09-02 13:34:01 [INFO] [bHungerGames] Enabling bHungerGames v1.4.0
  437. 2012-09-02 13:34:01 [INFO] [bHungerGames] bHungerGames Version 1.4.0 Enabled!
  438. 2012-09-02 13:34:01 [INFO] [SWatchdog] Enabling SWatchdog v1.15
  439. 2012-09-02 13:34:01 [INFO] SWatchdog version 1.15 is enabled
  440. 2012-09-02 13:34:01 [INFO] [!] SWatchdog finished checks, everything seems good to go.
  441. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: verboseStart, false
  442. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: welcome, true
  443. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: splitsMode, time
  444. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: splits, 100
  445. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: splitsTime, 10
  446. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: autoCleanDays, -1
  447. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: maximumRadius, 50
  448. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: debug, false
  449. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: integrityOnStart, true
  450. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: autoRepair, false
  451. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchAnimals, false
  452. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchUser, true
  453. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchExplosion, true
  454. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchBurn, true
  455. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchDecay, true
  456. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchBucket, true
  457. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchGrow, true
  458. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchWaterLava, false
  459. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchLava, false
  460. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchFormSpread, false
  461. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchNPC, false
  462. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchPhysics, false
  463. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: WatchChestAccess, false
  464. 2012-09-02 13:34:01 [INFO] [!] SWatchdog Added to conf-map: UseTools, false
  465. 2012-09-02 13:34:01 [INFO] [!] SWatchdog finished integrity checks.
  466. 2012-09-02 13:34:01 [INFO] [!] SWatchdog adjusted the splitter time.
  467. 2012-09-02 13:34:01 [INFO] [!] SWatchdog added to confmap: worlds#0, world
  468. 2012-09-02 13:34:01 [INFO] [!] SWatchdog added to confmap: worlds#1, world_nether
  469. 2012-09-02 13:34:01 [INFO] [!] SWatchdog added to confmap: worlds#2, world_the_end
  470. 2012-09-02 13:34:01 [INFO] [WorldEdit] Enabling WorldEdit v5.3
  471. 2012-09-02 13:34:01 [INFO] WEPIF: Using the Bukkit Permissions API.
  472. 2012-09-02 13:34:01 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.6.1
  473. 2012-09-02 13:34:01 [SEVERE] Error occurred while enabling NoCheatPlus v3.6.1 (Is it up to date?)
  474. java.lang.VerifyError: (class: fr/neatmonster/nocheatplus/checks/chat/ChatListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function
  475. at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:72)
  476. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  477. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  478. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  479. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  480. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  481. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  482. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  483. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  484. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  485. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  486. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  487. 2012-09-02 13:34:02 [INFO] [ZNounce] Enabling ZNounce v2.5
  488. 2012-09-02 13:34:02 [INFO] [ZNounce] Checking for version file...
  489. 2012-09-02 13:34:02 [INFO] [ZNounce] Version file found. It shows version: 2.5
  490. 2012-09-02 13:34:02 [INFO] [ZNounce] That is the latest version. No changes made.
  491. 2012-09-02 13:34:02 [INFO] [ZNounce] Config does not require updating.
  492. 2012-09-02 13:34:02 [INFO] [ZNounce] Updating Version to: 2.5
  493. 2012-09-02 13:34:02 [INFO] [ZNounce] Version 2.5 is now enabled.
  494. 2012-09-02 13:34:02 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  495. 2012-09-02 13:34:02 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  496. 2012-09-02 13:34:02 [INFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  497. 2012-09-02 13:34:02 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 2525617506084080286
  498. 2012-09-02 13:34:02 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -7219834857629985249
  499. 2012-09-02 13:34:02 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -7219834857629985249
  500. 2012-09-02 13:34:02 [INFO] Could not set generator for world 'ExoTown': Plugin 'gm' does not exist
  501. 2012-09-02 13:34:02 [INFO] [Multiverse-Core] Loading World & Settings - 'ExoTown' - Env: THE_END - Type: NORMAL & seed: -1108046705902671149 & generator: gm
  502. 2012-09-02 13:34:02 [INFO] Preparing start region for level 3 (Seed: -1108046705902671149)
  503. 2012-09-02 13:34:03 [INFO] Preparing spawn area for ExoTown, 52%
  504. 2012-09-02 13:34:03 [INFO] [Multiverse-Core] Loading World & Settings - 'Hell' - Env: NETHER - Type: NORMAL & seed: -999550120181058920
  505. 2012-09-02 13:34:03 [INFO] Preparing start region for level 4 (Seed: -999550120181058920)
  506. 2012-09-02 13:34:04 [INFO] [Multiverse-Core] Loading World & Settings - 'ArenaWorld' - Env: NORMAL - Type: FLAT & seed: -6026050493600480488
  507. 2012-09-02 13:34:04 [INFO] Preparing start region for level 5 (Seed: -6026050493600480488)
  508. 2012-09-02 13:34:04 [INFO] [Multiverse-Core] 6 - World(s) loaded.
  509. 2012-09-02 13:34:04 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.3
  510. 2012-09-02 13:34:04 [INFO] [PermissionsEx] Superperms support enabled.
  511. 2012-09-02 13:34:04 [INFO] [PermissionsEx] v1.19.3 enabled
  512. 2012-09-02 13:34:04 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  513. 2012-09-02 13:34:04 [INFO] [Vault][Permission] PermissionsEx hooked.
  514. 2012-09-02 13:34:04 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
  515. 2012-09-02 13:34:04 [INFO] [LogBlock] Enabling LogBlock v1.58
  516. 2012-09-02 13:34:04 [INFO] [WorldGuard] Enabling WorldGuard v5.5.3
  517. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  518. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  519. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world) Lava fire is blocked.
  520. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  521. 2012-09-02 13:34:04 [INFO] [WorldGuard] Loaded configuration for world 'world'
  522. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  523. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
  524. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
  525. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  526. 2012-09-02 13:34:04 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
  527. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  528. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
  529. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
  530. 2012-09-02 13:34:04 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  531. 2012-09-02 13:34:04 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
  532. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ExoTown) TNT ignition is PERMITTED.
  533. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ExoTown) Lighters are PERMITTED.
  534. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ExoTown) Lava fire is blocked.
  535. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ExoTown) Fire spread is UNRESTRICTED.
  536. 2012-09-02 13:34:04 [INFO] [WorldGuard] Loaded configuration for world 'ExoTown'
  537. 2012-09-02 13:34:04 [INFO] [WorldGuard] (Hell) TNT ignition is PERMITTED.
  538. 2012-09-02 13:34:04 [INFO] [WorldGuard] (Hell) Lighters are PERMITTED.
  539. 2012-09-02 13:34:04 [INFO] [WorldGuard] (Hell) Lava fire is blocked.
  540. 2012-09-02 13:34:04 [INFO] [WorldGuard] (Hell) Fire spread is UNRESTRICTED.
  541. 2012-09-02 13:34:04 [INFO] [WorldGuard] Loaded configuration for world 'Hell'
  542. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ArenaWorld) TNT ignition is PERMITTED.
  543. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ArenaWorld) Lighters are PERMITTED.
  544. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ArenaWorld) Lava fire is blocked.
  545. 2012-09-02 13:34:04 [INFO] [WorldGuard] (ArenaWorld) Fire spread is UNRESTRICTED.
  546. 2012-09-02 13:34:04 [INFO] [WorldGuard] Loaded configuration for world 'ArenaWorld'
  547. 2012-09-02 13:34:04 [INFO] [WorldGuard] 0 regions loaded for 'world'
  548. 2012-09-02 13:34:04 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
  549. 2012-09-02 13:34:04 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
  550. 2012-09-02 13:34:04 [INFO] [WorldGuard] 0 regions loaded for 'ExoTown'
  551. 2012-09-02 13:34:04 [INFO] [WorldGuard] 0 regions loaded for 'Hell'
  552. 2012-09-02 13:34:04 [INFO] [WorldGuard] 0 regions loaded for 'ArenaWorld'
  553. 2012-09-02 13:34:04 [INFO] [mChatSuite] Enabling mChatSuite v1.3.1-b275jnks-R1.0
  554. 2012-09-02 13:34:04 [INFO] [mChatSuite] <Plugin> Factions v1.6.9 hooked!.
  555. 2012-09-02 13:34:04 [INFO] Unknown command. Type "help" for help.
  556. 2012-09-02 13:34:04 [INFO] [MChat] <Plugin> Vault v1.2.17-b224 hooked!.
  557. 2012-09-02 13:34:04 [INFO] [MChat] <Permissions> PermissionsEx v1.19.3 hooked!.
  558. 2012-09-02 13:34:04 [INFO] [mChatSuite] mChatSuite v1.3.1-b275jnks-R1.0 is enabled! [24ms]
  559. 2012-09-02 13:34:04 [INFO] [Warns] Enabling Warns v3
  560. 2012-09-02 13:34:04 [INFO] [Warns] If you have just updated Warns, please delete
  561. 2012-09-02 13:34:04 [INFO] [Warns] the config so it can add new config!
  562. 2012-09-02 13:34:04 [SEVERE] Error occurred while enabling Warns v3 (Is it up to date?)
  563. java.lang.NoSuchMethodError: me.liamallan.Warns.Warns.getConfiguration()Lorg/bukkit/util/config/Configuration;
  564. at me.liamallan.Warns.Warns.onEnable(Warns.java:67)
  565. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  566. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  567. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  568. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  569. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  570. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  571. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  572. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  573. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  574. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  575. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  576. 2012-09-02 13:34:04 [INFO] [FancyText] Enabling FancyText v1.2
  577. 2012-09-02 13:34:04 [INFO] [OpenInv] Enabling OpenInv v1.8.7
  578. 2012-09-02 13:34:04 [INFO] [OpenInv] version 1.8.7 enabled!
  579. 2012-09-02 13:34:04 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
  580. 2012-09-02 13:34:04 [INFO] [Modifyworld] Modifyworld enabled!
  581. 2012-09-02 13:34:04 [INFO] [Votifier] Enabling Votifier v1.8
  582. 2012-09-02 13:34:04 [INFO] [Votifier] Loaded vote listener: WerrisExecuteCommandListener
  583. 2012-09-02 13:34:04 [INFO] [Votifier] Votifier enabled.
  584. 2012-09-02 13:34:04 [INFO] [MobArena] Enabling MobArena v0.94.4.80
  585. 2012-09-02 13:34:04 [INFO] [MobArena] v0.94.4.80 enabled.
  586. 2012-09-02 13:34:04 [INFO] [MobDisguise] Enabling MobDisguise v1.81
  587. 2012-09-02 13:34:04 [INFO] [MobDisguise] by desmin88 version 1.81 enabled.
  588. 2012-09-02 13:34:04 [INFO] [Essentials] Enabling Essentials v2.9.3
  589. 2012-09-02 13:34:04 [INFO] [Vault][Economy] Essentials Economy hooked.
  590. 2012-09-02 13:34:04 [INFO] Essentials: Using PermissionsEx based permissions.
  591. 2012-09-02 13:34:04 [INFO] [Citizens] Enabling Citizens v1.2.1
  592. 2012-09-02 13:34:05 [INFO] [Citizens] NPC types loaded: trader, wizard, quester, guard, blacksmith, healer
  593. 2012-09-02 13:34:05 [INFO] [Citizens] version [1.2.1] loaded.
  594. 2012-09-02 13:34:05 [INFO] [ChatManager] Enabling ChatManager v1.19.1
  595. 2012-09-02 13:34:05 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
  596. 2012-09-02 13:34:05 [INFO] [ChatManager] Disabling ChatManager v1.19.1
  597. 2012-09-02 13:34:05 [INFO] [ChatManager] ChatManager disabled!
  598. 2012-09-02 13:34:05 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
  599. 2012-09-02 13:34:05 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
  600. 2012-09-02 13:34:05 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
  601. 2012-09-02 13:34:05 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  602. 2012-09-02 13:34:05 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  603. 2012-09-02 13:34:05 [INFO] [Multiverse-Portals] 2 - Portals(s) loaded
  604. 2012-09-02 13:34:05 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
  605. 2012-09-02 13:34:05 [INFO] [Factions] Enabling Factions v1.6.9
  606. 2012-09-02 13:34:05 [INFO] [Factions v1.6.9] === ENABLE START ===
  607. 2012-09-02 13:34:05 [INFO] [Factions v1.6.9] Loading board from disk
  608. 2012-09-02 13:34:05 [INFO] [Factions v1.6.9] Found and will integrate chat with EssentialsChat v2.9.3
  609. 2012-09-02 13:34:05 [INFO] [Factions v1.6.9] Economy integration through Vault plugin successful.
  610. 2012-09-02 13:34:05 [INFO] [Factions v1.6.9] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  611. 2012-09-02 13:34:05 [INFO] [Factions v1.6.9] === ENABLE DONE (Took 96ms) ===
  612. 2012-09-02 13:34:05 [INFO] [FactionsPlus] Enabling FactionsPlus v0.4.7
  613. 2012-09-02 13:34:05 [INFO] [FactionsPlus] Factions version 1.6.9
  614. 2012-09-02 13:34:05 [INFO] [FactionsPlus] Economy integration is OFF
  615. 2012-09-02 13:34:05 [INFO] [FactionsPlus] Hooked into WorldEdit!
  616. 2012-09-02 13:34:05 [INFO] [FactionsPlus] Hooked into WorldGuard!
  617. 2012-09-02 13:34:05 [INFO] Server permissions file permissions.yml is empty, ignoring it
  618. 2012-09-02 13:34:06 [INFO] Done (5.488s)! For help, type "help" or "?"
  619. 2012-09-02 13:34:06 [INFO] Starting GS4 status listener
  620. 2012-09-02 13:34:06 [INFO] Query running on 198.144.179.36:25565
  621. 2012-09-02 13:34:06 [INFO] [Citizens] Loaded 7 NPCs.
  622. 2012-09-02 13:34:06 [INFO] [Citizens] Loaded 0 quests.
  623. 2012-09-02 13:35:12 [INFO] /108.174.62.114:41374 lost connection
  624. 2012-09-02 13:35:12 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  625. 2012-09-02 13:35:51 [INFO] Read timed out
  626. 2012-09-02 13:37:00 [INFO] /173.255.235.251:40977 lost connection
  627. 2012-09-02 13:37:01 [INFO] /72.91.77.181:57474 lost connection
  628. 2012-09-02 13:42:54 [INFO] /108.174.62.114:47595 lost connection
  629. 2012-09-02 13:42:54 [INFO] /72.91.77.181:57555 lost connection
  630. 2012-09-02 13:42:54 [INFO] /72.91.77.181:57599 lost connection
  631. 2012-09-02 13:42:54 [INFO] /75.67.110.126:59484 lost connection
  632. 2012-09-02 13:42:54 [INFO] /108.174.62.114:52997 lost connection
  633. 2012-09-02 13:42:54 [INFO] /108.174.62.114:53203 lost connection
  634. 2012-09-02 13:42:54 [INFO] ExoMouse [/190.166.199.237:11846] lost connection
  635. 2012-09-02 13:42:54 [INFO] Unknown command. Type "help" for help.
  636. 2012-09-02 13:50:28 [INFO] Starting minecraft server version 1.3.1
  637. 2012-09-02 13:50:28 [INFO] Loading properties
  638. 2012-09-02 13:50:28 [INFO] Default game type: SURVIVAL
  639. 2012-09-02 13:50:28 [INFO] Generating keypair
  640. 2012-09-02 13:50:28 [INFO] Starting Minecraft server on 198.144.179.36:25565
  641. 2012-09-02 13:50:28 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-20-g5f893b1-b2348jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.1-SNAPSHOT)
  642. 2012-09-02 13:50:29 [INFO] [PermissionsEx] sql backend registered!
  643. 2012-09-02 13:50:29 [INFO] [PermissionsEx] file backend registered!
  644. 2012-09-02 13:50:29 [INFO] [PermissionsEx] PermissionEx plugin initialized.
  645. 2012-09-02 13:50:29 [SEVERE] Could not load 'plugins/EssentialsGroupBridge.jar' in folder 'plugins'
  646. org.bukkit.plugin.UnknownDependencyException: GroupManager
  647. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
  648. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222)
  649. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
  650. at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
  651. at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
  652. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
  653. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  654. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  655. 2012-09-02 13:50:29 [INFO] [bHungerGames] Loading bHungerGames v1.4.0
  656. 2012-09-02 13:50:29 [INFO] [SWatchdog] Loading SWatchdog v1.15
  657. 2012-09-02 13:50:29 [INFO] [WorldEdit] Loading WorldEdit v5.3
  658. 2012-09-02 13:50:29 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.6.1
  659. 2012-09-02 13:50:29 [INFO] [ZNounce] Loading ZNounce v2.5
  660. 2012-09-02 13:50:29 [INFO] [Vault] Loading Vault v1.2.17-b224
  661. 2012-09-02 13:50:29 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  662. 2012-09-02 13:50:29 [INFO] ----- Bukkit Auto Updater -----
  663. 2012-09-02 13:50:29 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  664. 2012-09-02 13:50:29 [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'.
  665. 2012-09-02 13:50:29 [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.
  666. 2012-09-02 13:50:29 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  667. 2012-09-02 13:50:29 [INFO] ----- ------------------- -----
  668. 2012-09-02 13:50:29 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.3
  669. 2012-09-02 13:50:29 [INFO] [PermissionsEx] Initializing file backend
  670. 2012-09-02 13:50:29 [INFO] [LogBlock] Loading LogBlock v1.58
  671. 2012-09-02 13:50:29 [INFO] [LogBlock] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  672. 2012-09-02 13:50:29 [SEVERE] [LogBlock] [LogBlock] Error while fetching connection:
  673. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  674. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  675. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  676. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  677. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  678. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  679. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  680. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  681. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  682. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  683. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  684. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  685. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  686. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  687. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  688. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  689. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  690. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  691. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  692. at java.sql.DriverManager.getConnection(Unknown Source)
  693. at java.sql.DriverManager.getConnection(Unknown Source)
  694. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:73)
  695. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:243)
  696. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:89)
  697. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:227)
  698. at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
  699. at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
  700. at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
  701. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
  702. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  703. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  704. 2012-09-02 13:50:29 [INFO] [WorldGuard] Loading WorldGuard v5.5.3
  705. 2012-09-02 13:50:29 [INFO] [mChatSuite] Loading mChatSuite v1.3.1-b275jnks-R1.0
  706. 2012-09-02 13:50:29 [INFO] [Warns] Loading Warns v3
  707. 2012-09-02 13:50:29 [INFO] [FancyText] Loading FancyText v1.2
  708. 2012-09-02 13:50:29 [INFO] [OpenInv] Loading OpenInv v1.8.7
  709. 2012-09-02 13:50:29 [INFO] [Modifyworld] Loading Modifyworld v1.19.3
  710. 2012-09-02 13:50:29 [INFO] [Votifier] Loading Votifier v1.8
  711. 2012-09-02 13:50:29 [INFO] [MobArena] Loading MobArena v0.94.4.80
  712. 2012-09-02 13:50:29 [INFO] [MobDisguise] Loading MobDisguise v1.81
  713. 2012-09-02 13:50:29 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
  714. 2012-09-02 13:50:29 [INFO] [Essentials] Loading Essentials v2.9.3
  715. 2012-09-02 13:50:29 [INFO] [Citizens] Loading Citizens v1.2.1
  716. 2012-09-02 13:50:29 [INFO] [ChatManager] Loading ChatManager v1.19.1
  717. 2012-09-02 13:50:29 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
  718. 2012-09-02 13:50:29 [INFO] MLog clients using java 1.4+ standard logging.
  719. 2012-09-02 13:50:29 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
  720. 2012-09-02 13:50:29 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  721. 2012-09-02 13:50:29 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
  722. 2012-09-02 13:50:29 [INFO] [Factions] Loading Factions v1.6.9
  723. 2012-09-02 13:50:29 [INFO] [FactionsPlus] Loading FactionsPlus v0.4.7
  724. 2012-09-02 13:50:29 [INFO] [Vault] Enabling Vault v1.2.17-b224
  725. 2012-09-02 13:50:29 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  726. 2012-09-02 13:50:29 [INFO] [Vault][Permission] PermissionsEx found: Waiting
  727. 2012-09-02 13:50:29 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  728. 2012-09-02 13:50:29 [INFO] [Vault][Chat] PermissionsEx found: Waiting
  729. 2012-09-02 13:50:29 [INFO] [Vault][Chat] mChatSuite found: Waiting
  730. 2012-09-02 13:50:29 [INFO] [Vault] Enabled Version 1.2.17-b224
  731. 2012-09-02 13:50:29 [INFO] [Vault][Chat] mChatSuite hooked.
  732. 2012-09-02 13:50:29 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
  733. 2012-09-02 13:50:29 [INFO] [mcMMO] Loading mcMMO config.yml File...
  734. 2012-09-02 13:50:29 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
  735. 2012-09-02 13:50:29 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
  736. 2012-09-02 13:50:29 [INFO] mcMMO version 1.3.11-b1030 is enabled!
  737. 2012-09-02 13:50:29 [INFO] Preparing level "world"
  738. 2012-09-02 13:50:29 [INFO] Preparing start region for level 0 (Seed: 2525617506084080286)
  739. 2012-09-02 13:50:30 [INFO] Preparing start region for level 1 (Seed: -7219834857629985249)
  740. 2012-09-02 13:50:30 [INFO] Preparing start region for level 2 (Seed: -7219834857629985249)
  741. 2012-09-02 13:50:30 [INFO] Preparing spawn area: 48%
  742. 2012-09-02 13:50:31 [INFO] [bHungerGames] Enabling bHungerGames v1.4.0
  743. 2012-09-02 13:50:31 [INFO] [bHungerGames] bHungerGames Version 1.4.0 Enabled!
  744. 2012-09-02 13:50:31 [INFO] [SWatchdog] Enabling SWatchdog v1.15
  745. 2012-09-02 13:50:31 [INFO] SWatchdog version 1.15 is enabled
  746. 2012-09-02 13:50:31 [INFO] [!] SWatchdog finished checks, everything seems good to go.
  747. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: verboseStart, false
  748. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: welcome, true
  749. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: splitsMode, time
  750. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: splits, 100
  751. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: splitsTime, 10
  752. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: autoCleanDays, -1
  753. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: maximumRadius, 50
  754. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: debug, false
  755. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: integrityOnStart, true
  756. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: autoRepair, false
  757. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchAnimals, false
  758. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchUser, true
  759. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchExplosion, true
  760. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchBurn, true
  761. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchDecay, true
  762. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchBucket, true
  763. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchGrow, true
  764. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchWaterLava, false
  765. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchLava, false
  766. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchFormSpread, false
  767. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchNPC, false
  768. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchPhysics, false
  769. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: WatchChestAccess, false
  770. 2012-09-02 13:50:31 [INFO] [!] SWatchdog Added to conf-map: UseTools, false
  771. 2012-09-02 13:50:31 [INFO] [!] SWatchdog finished integrity checks.
  772. 2012-09-02 13:50:31 [INFO] [!] SWatchdog adjusted the splitter time.
  773. 2012-09-02 13:50:31 [INFO] [!] SWatchdog added to confmap: worlds#0, world
  774. 2012-09-02 13:50:31 [INFO] [!] SWatchdog added to confmap: worlds#1, world_nether
  775. 2012-09-02 13:50:31 [INFO] [!] SWatchdog added to confmap: worlds#2, world_the_end
  776. 2012-09-02 13:50:31 [INFO] [WorldEdit] Enabling WorldEdit v5.3
  777. 2012-09-02 13:50:31 [INFO] WEPIF: Using the Bukkit Permissions API.
  778. 2012-09-02 13:50:31 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.6.1
  779. 2012-09-02 13:50:31 [SEVERE] Error occurred while enabling NoCheatPlus v3.6.1 (Is it up to date?)
  780. java.lang.VerifyError: (class: fr/neatmonster/nocheatplus/checks/chat/ChatListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function
  781. at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:72)
  782. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  783. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  784. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  785. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  786. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  787. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  788. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  789. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  790. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  791. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  792. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  793. 2012-09-02 13:50:31 [INFO] [ZNounce] Enabling ZNounce v2.5
  794. 2012-09-02 13:50:31 [INFO] [ZNounce] Checking for version file...
  795. 2012-09-02 13:50:31 [INFO] [ZNounce] Version file found. It shows version: 2.5
  796. 2012-09-02 13:50:31 [INFO] [ZNounce] That is the latest version. No changes made.
  797. 2012-09-02 13:50:31 [INFO] [ZNounce] Config does not require updating.
  798. 2012-09-02 13:50:31 [INFO] [ZNounce] Updating Version to: 2.5
  799. 2012-09-02 13:50:31 [INFO] [ZNounce] Version 2.5 is now enabled.
  800. 2012-09-02 13:50:31 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  801. 2012-09-02 13:50:31 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  802. 2012-09-02 13:50:31 [INFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  803. 2012-09-02 13:50:31 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 2525617506084080286
  804. 2012-09-02 13:50:31 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -7219834857629985249
  805. 2012-09-02 13:50:31 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -7219834857629985249
  806. 2012-09-02 13:50:31 [INFO] Could not set generator for world 'ExoTown': Plugin 'gm' does not exist
  807. 2012-09-02 13:50:31 [INFO] [Multiverse-Core] Loading World & Settings - 'ExoTown' - Env: THE_END - Type: NORMAL & seed: -1108046705902671149 & generator: gm
  808. 2012-09-02 13:50:31 [INFO] Preparing start region for level 3 (Seed: -1108046705902671149)
  809. 2012-09-02 13:50:32 [INFO] Preparing spawn area for ExoTown, 52%
  810. 2012-09-02 13:50:33 [INFO] [Multiverse-Core] Loading World & Settings - 'Hell' - Env: NETHER - Type: NORMAL & seed: -999550120181058920
  811. 2012-09-02 13:50:33 [INFO] Preparing start region for level 4 (Seed: -999550120181058920)
  812. 2012-09-02 13:50:33 [INFO] [Multiverse-Core] Loading World & Settings - 'ArenaWorld' - Env: NORMAL - Type: FLAT & seed: -6026050493600480488
  813. 2012-09-02 13:50:33 [INFO] Preparing start region for level 5 (Seed: -6026050493600480488)
  814. 2012-09-02 13:50:33 [INFO] [Multiverse-Core] 6 - World(s) loaded.
  815. 2012-09-02 13:50:33 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.3
  816. 2012-09-02 13:50:33 [INFO] [PermissionsEx] Superperms support enabled.
  817. 2012-09-02 13:50:33 [INFO] [PermissionsEx] v1.19.3 enabled
  818. 2012-09-02 13:50:33 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  819. 2012-09-02 13:50:33 [INFO] [Vault][Permission] PermissionsEx hooked.
  820. 2012-09-02 13:50:33 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
  821. 2012-09-02 13:50:33 [INFO] [LogBlock] Enabling LogBlock v1.58
  822. 2012-09-02 13:50:33 [INFO] [WorldGuard] Enabling WorldGuard v5.5.3
  823. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  824. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  825. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world) Lava fire is blocked.
  826. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  827. 2012-09-02 13:50:33 [INFO] [WorldGuard] Loaded configuration for world 'world'
  828. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  829. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
  830. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
  831. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  832. 2012-09-02 13:50:33 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
  833. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  834. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
  835. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
  836. 2012-09-02 13:50:33 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  837. 2012-09-02 13:50:33 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
  838. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ExoTown) TNT ignition is PERMITTED.
  839. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ExoTown) Lighters are PERMITTED.
  840. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ExoTown) Lava fire is blocked.
  841. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ExoTown) Fire spread is UNRESTRICTED.
  842. 2012-09-02 13:50:33 [INFO] [WorldGuard] Loaded configuration for world 'ExoTown'
  843. 2012-09-02 13:50:33 [INFO] [WorldGuard] (Hell) TNT ignition is PERMITTED.
  844. 2012-09-02 13:50:33 [INFO] [WorldGuard] (Hell) Lighters are PERMITTED.
  845. 2012-09-02 13:50:33 [INFO] [WorldGuard] (Hell) Lava fire is blocked.
  846. 2012-09-02 13:50:33 [INFO] [WorldGuard] (Hell) Fire spread is UNRESTRICTED.
  847. 2012-09-02 13:50:33 [INFO] [WorldGuard] Loaded configuration for world 'Hell'
  848. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ArenaWorld) TNT ignition is PERMITTED.
  849. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ArenaWorld) Lighters are PERMITTED.
  850. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ArenaWorld) Lava fire is blocked.
  851. 2012-09-02 13:50:33 [INFO] [WorldGuard] (ArenaWorld) Fire spread is UNRESTRICTED.
  852. 2012-09-02 13:50:33 [INFO] [WorldGuard] Loaded configuration for world 'ArenaWorld'
  853. 2012-09-02 13:50:33 [INFO] [WorldGuard] 0 regions loaded for 'world'
  854. 2012-09-02 13:50:33 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
  855. 2012-09-02 13:50:33 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
  856. 2012-09-02 13:50:33 [INFO] [WorldGuard] 0 regions loaded for 'ExoTown'
  857. 2012-09-02 13:50:33 [INFO] [WorldGuard] 0 regions loaded for 'Hell'
  858. 2012-09-02 13:50:33 [INFO] [WorldGuard] 0 regions loaded for 'ArenaWorld'
  859. 2012-09-02 13:50:33 [INFO] [mChatSuite] Enabling mChatSuite v1.3.1-b275jnks-R1.0
  860. 2012-09-02 13:50:33 [INFO] [mChatSuite] <Plugin> Factions v1.6.9 hooked!.
  861. 2012-09-02 13:50:33 [INFO] Unknown command. Type "help" for help.
  862. 2012-09-02 13:50:33 [INFO] [MChat] <Plugin> Vault v1.2.17-b224 hooked!.
  863. 2012-09-02 13:50:33 [INFO] [MChat] <Permissions> PermissionsEx v1.19.3 hooked!.
  864. 2012-09-02 13:50:33 [INFO] [mChatSuite] mChatSuite v1.3.1-b275jnks-R1.0 is enabled! [31ms]
  865. 2012-09-02 13:50:33 [INFO] [Warns] Enabling Warns v3
  866. 2012-09-02 13:50:33 [INFO] [Warns] If you have just updated Warns, please delete
  867. 2012-09-02 13:50:33 [INFO] [Warns] the config so it can add new config!
  868. 2012-09-02 13:50:33 [SEVERE] Error occurred while enabling Warns v3 (Is it up to date?)
  869. java.lang.NoSuchMethodError: me.liamallan.Warns.Warns.getConfiguration()Lorg/bukkit/util/config/Configuration;
  870. at me.liamallan.Warns.Warns.onEnable(Warns.java:67)
  871. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  872. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
  873. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  874. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
  875. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
  876. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
  877. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
  878. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
  879. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  880. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  881. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  882. 2012-09-02 13:50:33 [INFO] [FancyText] Enabling FancyText v1.2
  883. 2012-09-02 13:50:33 [INFO] [OpenInv] Enabling OpenInv v1.8.7
  884. 2012-09-02 13:50:34 [INFO] [OpenInv] version 1.8.7 enabled!
  885. 2012-09-02 13:50:34 [INFO] [Modifyworld] Enabling Modifyworld v1.19.3
  886. 2012-09-02 13:50:34 [INFO] [Modifyworld] Modifyworld enabled!
  887. 2012-09-02 13:50:34 [INFO] [Votifier] Enabling Votifier v1.8
  888. 2012-09-02 13:50:34 [INFO] [Votifier] Loaded vote listener: WerrisExecuteCommandListener
  889. 2012-09-02 13:50:34 [INFO] [Votifier] Votifier enabled.
  890. 2012-09-02 13:50:34 [INFO] [MobArena] Enabling MobArena v0.94.4.80
  891. 2012-09-02 13:50:34 [INFO] [MobArena] v0.94.4.80 enabled.
  892. 2012-09-02 13:50:34 [INFO] [MobDisguise] Enabling MobDisguise v1.81
  893. 2012-09-02 13:50:34 [INFO] [MobDisguise] by desmin88 version 1.81 enabled.
  894. 2012-09-02 13:50:34 [INFO] [Essentials] Enabling Essentials v2.9.3
  895. 2012-09-02 13:50:34 [INFO] [Vault][Economy] Essentials Economy hooked.
  896. 2012-09-02 13:50:34 [INFO] Essentials: Using PermissionsEx based permissions.
  897. 2012-09-02 13:50:34 [INFO] [Citizens] Enabling Citizens v1.2.1
  898. 2012-09-02 13:50:34 [INFO] [Citizens] NPC types loaded: trader, wizard, quester, guard, blacksmith, healer
  899. 2012-09-02 13:50:35 [INFO] [Citizens] version [1.2.1] loaded.
  900. 2012-09-02 13:50:35 [INFO] [ChatManager] Enabling ChatManager v1.19.1
  901. 2012-09-02 13:50:35 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
  902. 2012-09-02 13:50:35 [INFO] [ChatManager] Disabling ChatManager v1.19.1
  903. 2012-09-02 13:50:35 [INFO] [ChatManager] ChatManager disabled!
  904. 2012-09-02 13:50:35 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
  905. 2012-09-02 13:50:35 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
  906. 2012-09-02 13:50:35 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
  907. 2012-09-02 13:50:35 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  908. 2012-09-02 13:50:35 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  909. 2012-09-02 13:50:35 [INFO] [Multiverse-Portals] 2 - Portals(s) loaded
  910. 2012-09-02 13:50:35 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
  911. 2012-09-02 13:50:35 [INFO] [Factions] Enabling Factions v1.6.9
  912. 2012-09-02 13:50:35 [INFO] [Factions v1.6.9] === ENABLE START ===
  913. 2012-09-02 13:50:35 [INFO] [Factions v1.6.9] Loading board from disk
  914. 2012-09-02 13:50:35 [INFO] [Factions v1.6.9] Found and will integrate chat with EssentialsChat v2.9.3
  915. 2012-09-02 13:50:35 [INFO] [Factions v1.6.9] Economy integration through Vault plugin successful.
  916. 2012-09-02 13:50:35 [INFO] [Factions v1.6.9] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  917. 2012-09-02 13:50:35 [INFO] [Factions v1.6.9] === ENABLE DONE (Took 97ms) ===
  918. 2012-09-02 13:50:35 [INFO] [FactionsPlus] Enabling FactionsPlus v0.4.7
  919. 2012-09-02 13:50:35 [INFO] [FactionsPlus] Factions version 1.6.9
  920. 2012-09-02 13:50:35 [INFO] [FactionsPlus] Economy integration is OFF
  921. 2012-09-02 13:50:35 [INFO] [FactionsPlus] Hooked into WorldEdit!
  922. 2012-09-02 13:50:35 [INFO] [FactionsPlus] Hooked into WorldGuard!
  923. 2012-09-02 13:50:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
  924. 2012-09-02 13:50:35 [INFO] Done (6.075s)! For help, type "help" or "?"
  925. 2012-09-02 13:50:35 [INFO] Starting GS4 status listener
  926. 2012-09-02 13:50:35 [INFO] Query running on 198.144.179.36:25565
  927. 2012-09-02 13:50:36 [INFO] [Citizens] Loaded 7 NPCs.
  928. 2012-09-02 13:50:36 [INFO] [Citizens] Loaded 0 quests.
Add Comment
Please, Sign In to add comment