Advertisement
Guest User

Untitled

a guest
May 11th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.30 KB | None | 0 0
  1. 2013-05-10 17:11:28 [INFO] Starting minecraft server version 1.5.2
  2. 2013-05-10 17:11:28 [INFO] Loading properties
  3. 2013-05-10 17:11:28 [INFO] Default game type: SURVIVAL
  4. 2013-05-10 17:11:28 [INFO] Generating keypair
  5. 2013-05-10 17:11:29 [INFO] This server is running CraftBukkit version git-Spigot-844 (MC: 1.5.2) (Implementing API version 1.5.2-R0.2-SNAPSHOT)
  6. 2013-05-10 17:11:31 [INFO] DataSourcePool [TeleportSigns] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
  7. 2013-05-10 17:11:31 [SEVERE] FATAL: DataSourcePool [TeleportSigns] is down!!!
  8. 2013-05-10 17:11:31 [INFO] Reseting DataSourcePool [TeleportSigns] min:2 max:20 free:0 busy:0 waiting:0 highWaterMark:0 waitCount:0 hitCount:0
  9. 2013-05-10 17:11:31 [INFO] Busy Connections:
  10.  
  11. 2013-05-10 17:11:31 [SEVERE] Could not load 'plugins/TeleportSigns#31.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidPluginException: com.avaje.ebeaninternal.server.lib.sql.DataSourceException: java.sql.SQLException: Access denied for user 'ni129774_1_DB'@'localhost' (using password: YES)
  13. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:307)
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231)
  16. at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:263)
  17. at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:241)
  18. at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
  19. at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
  20. at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:95)
  21. at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:388)
  22. at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  23. Caused by: com.avaje.ebeaninternal.server.lib.sql.DataSourceException: java.sql.SQLException: Access denied for user 'ni129774_1_DB'@'localhost' (using password: YES)
  24. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.<init>(DataSourcePool.java:210)
  25. at com.avaje.ebeaninternal.server.lib.sql.DataSourceManager.getDataSource(DataSourceManager.java:210)
  26. at com.avaje.ebeaninternal.server.lib.sql.DataSourceGlobalManager.getDataSource(DataSourceGlobalManager.java:63)
  27. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.getDataSourceFromConfig(DefaultServerFactory.java:427)
  28. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.setDataSource(DefaultServerFactory.java:388)
  29. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:168)
  30. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:64)
  31. at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78)
  32. at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:265)
  33. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:180)
  34. ... 9 more
  35. Caused by: java.sql.SQLException: Access denied for user 'ni129774_1_DB'@'localhost' (using password: YES)
  36. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  37. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  38. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  39. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  40. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  41. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  42. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  43. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  44. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  45. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  46. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  47. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  48. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  49. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  50. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  51. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  52. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  53. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  54. at java.sql.DriverManager.getConnection(Unknown Source)
  55. at java.sql.DriverManager.getConnection(Unknown Source)
  56. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.createUnpooledConnection(DataSourcePool.java:401)
  57. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.createConnectionForQueue(DataSourcePool.java:607)
  58. at com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue.ensureMinimumConnections(PooledConnectionQueue.java:205)
  59. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.initialise(DataSourcePool.java:248)
  60. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.<init>(DataSourcePool.java:208)
  61. ... 18 more
  62. 2013-05-10 17:11:32 [INFO] [PermissionsEx] sql backend registered!
  63. 2013-05-10 17:11:32 [INFO] [PermissionsEx] file backend registered!
  64. 2013-05-10 17:11:32 [INFO] [PermissionsEx] PermissionEx plugin initialized.
  65. 2013-05-10 17:11:33 [INFO] [WorldEdit] Loading WorldEdit v1407-f22403c
  66. 2013-05-10 17:11:33 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.9.1-RC2-b510
  67. 2013-05-10 17:11:33 [INFO] [Vault] Loading Vault v1.2.25-b320
  68. 2013-05-10 17:11:33 [INFO] [PlayerHeads] Loading PlayerHeads v3.1.0093
  69. 2013-05-10 17:11:33 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
  70. 2013-05-10 17:11:33 [INFO] [PermissionsEx] Initializing file backend
  71. 2013-05-10 17:11:33 [INFO] Permissions file successfully reloaded
  72. 2013-05-10 17:11:33 [INFO] [Stargate] Loading Stargate v0.7.9.10
  73. 2013-05-10 17:11:33 [INFO] [LogBlock] Loading LogBlock v1.70
  74. 2013-05-10 17:11:33 [INFO] [LogBlock] Connecting to ni129774_1_DB@jdbc:mysql://localhost:3306/ni129774_1_DB...
  75. 2013-05-10 17:11:33 [INFO] [LWC] Loading LWC v4.3.2 (b858-git-MANUAL) (March 16, 2013)
  76. 2013-05-10 17:11:33 [INFO] [WorldGuard] Loading WorldGuard v843-1235fff
  77. 2013-05-10 17:11:33 [INFO] [MCBans] Loading MCBans v4.2
  78. 2013-05-10 17:11:33 [INFO] [SignEdit] Loading SignEdit v3.2.2
  79. 2013-05-10 17:11:33 [INFO] [Lottery] Loading Lottery v0.9.3
  80. 2013-05-10 17:11:33 [INFO] [ChestShop] Loading ChestShop v3.5
  81. 2013-05-10 17:11:33 [INFO] [Movecraft] Loading Movecraft v3.1.26
  82. 2013-05-10 17:11:33 [INFO] [ProtocolLib] Loading ProtocolLib v2.4.1
  83. 2013-05-10 17:11:33 [WARNING] [ProtocolLib] Version (MC: 1.5.2) has not yet been tested! Proceed with caution.
  84. 2013-05-10 17:11:34 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
  85. 2013-05-10 17:11:34 [INFO] [Herochat] Loading Herochat v5.6.5-b214
  86. 2013-05-10 17:11:34 [INFO] [MobArena] Loading MobArena v0.94.4.98
  87. 2013-05-10 17:11:34 [INFO] [Essentials] Loading Essentials vPre2.11.1.2
  88. 2013-05-10 17:11:34 [INFO] [Citizens] Loading Citizens v2.0.8-SNAPSHOT (build 803)
  89. 2013-05-10 17:11:34 [INFO] [ServerSigns] Loading ServerSigns v2.8
  90. 2013-05-10 17:11:34 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vPre2.11.1.2
  91. 2013-05-10 17:11:34 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.17.3
  92. 2013-05-10 17:11:34 [INFO] [PlotMe] Loading PlotMe v0.13
  93. 2013-05-10 17:11:34 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b666
  94. 2013-05-10 17:11:34 [INFO] [Paintball] Loading Paintball v1.1.8
  95. 2013-05-10 17:11:34 [INFO] [DisguiseCraft] Loading DisguiseCraft v4.7
  96. 2013-05-10 17:11:34 [INFO] [Sentry] Loading Sentry v1.3.3.3
  97. 2013-05-10 17:11:34 [INFO] [CraftBook] Loading CraftBook v2124-c504b61
  98. 2013-05-10 17:11:34 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b350
  99. 2013-05-10 17:11:34 [INFO] [Vault] Enabling Vault v1.2.25-b320
  100. 2013-05-10 17:11:34 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  101. 2013-05-10 17:11:34 [INFO] [Vault][Permission] PermissionsEx found: Waiting
  102. 2013-05-10 17:11:34 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  103. 2013-05-10 17:11:34 [INFO] [Vault][Chat] PermissionsEx found: Waiting
  104. 2013-05-10 17:11:34 [INFO] [Vault] Enabled Version 1.2.25-b320
  105. 2013-05-10 17:11:34 [INFO] [Vault][Economy] Essentials Economy hooked.
  106. 2013-05-10 17:11:34 [INFO] [Vault][Permission] PermissionsEx hooked.
  107. 2013-05-10 17:11:34 [INFO] [LWC] Enabling LWC v4.3.2 (b858-git-MANUAL) (March 16, 2013)
  108. 2013-05-10 17:11:35 [INFO] [LWC] Connecting to SQLite
  109. 2013-05-10 17:11:35 [INFO] [PlotMe] Enabling PlotMe v0.13
  110. 2013-05-10 17:11:35 [INFO] §9[PlotMe] §r 48 plots loaded
  111. 2013-05-10 17:11:35 [INFO] Starting listener #0 on 217.198.137.162:25665
  112. 2013-05-10 17:11:36 [INFO] Using Netty NIO with 3 threads for network connections.
  113. 2013-05-10 17:11:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  114. 2013-05-10 17:11:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
  115. 2013-05-10 17:11:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  116. 2013-05-10 17:11:36 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
  117. 2013-05-10 17:11:36 [INFO] Preparing level "world"
  118. 2013-05-10 17:11:36 [INFO] -------------- Spigot ----------------
  119. 2013-05-10 17:11:36 [INFO] -------- World Settings For [world] --------
  120. 2013-05-10 17:11:36 [INFO] Growth Per Chunk: 1000
  121. 2013-05-10 17:11:36 [INFO] Random Lighting Updates: false
  122. 2013-05-10 17:11:36 [INFO] Mob Spawn Range: 4
  123. 2013-05-10 17:11:36 [INFO] Aggregate Ticks: 4
  124. 2013-05-10 17:11:36 [INFO] Wheat Growth Modifier: 100
  125. 2013-05-10 17:11:36 [INFO] Cactus Growth Modifier: 100
  126. 2013-05-10 17:11:36 [INFO] Melon Growth Modifier: 100
  127. 2013-05-10 17:11:36 [INFO] Pumpkin Growth Modifier: 100
  128. 2013-05-10 17:11:36 [INFO] Sugar Growth Modifier: 100
  129. 2013-05-10 17:11:36 [INFO] Tree Growth Modifier: 100
  130. 2013-05-10 17:11:36 [INFO] Mushroom Growth Modifier: 100
  131. 2013-05-10 17:11:36 [INFO] View distance: 8
  132. 2013-05-10 17:11:36 [INFO] Oreobfuscator: false
  133. 2013-05-10 17:11:36 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  134. 2013-05-10 17:11:36 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  135. 2013-05-10 17:11:36 [INFO] -------------------------------------------------
  136. 2013-05-10 17:11:36 [INFO] -------------- Spigot ----------------
  137. 2013-05-10 17:11:36 [INFO] -------- World Settings For [world_nether] --------
  138. 2013-05-10 17:11:36 [INFO] Growth Per Chunk: 0
  139. 2013-05-10 17:11:36 [INFO] Random Lighting Updates: true
  140. 2013-05-10 17:11:36 [INFO] Mob Spawn Range: 4
  141. 2013-05-10 17:11:36 [INFO] Aggregate Ticks: 4
  142. 2013-05-10 17:11:36 [INFO] Wheat Growth Modifier: 100
  143. 2013-05-10 17:11:36 [INFO] Cactus Growth Modifier: 100
  144. 2013-05-10 17:11:36 [INFO] Melon Growth Modifier: 100
  145. 2013-05-10 17:11:36 [INFO] Pumpkin Growth Modifier: 100
  146. 2013-05-10 17:11:36 [INFO] Sugar Growth Modifier: 100
  147. 2013-05-10 17:11:36 [INFO] Tree Growth Modifier: 100
  148. 2013-05-10 17:11:36 [INFO] Mushroom Growth Modifier: 100
  149. 2013-05-10 17:11:36 [INFO] View distance: 5
  150. 2013-05-10 17:11:36 [INFO] Oreobfuscator: false
  151. 2013-05-10 17:11:36 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  152. 2013-05-10 17:11:36 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  153. 2013-05-10 17:11:36 [INFO] -------------------------------------------------
  154. 2013-05-10 17:11:36 [INFO] -------------- Spigot ----------------
  155. 2013-05-10 17:11:36 [INFO] -------- World Settings For [world_the_end] --------
  156. 2013-05-10 17:11:36 [INFO] Growth Per Chunk: 650
  157. 2013-05-10 17:11:36 [INFO] Random Lighting Updates: false
  158. 2013-05-10 17:11:36 [INFO] Mob Spawn Range: 4
  159. 2013-05-10 17:11:36 [INFO] Aggregate Ticks: 4
  160. 2013-05-10 17:11:36 [INFO] Wheat Growth Modifier: 100
  161. 2013-05-10 17:11:36 [INFO] Cactus Growth Modifier: 100
  162. 2013-05-10 17:11:36 [INFO] Melon Growth Modifier: 100
  163. 2013-05-10 17:11:36 [INFO] Pumpkin Growth Modifier: 100
  164. 2013-05-10 17:11:36 [INFO] Sugar Growth Modifier: 100
  165. 2013-05-10 17:11:36 [INFO] Tree Growth Modifier: 100
  166. 2013-05-10 17:11:36 [INFO] Mushroom Growth Modifier: 100
  167. 2013-05-10 17:11:36 [INFO] View distance: 8
  168. 2013-05-10 17:11:36 [INFO] Oreobfuscator: false
  169. 2013-05-10 17:11:36 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  170. 2013-05-10 17:11:36 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  171. 2013-05-10 17:11:36 [INFO] -------------------------------------------------
  172. 2013-05-10 17:11:36 [INFO] Preparing start region for level 0 (Seed: 7792419256231053636)
  173. 2013-05-10 17:11:37 [INFO] Preparing spawn area: 37%
  174. 2013-05-10 17:11:38 [INFO] Preparing start region for level 1 (Seed: 8111799698097587122)
  175. 2013-05-10 17:11:38 [INFO] Preparing spawn area: 12%
  176. 2013-05-10 17:11:39 [INFO] Preparing start region for level 2 (Seed: 8111799698097587122)
  177. 2013-05-10 17:11:39 [INFO] Preparing spawn area: 41%
  178. 2013-05-10 17:11:39 [INFO] [WorldEdit] Enabling WorldEdit v1407-f22403c
  179. 2013-05-10 17:11:39 [INFO] WEPIF: Using the Bukkit Permissions API.
  180. 2013-05-10 17:11:40 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.9.1-RC2-b510
  181. 2013-05-10 17:11:40 [INFO] [NoCheatPlus] McAccess set to: 1.5.2 / CB2763-DEV
  182. 2013-05-10 17:11:40 [INFO] [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  183. 2013-05-10 17:11:40 [INFO] [NoCheatPlus] Version 3.9.1-RC2-b510 is enabled.
  184. 2013-05-10 17:11:41 [INFO] [PlayerHeads] Enabling PlayerHeads v3.1.0093
  185. 2013-05-10 17:11:41 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
  186. 2013-05-10 17:11:41 [INFO] [PermissionsEx] Superperms support enabled.
  187. 2013-05-10 17:11:41 [INFO] [PermissionsEx] v1.19.5 enabled
  188. 2013-05-10 17:11:41 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  189. 2013-05-10 17:11:41 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
  190. 2013-05-10 17:11:41 [INFO] [Stargate] Enabling Stargate v0.7.9.10
  191. 2013-05-10 17:11:41 [INFO] Stargate v.0.7.9.10 is enabled.
  192. 2013-05-10 17:11:41 [INFO] [Stargate] Loaded 1 gate layouts
  193. 2013-05-10 17:11:41 [INFO] [Stargate::register] Network N1 not in lookupNamesNet, adding
  194. 2013-05-10 17:11:41 [INFO] [Stargate::register] Network N1 not in allPortalsNet, adding
  195. 2013-05-10 17:11:41 [INFO] [Stargate::register] Network N2 not in lookupNamesNet, adding
  196. 2013-05-10 17:11:41 [INFO] [Stargate::register] Network N2 not in allPortalsNet, adding
  197. 2013-05-10 17:11:41 [INFO] [Stargate] {world} Loaded 3 stargates with 0 set as always-on
  198. 2013-05-10 17:11:41 [INFO] [Stargate] {world_nether} No stargates for world
  199. 2013-05-10 17:11:41 [INFO] [Stargate] {world_the_end} No stargates for world
  200. 2013-05-10 17:11:41 [INFO] [Stargate] Plugin metrics enabled.
  201. 2013-05-10 17:11:41 [INFO] [LogBlock] Enabling LogBlock v1.70
  202. 2013-05-10 17:11:41 [INFO] Accepted EditSessionFactory of type de.diddiz.worldedit.LogBlockEditSessionFactory from de.diddiz.worldedit
  203. 2013-05-10 17:11:41 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
  204. 2013-05-10 17:11:41 [INFO] [WorldGuard] Enabling WorldGuard v843-1235fff
  205. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  206. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  207. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world) Lava fire is blocked.
  208. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world) All fire spread is disabled.
  209. 2013-05-10 17:11:42 [INFO] [WorldGuard] Loaded configuration for world 'world'
  210. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  211. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
  212. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
  213. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_nether) All fire spread is disabled.
  214. 2013-05-10 17:11:42 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
  215. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  216. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
  217. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
  218. 2013-05-10 17:11:42 [INFO] [WorldGuard] (world_the_end) All fire spread is disabled.
  219. 2013-05-10 17:11:42 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
  220. 2013-05-10 17:11:42 [INFO] [WorldGuard] 1 regions loaded for 'world'
  221. 2013-05-10 17:11:42 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
  222. 2013-05-10 17:11:42 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
  223. 2013-05-10 17:11:42 [INFO] [MCBans] Enabling MCBans v4.2
  224. 2013-05-10 17:11:42 [SEVERE] [MCBans] This server is not in online mode!
  225. 2013-05-10 17:11:42 [INFO] [MCBans] Disabling MCBans v4.2
  226. 2013-05-10 17:11:42 [INFO] [MCBans] MCBans version 4.2 is disabled!
  227. 2013-05-10 17:11:42 [INFO] [SignEdit] Enabling SignEdit v3.2.2
  228. 2013-05-10 17:11:42 [WARNING] Plugin from file: file:/games/ni129774_1/ftproot/minecraftbukkit/plugins/SignEdit_v3.2.2.jar has embedded Metrics in the default package. This is not advisable, go nag them!
  229. 2013-05-10 17:11:42 [INFO] [Lottery] Enabling Lottery v0.9.3
  230. 2013-05-10 17:11:42 [INFO] [Lottery] Payment method found (Essentials version: 2.2)
  231. 2013-05-10 17:11:42 [INFO] [ChestShop] Enabling ChestShop v3.5
  232. 2013-05-10 17:11:42 [INFO] [ChestShop] LWC version 4.3.2 (b858-git-MANUAL) (March 16, 2013) loaded.
  233. 2013-05-10 17:11:42 [INFO] [ChestShop] Vault loaded - using Essentials Economy
  234. 2013-05-10 17:11:42 [INFO] [Movecraft] Enabling Movecraft v3.1.26
  235. 2013-05-10 17:11:42 [INFO] [Movecraft] Loaded 1 Craft files
  236. 2013-05-10 17:11:42 [WARNING] Plugin from file: file:/games/ni129774_1/ftproot/minecraftbukkit/plugins/Movecraft-v3.1.26.jar has embedded Metrics in the default package. This is not advisable, go nag them!
  237. 2013-05-10 17:11:42 [INFO] [Movecraft] Submitted statistics to mcstats.org succesfully. Thank you for your support.
  238. 2013-05-10 17:11:42 [INFO] [Movecraft] [V 3.1.26] has been enabled.
  239. 2013-05-10 17:11:42 [INFO] [ProtocolLib] Enabling ProtocolLib v2.4.1
  240. 2013-05-10 17:11:42 [INFO] [ProtocolLib] Started structure compiler thread.
  241. 2013-05-10 17:11:43 [INFO] [SignEdit] §5SignEdit is up to date
  242. 2013-05-10 17:11:43 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
  243. 2013-05-10 17:11:43 [INFO] [Modifyworld] Modifyworld enabled!
  244. 2013-05-10 17:11:43 [INFO] [Herochat] Enabling Herochat v5.6.5-b214
  245. 2013-05-10 17:11:43 [INFO] [Herochat] Saving channels
  246. 2013-05-10 17:11:43 [INFO] [Herochat] Save complete
  247. 2013-05-10 17:11:43 [INFO] [Herochat] Version 5.6.5-b214 is enabled.
  248. 2013-05-10 17:11:43 [INFO] [MobArena] Enabling MobArena v0.94.4.98
  249. 2013-05-10 17:11:43 [INFO] [MobArena] No boss abilities found. Extracting defaults...
  250. 2013-05-10 17:11:43 [SEVERE] [MobArena] Couldn't extract the default boss abilities!
  251. 2013-05-10 17:11:43 [WARNING] [MobArena] Invalid boss ability 'arrows' for wave 'boss1' in arena 'default'.
  252. 2013-05-10 17:11:43 [WARNING] [MobArena] Invalid boss ability 'root-target' for wave 'boss1' in arena 'default'.
  253. 2013-05-10 17:11:43 [WARNING] [MobArena] Invalid boss ability 'throw-nearby' for wave 'boss1' in arena 'default'.
  254. 2013-05-10 17:11:43 [INFO] [MobArena] Loaded arena 'default'.
  255. 2013-05-10 17:11:44 [INFO] [MobArena] v0.94.4.98 enabled.
  256. 2013-05-10 17:11:44 [INFO] [Essentials] Enabling Essentials vPre2.11.1.2
  257. 2013-05-10 17:11:44 [INFO] Bukkit version format changed. Version not checked.
  258. 2013-05-10 17:11:44 [INFO] git-Spigot-844 (MC: 1.5.2)
  259. 2013-05-10 17:11:44 [INFO] 1.5.2-R0.2-SNAPSHOT
  260. 2013-05-10 17:11:44 [INFO] Using locale de_DE
  261. 2013-05-10 17:11:44 [INFO] Using locale de_DE
  262. 2013-05-10 17:11:44 [INFO] Essentials: Using PermissionsEx based permissions.
  263. 2013-05-10 17:11:44 [INFO] [Citizens] Enabling Citizens v2.0.8-SNAPSHOT (build 803)
  264. 2013-05-10 17:11:45 [INFO] [ServerSigns] Enabling ServerSigns v2.8
  265. 2013-05-10 17:11:45 [INFO] [ServerSigns] Successfully hooked in into Vault
  266. 2013-05-10 17:11:45 [INFO] [ServerSigns] Version 2.8 is now enabled.
  267. 2013-05-10 17:11:45 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vPre2.11.1.2
  268. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] Enabling VanishNoPacket v3.17.3
  269. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] Loading support for v1_5_R3
  270. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
  271. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] For awesome colored nametags on vanish, visit
  272. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
  273. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] and download TagAPI.jar
  274. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] Now hooking into Essentials
  275. 2013-05-10 17:11:45 [INFO] [VanishNoPacket] v3.17.3 loaded.
  276. 2013-05-10 17:11:45 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b666
  277. 2013-05-10 17:11:45 [INFO] [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b666
  278. 2013-05-10 17:11:46 [INFO] -------------- Spigot ----------------
  279. 2013-05-10 17:11:46 [INFO] -------- World Settings For [Nordpol] --------
  280. 2013-05-10 17:11:46 [INFO] Growth Per Chunk: 650
  281. 2013-05-10 17:11:46 [INFO] Random Lighting Updates: false
  282. 2013-05-10 17:11:46 [INFO] Mob Spawn Range: 4
  283. 2013-05-10 17:11:46 [INFO] Aggregate Ticks: 4
  284. 2013-05-10 17:11:46 [INFO] Wheat Growth Modifier: 100
  285. 2013-05-10 17:11:46 [INFO] Cactus Growth Modifier: 100
  286. 2013-05-10 17:11:46 [INFO] Melon Growth Modifier: 100
  287. 2013-05-10 17:11:46 [INFO] Pumpkin Growth Modifier: 100
  288. 2013-05-10 17:11:46 [INFO] Sugar Growth Modifier: 100
  289. 2013-05-10 17:11:46 [INFO] Tree Growth Modifier: 100
  290. 2013-05-10 17:11:46 [INFO] Mushroom Growth Modifier: 100
  291. 2013-05-10 17:11:46 [INFO] View distance: 8
  292. 2013-05-10 17:11:46 [INFO] Oreobfuscator: false
  293. 2013-05-10 17:11:46 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  294. 2013-05-10 17:11:46 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  295. 2013-05-10 17:11:46 [INFO] -------------------------------------------------
  296. 2013-05-10 17:11:46 [INFO] Preparing start region for level 3 (Seed: 76585)
  297. 2013-05-10 17:11:47 [INFO] [Stargate] {Nordpol} Loaded 1 stargates with 0 set as always-on
  298. 2013-05-10 17:11:47 [INFO] [WorldGuard] (Nordpol) TNT ignition is PERMITTED.
  299. 2013-05-10 17:11:47 [INFO] [WorldGuard] (Nordpol) Lighters are PERMITTED.
  300. 2013-05-10 17:11:47 [INFO] [WorldGuard] (Nordpol) Lava fire is blocked.
  301. 2013-05-10 17:11:47 [INFO] [WorldGuard] (Nordpol) All fire spread is disabled.
  302. 2013-05-10 17:11:47 [INFO] [WorldGuard] Loaded configuration for world 'Nordpol'
  303. 2013-05-10 17:11:47 [INFO] -------------- Spigot ----------------
  304. 2013-05-10 17:11:47 [INFO] -------- World Settings For [spawnwelt] --------
  305. 2013-05-10 17:11:47 [INFO] Growth Per Chunk: 650
  306. 2013-05-10 17:11:47 [INFO] Random Lighting Updates: false
  307. 2013-05-10 17:11:47 [INFO] Mob Spawn Range: 4
  308. 2013-05-10 17:11:47 [INFO] Aggregate Ticks: 4
  309. 2013-05-10 17:11:47 [INFO] Wheat Growth Modifier: 100
  310. 2013-05-10 17:11:47 [INFO] Cactus Growth Modifier: 100
  311. 2013-05-10 17:11:47 [INFO] Melon Growth Modifier: 100
  312. 2013-05-10 17:11:47 [INFO] Pumpkin Growth Modifier: 100
  313. 2013-05-10 17:11:47 [INFO] Sugar Growth Modifier: 100
  314. 2013-05-10 17:11:47 [INFO] Tree Growth Modifier: 100
  315. 2013-05-10 17:11:47 [INFO] Mushroom Growth Modifier: 100
  316. 2013-05-10 17:11:47 [INFO] View distance: 8
  317. 2013-05-10 17:11:47 [INFO] Oreobfuscator: false
  318. 2013-05-10 17:11:47 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  319. 2013-05-10 17:11:47 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  320. 2013-05-10 17:11:47 [INFO] -------------------------------------------------
  321. 2013-05-10 17:11:47 [INFO] Preparing start region for level 4 (Seed: 8045003339583057497)
  322. 2013-05-10 17:11:48 [INFO] [Stargate] {spawnwelt} Loaded 3 stargates with 0 set as always-on
  323. 2013-05-10 17:11:48 [INFO] [WorldGuard] (spawnwelt) TNT ignition is PERMITTED.
  324. 2013-05-10 17:11:48 [INFO] [WorldGuard] (spawnwelt) Lighters are PERMITTED.
  325. 2013-05-10 17:11:48 [INFO] [WorldGuard] (spawnwelt) Lava fire is blocked.
  326. 2013-05-10 17:11:48 [INFO] [WorldGuard] (spawnwelt) All fire spread is disabled.
  327. 2013-05-10 17:11:48 [INFO] [WorldGuard] Loaded configuration for world 'spawnwelt'
  328. 2013-05-10 17:11:48 [WARNING] [MobArena] Invalid boss ability 'arrows' for wave 'boss1' in arena 'mobarena'.
  329. 2013-05-10 17:11:48 [WARNING] [MobArena] Invalid boss ability 'root-target' for wave 'boss1' in arena 'mobarena'.
  330. 2013-05-10 17:11:48 [WARNING] [MobArena] Invalid boss ability 'throw-nearby' for wave 'boss1' in arena 'mobarena'.
  331. 2013-05-10 17:11:48 [INFO] [MobArena] Loaded arena 'mobarena'.
  332. 2013-05-10 17:11:49 [INFO] -------------- Spigot ----------------
  333. 2013-05-10 17:11:49 [INFO] -------- World Settings For [creativworld] --------
  334. 2013-05-10 17:11:49 [INFO] Growth Per Chunk: 650
  335. 2013-05-10 17:11:49 [INFO] Random Lighting Updates: false
  336. 2013-05-10 17:11:49 [INFO] Mob Spawn Range: 4
  337. 2013-05-10 17:11:49 [INFO] Aggregate Ticks: 4
  338. 2013-05-10 17:11:49 [INFO] Wheat Growth Modifier: 100
  339. 2013-05-10 17:11:49 [INFO] Cactus Growth Modifier: 100
  340. 2013-05-10 17:11:49 [INFO] Melon Growth Modifier: 100
  341. 2013-05-10 17:11:49 [INFO] Pumpkin Growth Modifier: 100
  342. 2013-05-10 17:11:49 [INFO] Sugar Growth Modifier: 100
  343. 2013-05-10 17:11:49 [INFO] Tree Growth Modifier: 100
  344. 2013-05-10 17:11:49 [INFO] Mushroom Growth Modifier: 100
  345. 2013-05-10 17:11:49 [INFO] View distance: 8
  346. 2013-05-10 17:11:49 [INFO] Oreobfuscator: false
  347. 2013-05-10 17:11:49 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  348. 2013-05-10 17:11:49 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  349. 2013-05-10 17:11:49 [INFO] -------------------------------------------------
  350. 2013-05-10 17:11:49 [INFO] Preparing start region for level 5 (Seed: 882003932554366415)
  351. 2013-05-10 17:11:50 [INFO] [Stargate] {creativworld} Loaded 1 stargates with 0 set as always-on
  352. 2013-05-10 17:11:50 [INFO] [WorldGuard] Blacklist loaded.
  353. 2013-05-10 17:11:50 [INFO] [WorldGuard] (creativworld) TNT ignition is PERMITTED.
  354. 2013-05-10 17:11:50 [INFO] [WorldGuard] (creativworld) Lighters are PERMITTED.
  355. 2013-05-10 17:11:50 [INFO] [WorldGuard] (creativworld) Lava fire is blocked.
  356. 2013-05-10 17:11:50 [INFO] [WorldGuard] (creativworld) All fire spread is disabled.
  357. 2013-05-10 17:11:50 [INFO] [WorldGuard] Loaded configuration for world 'creativworld'
  358. 2013-05-10 17:11:50 [INFO] -------------- Spigot ----------------
  359. 2013-05-10 17:11:50 [INFO] -------- World Settings For [Assindia] --------
  360. 2013-05-10 17:11:50 [INFO] Growth Per Chunk: 650
  361. 2013-05-10 17:11:50 [INFO] Random Lighting Updates: false
  362. 2013-05-10 17:11:50 [INFO] Mob Spawn Range: 4
  363. 2013-05-10 17:11:50 [INFO] Aggregate Ticks: 4
  364. 2013-05-10 17:11:50 [INFO] Wheat Growth Modifier: 100
  365. 2013-05-10 17:11:50 [INFO] Cactus Growth Modifier: 100
  366. 2013-05-10 17:11:50 [INFO] Melon Growth Modifier: 100
  367. 2013-05-10 17:11:50 [INFO] Pumpkin Growth Modifier: 100
  368. 2013-05-10 17:11:50 [INFO] Sugar Growth Modifier: 100
  369. 2013-05-10 17:11:50 [INFO] Tree Growth Modifier: 100
  370. 2013-05-10 17:11:50 [INFO] Mushroom Growth Modifier: 100
  371. 2013-05-10 17:11:50 [INFO] View distance: 8
  372. 2013-05-10 17:11:50 [INFO] Oreobfuscator: false
  373. 2013-05-10 17:11:50 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  374. 2013-05-10 17:11:50 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  375. 2013-05-10 17:11:50 [INFO] -------------------------------------------------
  376. 2013-05-10 17:11:50 [INFO] Preparing start region for level 6 (Seed: 1865149891494568434)
  377. 2013-05-10 17:11:51 [INFO] Preparing spawn area for Assindia, 93%
  378. 2013-05-10 17:11:51 [INFO] [Stargate] {Assindia} Loaded 1 stargates with 0 set as always-on
  379. 2013-05-10 17:11:51 [INFO] [WorldGuard] (Assindia) TNT ignition is PERMITTED.
  380. 2013-05-10 17:11:51 [INFO] [WorldGuard] (Assindia) Lighters are PERMITTED.
  381. 2013-05-10 17:11:51 [INFO] [WorldGuard] (Assindia) Lava fire is blocked.
  382. 2013-05-10 17:11:51 [INFO] [WorldGuard] (Assindia) All fire spread is disabled.
  383. 2013-05-10 17:11:51 [INFO] [WorldGuard] Loaded configuration for world 'Assindia'
  384. 2013-05-10 17:11:52 [INFO] -------------- Spigot ----------------
  385. 2013-05-10 17:11:52 [INFO] -------- World Settings For [BigTown] --------
  386. 2013-05-10 17:11:52 [INFO] Growth Per Chunk: 650
  387. 2013-05-10 17:11:52 [INFO] Random Lighting Updates: false
  388. 2013-05-10 17:11:52 [INFO] Mob Spawn Range: 4
  389. 2013-05-10 17:11:52 [INFO] Aggregate Ticks: 4
  390. 2013-05-10 17:11:52 [INFO] Wheat Growth Modifier: 100
  391. 2013-05-10 17:11:52 [INFO] Cactus Growth Modifier: 100
  392. 2013-05-10 17:11:52 [INFO] Melon Growth Modifier: 100
  393. 2013-05-10 17:11:52 [INFO] Pumpkin Growth Modifier: 100
  394. 2013-05-10 17:11:52 [INFO] Sugar Growth Modifier: 100
  395. 2013-05-10 17:11:52 [INFO] Tree Growth Modifier: 100
  396. 2013-05-10 17:11:52 [INFO] Mushroom Growth Modifier: 100
  397. 2013-05-10 17:11:52 [INFO] View distance: 8
  398. 2013-05-10 17:11:52 [INFO] Oreobfuscator: false
  399. 2013-05-10 17:11:52 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  400. 2013-05-10 17:11:52 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  401. 2013-05-10 17:11:52 [INFO] -------------------------------------------------
  402. 2013-05-10 17:11:52 [INFO] Preparing start region for level 7 (Seed: 5742241217562219659)
  403. 2013-05-10 17:11:53 [INFO] [Stargate] {BigTown} Loaded 1 stargates with 0 set as always-on
  404. 2013-05-10 17:11:53 [INFO] [WorldGuard] (BigTown) TNT ignition is PERMITTED.
  405. 2013-05-10 17:11:53 [INFO] [WorldGuard] (BigTown) Lighters are PERMITTED.
  406. 2013-05-10 17:11:53 [INFO] [WorldGuard] (BigTown) Lava fire is blocked.
  407. 2013-05-10 17:11:53 [INFO] [WorldGuard] (BigTown) All fire spread is disabled.
  408. 2013-05-10 17:11:53 [INFO] [WorldGuard] Loaded configuration for world 'BigTown'
  409. 2013-05-10 17:11:53 [INFO] -------------- Spigot ----------------
  410. 2013-05-10 17:11:53 [INFO] -------- World Settings For [Nexus] --------
  411. 2013-05-10 17:11:53 [INFO] Growth Per Chunk: 650
  412. 2013-05-10 17:11:53 [INFO] Random Lighting Updates: false
  413. 2013-05-10 17:11:53 [INFO] Mob Spawn Range: 4
  414. 2013-05-10 17:11:53 [INFO] Aggregate Ticks: 4
  415. 2013-05-10 17:11:53 [INFO] Wheat Growth Modifier: 100
  416. 2013-05-10 17:11:53 [INFO] Cactus Growth Modifier: 100
  417. 2013-05-10 17:11:53 [INFO] Melon Growth Modifier: 100
  418. 2013-05-10 17:11:53 [INFO] Pumpkin Growth Modifier: 100
  419. 2013-05-10 17:11:53 [INFO] Sugar Growth Modifier: 100
  420. 2013-05-10 17:11:53 [INFO] Tree Growth Modifier: 100
  421. 2013-05-10 17:11:53 [INFO] Mushroom Growth Modifier: 100
  422. 2013-05-10 17:11:53 [INFO] View distance: 8
  423. 2013-05-10 17:11:53 [INFO] Oreobfuscator: false
  424. 2013-05-10 17:11:53 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  425. 2013-05-10 17:11:53 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  426. 2013-05-10 17:11:53 [INFO] -------------------------------------------------
  427. 2013-05-10 17:11:54 [INFO] Preparing start region for level 8 (Seed: -8084363203272644859)
  428. 2013-05-10 17:11:54 [INFO] [Stargate] {Nexus} Loaded 3 stargates with 0 set as always-on
  429. 2013-05-10 17:11:54 [INFO] [WorldGuard] (Nexus) TNT ignition is PERMITTED.
  430. 2013-05-10 17:11:54 [INFO] [WorldGuard] (Nexus) Lighters are PERMITTED.
  431. 2013-05-10 17:11:54 [INFO] [WorldGuard] (Nexus) Lava fire is blocked.
  432. 2013-05-10 17:11:54 [INFO] [WorldGuard] (Nexus) All fire spread is disabled.
  433. 2013-05-10 17:11:54 [INFO] [WorldGuard] Loaded configuration for world 'Nexus'
  434. 2013-05-10 17:11:55 [INFO] -------------- Spigot ----------------
  435. 2013-05-10 17:11:55 [INFO] -------- World Settings For [Annessurvivalwelt] --------
  436. 2013-05-10 17:11:55 [INFO] Growth Per Chunk: 650
  437. 2013-05-10 17:11:55 [INFO] Random Lighting Updates: false
  438. 2013-05-10 17:11:55 [INFO] Mob Spawn Range: 4
  439. 2013-05-10 17:11:55 [INFO] Aggregate Ticks: 4
  440. 2013-05-10 17:11:55 [INFO] Wheat Growth Modifier: 100
  441. 2013-05-10 17:11:55 [INFO] Cactus Growth Modifier: 100
  442. 2013-05-10 17:11:55 [INFO] Melon Growth Modifier: 100
  443. 2013-05-10 17:11:55 [INFO] Pumpkin Growth Modifier: 100
  444. 2013-05-10 17:11:55 [INFO] Sugar Growth Modifier: 100
  445. 2013-05-10 17:11:55 [INFO] Tree Growth Modifier: 100
  446. 2013-05-10 17:11:55 [INFO] Mushroom Growth Modifier: 100
  447. 2013-05-10 17:11:55 [INFO] View distance: 8
  448. 2013-05-10 17:11:55 [INFO] Oreobfuscator: false
  449. 2013-05-10 17:11:55 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
  450. 2013-05-10 17:11:55 [INFO] Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Max 64
  451. 2013-05-10 17:11:55 [INFO] -------------------------------------------------
  452. 2013-05-10 17:11:55 [INFO] Preparing start region for level 9 (Seed: 1529723036885206533)
  453. 2013-05-10 17:11:56 [INFO] Preparing spawn area for Annessurvivalwelt, 73%
  454. 2013-05-10 17:11:56 [INFO] [Stargate] {Annessurvivalwelt} No stargates for world
  455. 2013-05-10 17:11:56 [INFO] [WorldGuard] (Annessurvivalwelt) TNT ignition is PERMITTED.
  456. 2013-05-10 17:11:56 [INFO] [WorldGuard] (Annessurvivalwelt) Lighters are PERMITTED.
  457. 2013-05-10 17:11:56 [INFO] [WorldGuard] (Annessurvivalwelt) Lava fire is blocked.
  458. 2013-05-10 17:11:56 [INFO] [WorldGuard] (Annessurvivalwelt) All fire spread is disabled.
  459. 2013-05-10 17:11:56 [INFO] [WorldGuard] Loaded configuration for world 'Annessurvivalwelt'
  460. 2013-05-10 17:11:56 [INFO] [Multiverse-Core] 8 - World(s) loaded.
  461. 2013-05-10 17:11:56 [INFO] [Multiverse-Core] Version 2.5-b666 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  462. 2013-05-10 17:11:56 [INFO] [Paintball] Enabling Paintball v1.1.8
  463. 2013-05-10 17:11:57 [INFO] [Paintball] Loading the default language: enUS.txt
  464. 2013-05-10 17:11:57 [INFO] [Paintball] Scanned lines: 297
  465. 2013-05-10 17:11:57 [INFO] [Paintball] Skipped lines: 1
  466. 2013-05-10 17:11:57 [INFO] [Paintball] Using the default language now: enUS.txt
  467. 2013-05-10 17:11:57 [INFO] [Paintball] Loading the specified melody now: win.txt
  468. 2013-05-10 17:11:57 [INFO] [Paintball] Scanned .txt melody sucessfully. Lines: 20
  469. 2013-05-10 17:11:57 [INFO] [Paintball] Loading the specified melody now: defeat.txt
  470. 2013-05-10 17:11:57 [INFO] [Paintball] Scanned .txt melody sucessfully. Lines: 43
  471. 2013-05-10 17:11:57 [INFO] [Paintball] Loading the specified melody now: draw.txt
  472. 2013-05-10 17:11:57 [INFO] [Paintball] Scanned .txt melody sucessfully. Lines: 29
  473. 2013-05-10 17:11:57 [INFO] [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
  474. 2013-05-10 17:11:57 [INFO] [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
  475. 2013-05-10 17:11:57 [INFO] [Paintball] Calculating turret angles...
  476. 2013-05-10 17:11:57 [INFO] [Paintball] Calculating done.
  477. 2013-05-10 17:11:57 [INFO] [Paintball] By blablubbabc enabled.
  478. 2013-05-10 17:11:57 [INFO] [DisguiseCraft] Enabling DisguiseCraft v4.7
  479. 2013-05-10 17:11:57 [INFO] [DisguiseCraft] Version 4.7 is enabled!
  480. 2013-05-10 17:11:58 [INFO] [Sentry] Enabling Sentry v1.3.3.3
  481. 2013-05-10 17:11:58 [INFO] [Sentry] Could not register with Denizen
  482. 2013-05-10 17:11:58 [INFO] [Sentry] Could not find or register with Towny
  483. 2013-05-10 17:11:58 [INFO] [Sentry] Could not find or register with Factions.
  484. 2013-05-10 17:11:58 [INFO] [Sentry] Could not find or register with War.
  485. 2013-05-10 17:11:58 [INFO] [Sentry] Could not find or register with SimpleClans.
  486. 2013-05-10 17:11:59 [INFO] [CraftBook] Enabling CraftBook v2124-c504b61
  487. 2013-05-10 17:11:59 [INFO] [CraftBook] CraftBook v3.6.3r3 is the latest version available, and the updatability of it is: NO_UPDATE
  488. 2013-05-10 17:11:59 [INFO] 1 cauldron recipe(s) loaded
  489. 2013-05-10 17:11:59 [WARNING] [CraftBook] You are using deprecated recipe type 'shaped2x2', we recommend you change it to 'shaped'!
  490. 2013-05-10 17:11:59 [INFO] [CraftBook] Registered a new shaped recipe!
  491. 2013-05-10 17:12:00 [INFO] [CraftBook] Registered a new shapeless recipe!
  492. 2013-05-10 17:12:00 [INFO] [CraftBook] Registered 2 custom recipes!
  493. 2013-05-10 17:12:00 [INFO] [CraftBook] Enumerating chunks for self-triggered components...
  494. 2013-05-10 17:12:00 [INFO] [WorldEdit] Using inbuilt NmsBlock for this version.
  495. 2013-05-10 17:12:01 [INFO] [CraftBook] 2581 chunk(s) for 10 world(s) processed (849ms elapsed)
  496. 2013-05-10 17:12:01 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b350
  497. 2013-05-10 17:12:01 [INFO] [Multiverse-Inventories 2.5-b350] enabled.
  498. 2013-05-10 17:12:01 [INFO] Server permissions file permissions.yml is empty, ignoring it
  499. 2013-05-10 17:12:01 [INFO] Done (25.873s)! For help, type "help" or "?"
  500. 2013-05-10 17:12:01 [INFO] Starting GS4 status listener
  501. 2013-05-10 17:12:01 [INFO] Query running on 217.198.137.162:25565
  502. 2013-05-10 17:12:02 [INFO] --------- Checking version ----------
  503. 2013-05-10 17:12:02 [INFO] [Paintball] You are running the latest version. :)
  504. 2013-05-10 17:12:02 [INFO] --------- ---------------- ----------
  505. 2013-05-10 17:12:02 [INFO] [WorldGuard] 36 regions loaded for 'spawnwelt'
  506. 2013-05-10 17:12:03 [INFO] [Citizens] Loaded 2 NPCs.
  507. 2013-05-10 17:12:03 [INFO] 
  508. 2013-05-10 17:12:03 [INFO]  **************************************************
  509. 2013-05-10 17:12:03 [INFO]  ----------------- PAINTBALL INFO -----------------
  510. 2013-05-10 17:12:03 [INFO] 
  511. 2013-05-10 17:12:03 [INFO]  License stuff:
  512. 2013-05-10 17:12:03 [INFO]  - Usage on own risk. I give no warranties for anything.
  513. 2013-05-10 17:12:03 [INFO]  - Do not modify. Use it as it is!
  514. 2013-05-10 17:12:03 [INFO]  - Do not redistribute/upload/use parts of it/copy/give away.
  515. 2013-05-10 17:12:03 [INFO]  - Do not use for commercial purposes!
  516. 2013-05-10 17:12:03 [INFO]  -> No benefits for paying players/donors!
  517. 2013-05-10 17:12:03 [INFO]  -> This also applies to any kind of add-on you are using
  518. 2013-05-10 17:12:03 [INFO]  related to this plugin!
  519. 2013-05-10 17:12:03 [INFO] 
  520. 2013-05-10 17:12:03 [INFO]  If you like this plugin: Give feedback and donate at
  521. 2013-05-10 17:12:03 [INFO]  ->http://dev.bukkit.org/server-mods/paintball_pure_war/ 
  522. 2013-05-10 17:12:03 [INFO] 
  523. 2013-05-10 17:12:03 [INFO]  Thank you and good shooting!
  524. 2013-05-10 17:12:03 [INFO]  - blablubbabc
  525. 2013-05-10 17:12:03 [INFO] 
  526. 2013-05-10 17:12:03 [INFO]  **************************************************
  527. 2013-05-10 17:12:03 [INFO] 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement