Advertisement
Guest User

Untitled

a guest
Jan 1st, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.88 KB | None | 0 0
  1. [12:08:02] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [12:08:02] [Server thread/INFO]: Loading properties
  3. [12:08:02] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:08:02] [Server thread/INFO]: Generating keypair
  5. [12:08:02] [Server thread/INFO]: Starting Minecraft server on 66.85.191.2:25606
  6. [12:08:02] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  7. [12:08:03] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-2.5.jar' and `plugins/Multiverse-Core-2.4.jar' in `plugins'
  8. [12:08:03] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Portals' for files `plugins/Multiverse-Portals-2.4.jar' and `plugins/Multiverse-Portals-2.5.jar' in `plugins'
  9. [12:08:03] [Thread-7/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException
  10. [12:08:03] [Server thread/ERROR]: Could not load 'plugins/NetChat.jar' in folder 'plugins'
  11. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
  12. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  15. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:364) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  16. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.<init>(CraftServer.java:326) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  17. at net.minecraft.server.v1_7_R4.PlayerList.<init>(PlayerList.java:68) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  18. at net.minecraft.server.v1_7_R4.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  19. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  20. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  21. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  22. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
  23. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_60]
  24. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_60]
  25. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_60]
  26. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_60]
  27. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_60]
  28. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_60]
  29. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_60]
  30. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
  31. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_60]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_60]
  35. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_60]
  36. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
  37. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_60]
  38. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  40. ... 9 more
  41. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Listener
  42. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_60]
  43. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_60]
  44. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
  45. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_60]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_60]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_60]
  50. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_60]
  51. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_60]
  52. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_60]
  53. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_60]
  54. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_60]
  55. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_60]
  56. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_60]
  57. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_60]
  58. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_60]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  60. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  61. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_60]
  62. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_60]
  63. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60]
  64. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_60]
  65. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  66. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  67. ... 9 more
  68. [12:08:03] [Thread-7/WARN]: Could not get latest artifact information: IOException
  69. [12:08:03] [Server thread/INFO]: [AntiWeather] Loading AntiWeather v1.0.0
  70. [12:08:03] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.0
  71. [12:08:03] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v1.02
  72. [12:08:03] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  73. [12:08:03] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v7.4.0
  74. [12:08:03] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
  75. [12:08:03] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
  76. [12:08:03] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.6
  77. [12:08:03] [Server thread/INFO]: [Stargate] Loading Stargate v0.7.9.10
  78. [12:08:03] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.80
  79. [12:08:03] [Server thread/INFO]: [LogBlock] Connecting to minecraft4826@jdbc:mysql://66.85.191.2:3306/minecraft4826?useUnicode=true&characterEncoding=utf-8...
  80. [12:08:03] [Server thread/INFO]: [Questioner] Loading Questioner v0.6
  81. [12:08:03] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
  82. [12:08:03] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-02
  83. [12:08:03] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
  84. [12:08:03] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.42
  85. [12:08:03] [Server thread/INFO]: [Herochat] Loading Herochat v5.6.7-SNAPSHOT
  86. [12:08:03] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  87. [12:08:03] [Server thread/INFO]: [Factions] Loading Factions v2.6.0
  88. [12:08:03] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  89. [12:08:03] [Server thread/INFO]: [Towny] Loading Towny v0.88.0.0_(1.7.2)
  90. [12:08:03] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  91. [12:08:03] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  92. [12:08:03] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5-b675
  93. [12:08:03] [Server thread/INFO]: [SetRankPEX] Loading SetRankPEX v1.7.1
  94. [12:08:03] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  95. [12:08:03] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.0
  96. [12:08:03] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v7.4.0
  97. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] === ENABLE START ===
  98. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eLoading Playerdat datas...
  99. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eLoading Cachefile datas...
  100. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eLoading Onlineplayer datas...
  101. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eLoading Registry datas...
  102. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eLoading Dbmojangapi datas...
  103. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §bPlayer Strings Found: §d0
  104. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §bPlayer Strings Cached: §d0
  105. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §bPlayer Strings Remaining: §d0
  106. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eNow fetching the remaining players from Mojang API ...
  107. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §e ... done!
  108. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eSaving Cachefile...
  109. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] §eSetup of IdUtil took §d24§ems.
  110. [12:08:03] [Server thread/INFO]: [MassiveCore 7.4.0] === ENABLE §aCOMPLETE §e(Took §d147ms§e) ===
  111. [12:08:03] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
  112. [12:08:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  113. [12:08:04] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  114. [12:08:04] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  115. [12:08:04] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  116. [12:08:04] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
  117. [12:08:04] [Server thread/INFO]: [MassiveCore 7.4.0] §aActivated §eintegration with §dVault
  118. [12:08:04] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
  119. [12:08:04] [Server thread/ERROR]: Error occurred while enabling LWC v4.4.0 (b881) (July 11, 2013) (Is it up to date?)
  120. org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key; could not found expected ':'
  121. at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:398) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  122. at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:229) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  123. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:178) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  124. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  125. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  126. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  127. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  128. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  129. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  130. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  131. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  132. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  133. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  134. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  135. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  136. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  137. at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  138. at com.griefcraft.util.config.Configuration.load(Configuration.java:188) ~[?:?]
  139. at com.griefcraft.util.config.Configuration.load(Configuration.java:207) ~[?:?]
  140. at com.griefcraft.util.config.Configuration.load(Configuration.java:137) ~[?:?]
  141. at com.griefcraft.util.config.Configuration.load(Configuration.java:105) ~[?:?]
  142. at com.griefcraft.modules.limits.LimitsV2.<init>(LimitsV2.java:65) ~[?:?]
  143. at com.griefcraft.lwc.LWC.registerCoreModules(LWC.java:1511) ~[?:?]
  144. at com.griefcraft.lwc.LWC.load(LWC.java:1367) ~[?:?]
  145. at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:203) ~[?:?]
  146. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  147. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  148. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  149. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:455) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  150. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:389) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  151. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.<init>(CraftServer.java:327) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  152. at net.minecraft.server.v1_7_R4.PlayerList.<init>(PlayerList.java:68) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  153. at net.minecraft.server.v1_7_R4.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  154. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  155. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  156. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  157. [12:08:04] [Server thread/INFO]: Preparing level "world"
  158. [12:08:04] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7180199021271099119)
  159. [12:08:04] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7180199021271099119)
  160. [12:08:05] [Server thread/INFO]: Preparing start region for level 2 (Seed: -7180199021271099119)
  161. [12:08:05] [Server thread/INFO]: [AntiWeather] Enabling AntiWeather v1.0.0
  162. [12:08:05] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.0
  163. [12:08:05] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  164. [12:08:05] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  165. [12:08:05] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 4.0 Y: 64.0 Z: 236.0
  166. [12:08:05] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v1.02
  167. [12:08:05] [Server thread/INFO]: CommandCooldown has been enabled.
  168. [12:08:05] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  169. [12:08:05] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  170. [12:08:05] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
  171. [12:08:05] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
  172. [12:08:06] [Server thread/INFO]: Preparing start region for level 3 (Seed: -910837567848592388)
  173. [12:08:06] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8049921128007752565)
  174. [12:08:06] [Server thread/INFO]: Preparing start region for level 5 (Seed: 8821929478859777797)
  175. [12:08:06] [Server thread/INFO]: Preparing start region for level 6 (Seed: 4357229700447268799)
  176. [12:08:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: World
  177. [12:08:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  178. [12:08:06] [Server thread/INFO]: Preparing start region for level 7 (Seed: 3150818241839914924)
  179. [12:08:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MiniGames
  180. [12:08:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  181. [12:08:06] [Server thread/INFO]: Preparing start region for level 8 (Seed: 7920214728537872152)
  182. [12:08:07] [Server thread/INFO]: Preparing start region for level 9 (Seed: -703258535744600880)
  183. [12:08:07] [Server thread/INFO]: Preparing start region for level 10 (Seed: 8875714648002286467)
  184. [12:08:07] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
  185. [12:08:07] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  186. [12:08:07] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.6
  187. [12:08:07] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  188. [12:08:07] [Server thread/ERROR]: [PermissionsEx]
  189. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  190. Your configuration must be fixed before PEX will enable
  191. Details: Error loading permissions file!
  192. =======================================================
  193. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  194. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx%20(3).jar:?]
  195. at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx%20(3).jar:?]
  196. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_60]
  197. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_60]
  198. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_60]
  199. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_60]
  200. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx%20(3).jar:?]
  201. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx%20(3).jar:?]
  202. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx%20(3).jar:?]
  203. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx%20(3).jar:?]
  204. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx%20(3).jar:?]
  205. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx%20(3).jar:?]
  206. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:164) [PermissionsEx%20(3).jar:?]
  207. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  208. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  209. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  210. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:455) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  211. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:389) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  212. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  213. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  214. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  215. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:189) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  216. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  217. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  218. Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
  219. in "<string>", line 182, column 16:
  220. prefix: '&b[Lord] '
  221. ^
  222. expected alphabetic or numeric character, but found [(91)
  223. in "<string>", line 182, column 18:
  224. prefix: '&b[Lord] '
  225. ^
  226.  
  227. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  228. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx%20(3).jar:?]
  229. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  230. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  231. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx%20(3).jar:?]
  232. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx%20(3).jar:?]
  233. ... 23 more
  234. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor; expected alphabetic or numeric character, but found [(91)
  235. at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1169) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  236. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:782) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  237. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:315) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  238. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  239. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  240. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  241. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  242. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  243. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  244. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  245. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  246. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  247. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  248. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  249. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  250. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  251. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  252. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  253. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  254. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  255. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  256. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx%20(3).jar:?]
  257. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  258. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  259. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx%20(3).jar:?]
  260. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx%20(3).jar:?]
  261. ... 23 more
  262. [12:08:07] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.22.6
  263. [12:08:07] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  264. [12:08:07] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  265. [12:08:07] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  266. [12:08:07] [Server thread/INFO]: [Stargate] Enabling Stargate v0.7.9.10
  267. [12:08:07] [Server thread/INFO]: Stargate v.0.7.9.10 is enabled.
  268. [12:08:07] [Server thread/INFO]: [Stargate] Loaded 2 gate layouts
  269. [12:08:07] [Server thread/INFO]: [Stargate] {world} Loaded 5 stargates with 2 set as always-on
  270. [12:08:07] [Server thread/INFO]: [Stargate] {world_nether} No stargates for world
  271. [12:08:07] [Server thread/INFO]: [Stargate] {world_the_end} No stargates for world
  272. [12:08:07] [Server thread/INFO]: [Stargate] {Factions} Loaded 1 stargates with 4 set as always-on
  273. [12:08:07] [Server thread/INFO]: [Stargate] {sg2world} No stargates for world
  274. [12:08:07] [Server thread/INFO]: [Stargate] {sg4world} No stargates for world
  275. [12:08:07] [Server thread/INFO]: [Stargate] {Towny} Loaded 1 stargates with 6 set as always-on
  276. [12:08:07] [Server thread/INFO]: [Stargate] {Mining} No stargates for world
  277. [12:08:07] [Server thread/INFO]: [Stargate] {sg3world} No stargates for world
  278. [12:08:07] [Server thread/INFO]: [Stargate] {Nether} Loaded 0 stargates with 6 set as always-on
  279. [12:08:07] [Server thread/INFO]: [Stargate] {sg1world} No stargates for world
  280. [12:08:07] [Server thread/INFO]: [Stargate] Plugin metrics enabled.
  281. [12:08:07] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.80
  282. [12:08:07] [Server thread/INFO]: Accepted EditSessionFactory of type de.diddiz.worldedit.LogBlockEditSessionFactory from de.diddiz.worldedit
  283. [12:08:07] [Server thread/INFO]: [LogBlock] Scheduled consumer with bukkit scheduler.
  284. [12:08:07] [Server thread/INFO]: [Questioner] Enabling Questioner v0.6
  285. [12:08:07] [Server thread/INFO]: [Questioner] v0.6 - Enabled
  286. [12:08:07] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-02
  287. [12:08:07] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  288. [12:08:07] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  289. [12:08:07] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  290. [12:08:07] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  291. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  292. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  293. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  294. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  295. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  296. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  297. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  298. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  299. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  300. [12:08:08] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  301. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  302. [12:08:08] [Server thread/INFO]: [WorldGuard] (Factions) TNT ignition is PERMITTED.
  303. [12:08:08] [Server thread/INFO]: [WorldGuard] (Factions) Lighters are PERMITTED.
  304. [12:08:08] [Server thread/INFO]: [WorldGuard] (Factions) Lava fire is blocked.
  305. [12:08:08] [Server thread/INFO]: [WorldGuard] (Factions) Fire spread is UNRESTRICTED.
  306. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions'
  307. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg2world) TNT ignition is PERMITTED.
  308. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg2world) Lighters are PERMITTED.
  309. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg2world) Lava fire is blocked.
  310. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg2world) Fire spread is UNRESTRICTED.
  311. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg2world'
  312. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg4world) TNT ignition is PERMITTED.
  313. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg4world) Lighters are PERMITTED.
  314. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg4world) Lava fire is blocked.
  315. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg4world) Fire spread is UNRESTRICTED.
  316. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg4world'
  317. [12:08:08] [Server thread/INFO]: [WorldGuard] (Towny) TNT ignition is PERMITTED.
  318. [12:08:08] [Server thread/INFO]: [WorldGuard] (Towny) Lighters are PERMITTED.
  319. [12:08:08] [Server thread/INFO]: [WorldGuard] (Towny) Lava fire is blocked.
  320. [12:08:08] [Server thread/INFO]: [WorldGuard] (Towny) Fire spread is UNRESTRICTED.
  321. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Towny'
  322. [12:08:08] [Server thread/INFO]: [WorldGuard] (Mining) TNT ignition is PERMITTED.
  323. [12:08:08] [Server thread/INFO]: [WorldGuard] (Mining) Lighters are PERMITTED.
  324. [12:08:08] [Server thread/INFO]: [WorldGuard] (Mining) Lava fire is blocked.
  325. [12:08:08] [Server thread/INFO]: [WorldGuard] (Mining) Fire spread is UNRESTRICTED.
  326. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mining'
  327. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg3world) TNT ignition is PERMITTED.
  328. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg3world) Lighters are PERMITTED.
  329. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg3world) Lava fire is blocked.
  330. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg3world) Fire spread is UNRESTRICTED.
  331. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg3world'
  332. [12:08:08] [Server thread/INFO]: [WorldGuard] (Nether) TNT ignition is PERMITTED.
  333. [12:08:08] [Server thread/INFO]: [WorldGuard] (Nether) Lighters are PERMITTED.
  334. [12:08:08] [Server thread/INFO]: [WorldGuard] (Nether) Lava fire is blocked.
  335. [12:08:08] [Server thread/INFO]: [WorldGuard] (Nether) Fire spread is UNRESTRICTED.
  336. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Nether'
  337. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg1world) TNT ignition is PERMITTED.
  338. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg1world) Lighters are PERMITTED.
  339. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg1world) Lava fire is blocked.
  340. [12:08:08] [Server thread/INFO]: [WorldGuard] (sg1world) Fire spread is UNRESTRICTED.
  341. [12:08:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg1world'
  342. [12:08:08] [Server thread/INFO]: [WorldGuard] Loading region data...
  343. [12:08:08] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
  344. [12:08:08] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
  345. [12:08:08] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.42
  346. [12:08:08] [Server thread/INFO]: METRICS STARTING
  347. [12:08:08] [Server thread/INFO]: [Herochat] Enabling Herochat v5.6.7-SNAPSHOT
  348. [12:08:08] [Server thread/INFO]: [Herochat] Saving channels
  349. [12:08:08] [Server thread/INFO]: [Herochat] Save complete
  350. [12:08:08] [Server thread/INFO]: [Herochat] Version 5.6.7-SNAPSHOT is enabled.
  351. [12:08:08] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  352. [12:08:08] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  353. [12:08:08] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  354. [12:08:08] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  355. [12:08:08] [Server thread/INFO]: [Factions] Enabling Factions v2.6.0
  356. [12:08:08] [Server thread/INFO]: [Factions 2.6.0] === ENABLE START ===
  357. [12:08:08] [Server thread/INFO]: [Factions 2.6.0] Activated integration with Herochat
  358. [12:08:08] [Server thread/INFO]: [Factions 2.6.0] Activated integration with LWC
  359. [12:08:08] [Server thread/INFO]: [Factions 2.6.0] === ENABLE COMPLETE (Took 115ms) ===
  360. [12:08:08] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  361. [12:08:08] [Server thread/INFO]: [Towny] Enabling Towny v0.88.0.0_(1.7.2)
  362. [12:08:08] [Server thread/INFO]: ==================== Towny ========================
  363. [12:08:08] [Server thread/ERROR]: Error occurred while enabling Towny v0.88.0.0_(1.7.2) (Is it up to date?)
  364. java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Double
  365. at com.palmergames.bukkit.towny.TownySettings.loadTownLevelConfig(TownySettings.java:99) ~[?:?]
  366. at com.palmergames.bukkit.towny.TownySettings.loadCachedObjects(TownySettings.java:190) ~[?:?]
  367. at com.palmergames.bukkit.towny.TownySettings.loadConfig(TownySettings.java:178) ~[?:?]
  368. at com.palmergames.bukkit.towny.object.TownyUniverse.loadSettings(TownyUniverse.java:253) ~[?:?]
  369. at com.palmergames.bukkit.towny.Towny.load(Towny.java:211) ~[?:?]
  370. at com.palmergames.bukkit.towny.Towny.onEnable(Towny.java:103) ~[?:?]
  371. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  372. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  373. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  374. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:455) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  375. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:389) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  376. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  377. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  378. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  379. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:189) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  380. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  381. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  382. [12:08:08] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  383. [12:08:08] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  384. [12:08:08] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  385. [12:08:08] [Server thread/INFO]: [Multiverse-Portals] 8 - Portals(s) loaded
  386. [12:08:08] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.5-b675
  387. [12:08:08] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 2.5-b675 Enabled - By Rigby and fernferret
  388. [12:08:08] [Server thread/INFO]: [SetRankPEX] Enabling SetRankPEX v1.7.1
  389. [12:08:08] [Server thread/ERROR]: Error occurred while enabling SetRankPEX v1.7.1 (Is it up to date?)
  390. ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  391. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:393) ~[?:?]
  392. at me.Irock23.SRPEX.SetRankPEX.setupPermissions(SetRankPEX.java:57) ~[?:?]
  393. at me.Irock23.SRPEX.SetRankPEX.onEnable(SetRankPEX.java:42) ~[?:?]
  394. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  395. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  396. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  397. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:455) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  398. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:389) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  399. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  400. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  401. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  402. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:189) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  403. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  404. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  405. [12:08:08] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  406. [12:08:08] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.0
  407. [12:08:08] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  408. [12:08:08] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  409. [12:08:08] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.10 or above found, enabling version 2 player handling.
  410. [12:08:08] [Server thread/ERROR]: [EnjinMinecraftPlugin] Plugin EnjinMinecraftPlugin v2.7.0 has failed to register events for class com.enjin.officialplugin.permlisteners.PexChangeListener because ru/tehkode/permissions/events/PermissionEntityEvent does not exist.
  411. [12:08:08] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  412. [12:08:09] [Server thread/INFO]: Done (4.961s)! For help, type "help" or "?"
  413. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] ============================================
  414. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] We are preparing for Mojangs switch to UUIDs.
  415. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Learn more at: https://forums.bukkit.org/threads/psa-the-switch-to-uuids-potential-plugin-server-breakage.250915/
  416. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Playerdat datas...
  417. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Cachefile datas...
  418. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Onlineplayer datas...
  419. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Registry datas...
  420. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Dbmojangapi datas...
  421. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Player Strings Found: 0
  422. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Player Strings Cached: 0
  423. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Player Strings Remaining: 0
  424. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Now fetching the remaining players from Mojang API ...
  425. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] ... done!
  426. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Saving Cachefile...
  427. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Now updating database for plugins that are ready ...
  428. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Pre update factions_mplayer.
  429. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Post update factions_mplayer. Took 0ms. 0/0 changed.
  430. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Pre update factions_uplayer@default.
  431. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] Post update factions_uplayer@default. Took 1ms. 0/7 changed.
  432. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] ... done!
  433. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] (database saving will now commence which might lock the server for a while)
  434. [12:08:09] [Server thread/INFO]: [MassiveCore 7.4.0] ============================================
  435. [12:08:09] [Server thread/INFO]: [SurvivalGames] Loading Arena: 1
  436. [12:08:09] [Server thread/INFO]: [SurvivalGames] -242 163 1520
  437. [12:08:09] [Server thread/INFO]: [SurvivalGames] -662 43 1091
  438. [12:08:09] [Server thread/INFO]: [SurvivalGames] Location{world=CraftWorld{name=sg1world},x=-242.0,y=163.0,z=1520.0,pitch=0.0,yaw=0.0}
  439. [12:08:09] [Server thread/INFO]: [SurvivalGames] Location{world=CraftWorld{name=sg1world},x=-662.0,y=43.0,z=1091.0,pitch=0.0,yaw=0.0}
  440. [12:08:09] [Server thread/INFO]: ItemStack{NETHER_STAR x 1}
  441. [12:08:09] [Server thread/INFO]: sharpness:4
  442. [12:08:09] [Server thread/INFO]: ItemStack{PAPER x 1}
  443. [12:08:09] [Server thread/INFO]: fire:2
  444. [12:08:09] [pool-3-thread-13/INFO]: [Vault] Checking for Updates:
  445. [12:08:09] [pool-3-thread-13/WARN]: [Vault] Stable Version: 1.5.0 is out! You are still running version: 1.4.1
  446. [12:08:09] [pool-3-thread-13/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  447. [12:08:22] [User Authenticator #1/INFO]: UUID of player pbj3 is 9338c93a-b5be-4440-bcc4-9db42c84475d
  448. [12:08:22] [Server thread/INFO]: pbj3[/70.181.213.174:59238] logged in with entity id 575 at ([world] -67.7927733619712, 73.0, 137.14322113392504)
  449. [12:08:22] [Server thread/INFO]: Welcome pbj3 to the server!
  450. [12:08:24] [User Authenticator #2/INFO]: UUID of player MrCms13 is 57d80d5f-fd61-49f5-9d6d-b74700a870ec
  451. [12:08:24] [Server thread/INFO]: MrCms13[/86.153.234.63:51326] logged in with entity id 858 at ([world] -62.7690756704525, 73.0, 139.6256124476206)
  452. [12:08:24] [Server thread/INFO]: Welcome MrCms13 to the server!
  453. [12:08:25] [pool-3-thread-6/INFO]: [SG]Checking for updates
  454. [12:08:25] [pool-3-thread-6/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
  455. [12:08:25] [Server thread/INFO]: pbj3 issued server command: /gmc
  456. [12:08:27] [pool-3-thread-6/INFO]: [SG]Checking for updates
  457. [12:08:27] [pool-3-thread-6/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
  458. [12:08:30] [Server thread/INFO]: pbj3 issued server command: /me What are you doing? xD
  459. [12:08:36] [Server thread/INFO]: pbj3 issued server command: /me I blame you x2.
  460. [12:08:38] [Server thread/INFO]: MrCms13 issued server command: /me Nothing?
  461. [12:08:45] [Server thread/INFO]: MrCms13 issued server command: /me Just standing here
  462. [12:08:48] [Server thread/INFO]: CONSOLE issued server command: /list
  463. [12:08:48] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  464. [12:08:48] [Server thread/INFO]: Connected players: MrCms13, pbj3
  465. [12:09:03] [Server thread/INFO]: pbj3 issued server command: /me ;-D
  466. [12:09:28] [Server thread/INFO]: CONSOLE issued server command: /list
  467. [12:09:28] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  468. [12:09:28] [Server thread/INFO]: Connected players: MrCms13, pbj3
  469. [12:09:28] [Server thread/INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_1710
  470. [12:10:07] [Server thread/INFO]: CONSOLE issued server command: /list
  471. [12:10:07] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  472. [12:10:07] [Server thread/INFO]: Connected players: MrCms13, pbj3
  473. [12:10:42] [Server thread/INFO]: MrCms13 issued server command: /gmc
  474. [12:10:47] [Server thread/INFO]: CONSOLE issued server command: /list
  475. [12:10:47] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  476. [12:10:47] [Server thread/INFO]: Connected players: MrCms13, pbj3
  477. [12:11:26] [Server thread/INFO]: CONSOLE issued server command: /list
  478. [12:11:26] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  479. [12:11:26] [Server thread/INFO]: Connected players: MrCms13, pbj3
  480. [12:11:57] [Server thread/INFO]: MrCms13 issued server command: /spawn
  481. [12:12:06] [Server thread/INFO]: CONSOLE issued server command: /list
  482. [12:12:06] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  483. [12:12:06] [Server thread/INFO]: Connected players: MrCms13, pbj3
  484. [12:12:12] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  485. org.bukkit.event.EventException
  486. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  487. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  488. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  489. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  490. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  491. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  492. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  493. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  494. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  495. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  496. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  497. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  498. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  499. Caused by: java.lang.NullPointerException
  500. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  501. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  502. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  503. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  504. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  505. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  506. ... 12 more
  507. [12:12:45] [Server thread/INFO]: CONSOLE issued server command: /list
  508. [12:12:45] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  509. [12:12:45] [Server thread/INFO]: Connected players: MrCms13, pbj3
  510. [12:13:25] [Server thread/INFO]: CONSOLE issued server command: /list
  511. [12:13:25] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  512. [12:13:25] [Server thread/INFO]: Connected players: MrCms13, pbj3
  513. [12:14:04] [Server thread/INFO]: CONSOLE issued server command: /list
  514. [12:14:04] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  515. [12:14:04] [Server thread/INFO]: Connected players: MrCms13, pbj3
  516. [12:14:14] [Server thread/INFO]: MrCms13 issued server command: /thru
  517. [12:14:32] [Server thread/INFO]: MrCms13 issued server command: /tp pbj3
  518. [12:14:44] [Server thread/INFO]: CONSOLE issued server command: /list
  519. [12:14:44] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  520. [12:14:44] [Server thread/INFO]: Connected players: MrCms13, pbj3
  521. [12:15:23] [Server thread/INFO]: CONSOLE issued server command: /list
  522. [12:15:23] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  523. [12:15:23] [Server thread/INFO]: Connected players: MrCms13, pbj3
  524. [12:15:31] [Server thread/INFO]: pbj3 issued server command: /setwarp market
  525. [12:15:31] [pool-46-thread-1/INFO]: Creating empty config: /home/minecraft/multicraft/servers/server4826/plugins/Essentials/warps/market.yml
  526. [12:15:38] [Server thread/INFO]: pbj3 issued server command: /delwarp market
  527. [12:15:44] [Server thread/INFO]: pbj3 issued server command: /setwarp AdminShop
  528. [12:15:44] [pool-46-thread-1/INFO]: Creating empty config: /home/minecraft/multicraft/servers/server4826/plugins/Essentials/warps/adminshop.yml
  529. [12:16:03] [Server thread/INFO]: CONSOLE issued server command: /list
  530. [12:16:03] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  531. [12:16:03] [Server thread/INFO]: Connected players: MrCms13, pbj3
  532. [12:16:42] [Server thread/INFO]: CONSOLE issued server command: /list
  533. [12:16:42] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  534. [12:16:42] [Server thread/INFO]: Connected players: MrCms13, pbj3
  535. [12:17:22] [Server thread/INFO]: CONSOLE issued server command: /list
  536. [12:17:22] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  537. [12:17:22] [Server thread/INFO]: Connected players: MrCms13, pbj3
  538. [12:18:01] [Server thread/INFO]: CONSOLE issued server command: /list
  539. [12:18:01] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  540. [12:18:01] [Server thread/INFO]: Connected players: MrCms13, pbj3
  541. [12:18:07] [Server thread/INFO]: CONSOLE: Enabled level saving..
  542. [12:18:07] [Server thread/INFO]: CONSOLE: Forcing save..
  543. [12:18:07] [Server thread/INFO]: CONSOLE: Save complete.
  544. [12:18:07] [Server thread/INFO]: [Server] World saved.
  545. [12:18:41] [Server thread/INFO]: CONSOLE issued server command: /list
  546. [12:18:41] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  547. [12:18:41] [Server thread/INFO]: Connected players: MrCms13, pbj3
  548. [12:19:20] [Server thread/INFO]: CONSOLE issued server command: /list
  549. [12:19:20] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  550. [12:19:20] [Server thread/INFO]: Connected players: MrCms13, pbj3
  551. [12:19:37] [Server thread/INFO]: MrCms13 lost connection: Disconnected
  552. [12:19:37] [Server thread/INFO]: MrCms13 left the game.
  553. [12:20:00] [Server thread/INFO]: CONSOLE issued server command: /list
  554. [12:20:00] [Server thread/INFO]: There are 1 out of maximum 15 players online.
  555. [12:20:00] [Server thread/INFO]: Connected players: pbj3
  556. [12:20:39] [Server thread/INFO]: CONSOLE issued server command: /list
  557. [12:20:39] [Server thread/INFO]: There are 1 out of maximum 15 players online.
  558. [12:20:39] [Server thread/INFO]: Connected players: pbj3
  559. [12:21:15] [User Authenticator #3/INFO]: UUID of player MrCms13 is 57d80d5f-fd61-49f5-9d6d-b74700a870ec
  560. [12:21:15] [Server thread/INFO]: MrCms13[/86.153.234.63:1024] logged in with entity id 21407 at ([world] -48.22173858865377, 77.5, 120.56461696181346)
  561. [12:21:15] [Server thread/INFO]: Welcome MrCms13 to the server!
  562. [12:21:18] [pool-3-thread-19/INFO]: [SG]Checking for updates
  563. [12:21:18] [pool-3-thread-19/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
  564. [12:21:19] [Server thread/INFO]: CONSOLE issued server command: /list
  565. [12:21:19] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  566. [12:21:19] [Server thread/INFO]: Connected players: MrCms13, pbj3
  567. [12:21:34] [Server thread/INFO]: MrCms13 issued server command: /me Is it just me who is getting timed out?
  568. [12:21:58] [Server thread/INFO]: CONSOLE issued server command: /list
  569. [12:21:58] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  570. [12:21:58] [Server thread/INFO]: Connected players: MrCms13, pbj3
  571. [12:22:38] [Server thread/INFO]: CONSOLE issued server command: /list
  572. [12:22:38] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  573. [12:22:38] [Server thread/INFO]: Connected players: MrCms13, pbj3
  574. [12:23:00] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  575. org.bukkit.event.EventException
  576. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  577. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  578. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  579. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  580. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  581. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  582. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  583. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  584. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  585. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  586. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  587. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  588. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  589. Caused by: java.lang.NullPointerException
  590. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  591. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  592. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  593. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  594. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  595. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  596. ... 12 more
  597. [12:23:17] [Server thread/INFO]: CONSOLE issued server command: /list
  598. [12:23:17] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  599. [12:23:17] [Server thread/INFO]: Connected players: MrCms13, pbj3
  600. [12:23:57] [Server thread/INFO]: CONSOLE issued server command: /list
  601. [12:23:57] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  602. [12:23:57] [Server thread/INFO]: Connected players: MrCms13, pbj3
  603. [12:24:36] [Server thread/INFO]: CONSOLE issued server command: /list
  604. [12:24:36] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  605. [12:24:36] [Server thread/INFO]: Connected players: MrCms13, [AFK]pbj3
  606. [12:25:16] [Server thread/INFO]: CONSOLE issued server command: /list
  607. [12:25:16] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  608. [12:25:16] [Server thread/INFO]: Connected players: MrCms13, [AFK]pbj3
  609. [12:25:55] [Server thread/INFO]: CONSOLE issued server command: /list
  610. [12:25:55] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  611. [12:25:55] [Server thread/INFO]: Connected players: MrCms13, [AFK]pbj3
  612. [12:26:35] [Server thread/INFO]: CONSOLE issued server command: /list
  613. [12:26:35] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  614. [12:26:35] [Server thread/INFO]: Connected players: MrCms13, [AFK]pbj3
  615. [12:27:14] [Server thread/INFO]: CONSOLE issued server command: /list
  616. [12:27:14] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  617. [12:27:14] [Server thread/INFO]: Connected players: [AFK]MrCms13, [AFK]pbj3
  618. [12:27:54] [Server thread/INFO]: CONSOLE issued server command: /list
  619. [12:27:54] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  620. [12:27:54] [Server thread/INFO]: Connected players: [AFK]MrCms13, [AFK]pbj3
  621. [12:28:17] [Server thread/INFO]: CONSOLE: Enabled level saving..
  622. [12:28:17] [Server thread/INFO]: CONSOLE: Forcing save..
  623. [12:28:17] [Server thread/INFO]: CONSOLE: Save complete.
  624. [12:28:17] [Server thread/INFO]: [Server] World saved.
  625. [12:28:33] [Server thread/INFO]: CONSOLE issued server command: /list
  626. [12:28:33] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  627. [12:28:33] [Server thread/INFO]: Connected players: [AFK]MrCms13, [AFK]pbj3
  628. [12:29:13] [Server thread/INFO]: CONSOLE issued server command: /list
  629. [12:29:13] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  630. [12:29:13] [Server thread/INFO]: Connected players: [AFK]MrCms13, [AFK]pbj3
  631. [12:29:52] [Server thread/INFO]: CONSOLE issued server command: /list
  632. [12:29:52] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  633. [12:29:52] [Server thread/INFO]: Connected players: [AFK]MrCms13, [AFK]pbj3
  634. [12:30:02] [Server thread/INFO]: pbj3 issued server command: /me Wanna do some Hypixel?
  635. [12:30:06] [Server thread/INFO]: pbj3 issued server command: /me And yeah, it's just you. xD
  636. [12:30:17] [Server thread/INFO]: MrCms13 issued server command: /me Sure
  637. [12:30:32] [Server thread/INFO]: CONSOLE issued server command: /list
  638. [12:30:32] [Server thread/INFO]: There are 2 out of maximum 15 players online.
  639. [12:30:32] [Server thread/INFO]: Connected players: MrCms13, pbj3
  640. [12:30:44] [Server thread/INFO]: pbj3 issued server command: /me I need to get on 1.8, and change my skin, so I'll see you on there.
  641. [12:30:47] [Server thread/INFO]: pbj3 lost connection: Disconnected
  642. [12:30:47] [Server thread/INFO]: pbj3 left the game.
  643. [12:30:57] [Server thread/INFO]: MrCms13 lost connection: Disconnected
  644. [12:30:57] [Server thread/INFO]: MrCms13 left the game.
  645. [12:31:11] [Server thread/INFO]: CONSOLE issued server command: /list
  646. [12:31:11] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  647. [12:31:51] [Server thread/INFO]: CONSOLE issued server command: /list
  648. [12:31:51] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  649. [12:32:30] [Server thread/INFO]: CONSOLE issued server command: /list
  650. [12:32:30] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  651. [12:33:10] [Server thread/INFO]: CONSOLE issued server command: /list
  652. [12:33:10] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  653. [12:33:49] [Server thread/INFO]: CONSOLE issued server command: /list
  654. [12:33:49] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  655. [12:34:29] [Server thread/INFO]: CONSOLE issued server command: /list
  656. [12:34:29] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  657. [12:35:08] [Server thread/INFO]: CONSOLE issued server command: /list
  658. [12:35:08] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  659. [12:35:48] [Server thread/INFO]: CONSOLE issued server command: /list
  660. [12:35:48] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  661. [12:36:27] [Server thread/INFO]: CONSOLE issued server command: /list
  662. [12:36:27] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  663. [12:37:07] [Server thread/INFO]: CONSOLE issued server command: /list
  664. [12:37:07] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  665. [12:37:46] [Server thread/INFO]: CONSOLE issued server command: /list
  666. [12:37:46] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  667. [12:38:26] [Server thread/INFO]: CONSOLE issued server command: /list
  668. [12:38:26] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  669. [12:38:26] [Server thread/INFO]: CONSOLE: Enabled level saving..
  670. [12:38:26] [Server thread/INFO]: CONSOLE: Forcing save..
  671. [12:38:26] [Server thread/INFO]: CONSOLE: Save complete.
  672. [12:38:26] [Server thread/INFO]: [Server] World saved.
  673. [12:39:05] [Server thread/INFO]: CONSOLE issued server command: /list
  674. [12:39:05] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  675. [12:39:45] [Server thread/INFO]: CONSOLE issued server command: /list
  676. [12:39:45] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  677. [12:40:24] [Server thread/INFO]: CONSOLE issued server command: /list
  678. [12:40:24] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  679. [12:41:04] [Server thread/INFO]: CONSOLE issued server command: /list
  680. [12:41:04] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  681. [12:41:43] [Server thread/INFO]: CONSOLE issued server command: /list
  682. [12:41:43] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  683. [12:42:23] [Server thread/INFO]: CONSOLE issued server command: /list
  684. [12:42:23] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  685. [12:43:02] [Server thread/INFO]: CONSOLE issued server command: /list
  686. [12:43:02] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  687. [12:43:42] [Server thread/INFO]: CONSOLE issued server command: /list
  688. [12:43:42] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  689. [12:44:21] [Server thread/INFO]: CONSOLE issued server command: /list
  690. [12:44:21] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  691. [12:44:59] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  692. org.bukkit.event.EventException
  693. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  694. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  695. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  696. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  697. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  698. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  699. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  700. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  701. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  702. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  703. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  704. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  705. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  706. Caused by: java.lang.NullPointerException
  707. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  708. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  709. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  710. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  711. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  712. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  713. ... 12 more
  714. [12:45:01] [Server thread/INFO]: CONSOLE issued server command: /list
  715. [12:45:01] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  716. [12:45:40] [Server thread/INFO]: CONSOLE issued server command: /list
  717. [12:45:40] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  718. [12:46:20] [Server thread/INFO]: CONSOLE issued server command: /list
  719. [12:46:20] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  720. [12:46:59] [Server thread/INFO]: CONSOLE issued server command: /list
  721. [12:46:59] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  722. [12:47:39] [Server thread/INFO]: CONSOLE issued server command: /list
  723. [12:47:39] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  724. [12:48:18] [Server thread/INFO]: CONSOLE issued server command: /list
  725. [12:48:18] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  726. [12:48:36] [Server thread/INFO]: CONSOLE: Enabled level saving..
  727. [12:48:36] [Server thread/INFO]: CONSOLE: Forcing save..
  728. [12:48:36] [Server thread/INFO]: CONSOLE: Save complete.
  729. [12:48:36] [Server thread/INFO]: [Server] World saved.
  730. [12:48:58] [Server thread/INFO]: CONSOLE issued server command: /list
  731. [12:48:58] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  732. [12:49:37] [Server thread/INFO]: CONSOLE issued server command: /list
  733. [12:49:37] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  734. [12:50:17] [Server thread/INFO]: CONSOLE issued server command: /list
  735. [12:50:17] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  736. [12:50:56] [Server thread/INFO]: CONSOLE issued server command: /list
  737. [12:50:56] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  738. [12:51:36] [Server thread/INFO]: CONSOLE issued server command: /list
  739. [12:51:36] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  740. [12:52:15] [Server thread/INFO]: CONSOLE issued server command: /list
  741. [12:52:15] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  742. [12:52:55] [Server thread/INFO]: CONSOLE issued server command: /list
  743. [12:52:55] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  744. [12:53:34] [Server thread/INFO]: CONSOLE issued server command: /list
  745. [12:53:34] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  746. [12:54:14] [Server thread/INFO]: CONSOLE issued server command: /list
  747. [12:54:14] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  748. [12:54:53] [Server thread/INFO]: CONSOLE issued server command: /list
  749. [12:54:53] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  750. [12:55:33] [Server thread/INFO]: CONSOLE issued server command: /list
  751. [12:55:33] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  752. [12:56:12] [Server thread/INFO]: CONSOLE issued server command: /list
  753. [12:56:12] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  754. [12:56:23] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  755. org.bukkit.event.EventException
  756. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  757. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  758. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  759. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  760. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  761. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  762. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  763. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  764. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  765. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  766. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  767. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  768. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  769. Caused by: java.lang.NullPointerException
  770. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  771. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  772. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  773. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  774. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  775. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  776. ... 12 more
  777. [12:56:52] [Server thread/INFO]: CONSOLE issued server command: /list
  778. [12:56:52] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  779. [12:57:31] [Server thread/INFO]: CONSOLE issued server command: /list
  780. [12:57:31] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  781. [12:58:11] [Server thread/INFO]: CONSOLE issued server command: /list
  782. [12:58:11] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  783. [12:58:45] [Server thread/INFO]: CONSOLE: Enabled level saving..
  784. [12:58:45] [Server thread/INFO]: CONSOLE: Forcing save..
  785. [12:58:45] [Server thread/INFO]: CONSOLE: Save complete.
  786. [12:58:45] [Server thread/INFO]: [Server] World saved.
  787. [12:58:50] [Server thread/INFO]: CONSOLE issued server command: /list
  788. [12:58:50] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  789. [12:59:30] [Server thread/INFO]: CONSOLE issued server command: /list
  790. [12:59:30] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  791. [13:00:09] [Server thread/INFO]: CONSOLE issued server command: /list
  792. [13:00:09] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  793. [13:00:49] [Server thread/INFO]: CONSOLE issued server command: /list
  794. [13:00:49] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  795. [13:01:28] [Server thread/INFO]: CONSOLE issued server command: /list
  796. [13:01:28] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  797. [13:02:08] [Server thread/INFO]: CONSOLE issued server command: /list
  798. [13:02:08] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  799. [13:02:47] [Server thread/INFO]: CONSOLE issued server command: /list
  800. [13:02:47] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  801. [13:03:01] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  802. org.bukkit.event.EventException
  803. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  804. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  805. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  806. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  807. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  808. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  809. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  810. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  811. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  812. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  813. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  814. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  815. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  816. Caused by: java.lang.NullPointerException
  817. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  818. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  819. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  820. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  821. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  822. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  823. ... 12 more
  824. [13:03:27] [Server thread/INFO]: CONSOLE issued server command: /list
  825. [13:03:27] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  826. [13:04:06] [Server thread/INFO]: CONSOLE issued server command: /list
  827. [13:04:06] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  828. [13:04:46] [Server thread/INFO]: CONSOLE issued server command: /list
  829. [13:04:46] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  830. [13:05:25] [Server thread/INFO]: CONSOLE issued server command: /list
  831. [13:05:25] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  832. [13:06:05] [Server thread/INFO]: CONSOLE issued server command: /list
  833. [13:06:05] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  834. [13:06:27] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  835. org.bukkit.event.EventException
  836. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  837. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  838. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  839. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  840. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  841. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  842. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  843. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  844. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  845. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  846. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  847. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  848. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  849. Caused by: java.lang.NullPointerException
  850. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  851. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  852. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  853. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  854. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  855. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  856. ... 12 more
  857. [13:06:44] [Server thread/INFO]: CONSOLE issued server command: /list
  858. [13:06:44] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  859. [13:07:24] [Server thread/INFO]: CONSOLE issued server command: /list
  860. [13:07:24] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  861. [13:07:58] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  862. org.bukkit.event.EventException
  863. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  864. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  865. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  866. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  867. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  868. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  869. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  870. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  871. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  872. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  873. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  874. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  875. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  876. Caused by: java.lang.NullPointerException
  877. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  878. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  879. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  880. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  881. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  882. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  883. ... 12 more
  884. [13:08:03] [Server thread/INFO]: CONSOLE issued server command: /list
  885. [13:08:03] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  886. [13:08:43] [Server thread/INFO]: CONSOLE issued server command: /list
  887. [13:08:43] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  888. [13:08:55] [Server thread/INFO]: CONSOLE: Enabled level saving..
  889. [13:08:55] [Server thread/INFO]: CONSOLE: Forcing save..
  890. [13:08:55] [Server thread/INFO]: CONSOLE: Save complete.
  891. [13:08:55] [Server thread/INFO]: [Server] World saved.
  892. [13:09:22] [Server thread/INFO]: CONSOLE issued server command: /list
  893. [13:09:22] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  894. [13:10:02] [Server thread/INFO]: CONSOLE issued server command: /list
  895. [13:10:02] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  896. [13:10:41] [Server thread/INFO]: CONSOLE issued server command: /list
  897. [13:10:41] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  898. [13:10:49] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  899. org.bukkit.event.EventException
  900. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  901. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  902. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  903. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  904. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  905. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  906. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  907. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  908. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  909. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  910. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  911. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  912. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  913. Caused by: java.lang.NullPointerException
  914. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  915. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  916. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  917. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  918. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  919. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  920. ... 12 more
  921. [13:11:21] [Server thread/INFO]: CONSOLE issued server command: /list
  922. [13:11:21] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  923. [13:12:00] [Server thread/INFO]: CONSOLE issued server command: /list
  924. [13:12:00] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  925. [13:12:40] [Server thread/INFO]: CONSOLE issued server command: /list
  926. [13:12:40] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  927. [13:13:12] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  928. org.bukkit.event.EventException
  929. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  930. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  931. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  932. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  933. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  934. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  935. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  936. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  937. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  938. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  939. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  940. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  941. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  942. Caused by: java.lang.NullPointerException
  943. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  944. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  945. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  946. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  947. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  948. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  949. ... 12 more
  950. [13:13:19] [Server thread/INFO]: CONSOLE issued server command: /list
  951. [13:13:19] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  952. [13:13:59] [Server thread/INFO]: CONSOLE issued server command: /list
  953. [13:13:59] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  954. [13:14:39] [Server thread/INFO]: CONSOLE issued server command: /list
  955. [13:14:39] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  956. [13:15:18] [Server thread/INFO]: CONSOLE issued server command: /list
  957. [13:15:18] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  958. [13:15:58] [Server thread/INFO]: CONSOLE issued server command: /list
  959. [13:15:58] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  960. [13:16:37] [Server thread/INFO]: CONSOLE issued server command: /list
  961. [13:16:37] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  962. [13:17:17] [Server thread/INFO]: CONSOLE issued server command: /list
  963. [13:17:17] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  964. [13:17:56] [Server thread/INFO]: CONSOLE issued server command: /list
  965. [13:17:56] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  966. [13:18:12] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  967. org.bukkit.event.EventException
  968. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  969. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  970. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  971. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  972. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  973. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  974. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  975. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  976. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  977. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  978. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  979. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  980. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  981. Caused by: java.lang.NullPointerException
  982. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  983. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  984. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  985. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  986. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  987. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  988. ... 12 more
  989. [13:18:36] [Server thread/INFO]: CONSOLE issued server command: /list
  990. [13:18:36] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  991. [13:19:04] [Server thread/INFO]: CONSOLE: Enabled level saving..
  992. [13:19:04] [Server thread/INFO]: CONSOLE: Forcing save..
  993. [13:19:04] [Server thread/INFO]: CONSOLE: Save complete.
  994. [13:19:04] [Server thread/INFO]: [Server] World saved.
  995. [13:19:15] [Server thread/INFO]: CONSOLE issued server command: /list
  996. [13:19:15] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  997. [13:19:55] [Server thread/INFO]: CONSOLE issued server command: /list
  998. [13:19:55] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  999. [13:20:34] [Server thread/INFO]: CONSOLE issued server command: /list
  1000. [13:20:34] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1001. [13:21:01] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  1002. org.bukkit.event.EventException
  1003. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1004. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1005. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1006. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1007. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1008. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1009. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1010. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1011. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1012. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1013. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1014. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1015. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1016. Caused by: java.lang.NullPointerException
  1017. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  1018. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  1019. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1020. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1021. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  1022. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1023. ... 12 more
  1024. [13:21:14] [Server thread/INFO]: CONSOLE issued server command: /list
  1025. [13:21:14] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1026. [13:21:53] [Server thread/INFO]: CONSOLE issued server command: /list
  1027. [13:21:53] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1028. [13:22:33] [Server thread/INFO]: CONSOLE issued server command: /list
  1029. [13:22:33] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1030. [13:23:12] [Server thread/INFO]: CONSOLE issued server command: /list
  1031. [13:23:12] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1032. [13:23:37] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  1033. org.bukkit.event.EventException
  1034. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1035. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1036. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1037. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1038. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1039. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1040. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1041. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1042. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1043. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1044. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1045. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1046. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1047. Caused by: java.lang.NullPointerException
  1048. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  1049. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  1050. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1051. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1052. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  1053. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1054. ... 12 more
  1055. [13:23:52] [Server thread/INFO]: CONSOLE issued server command: /list
  1056. [13:23:52] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1057. [13:24:31] [Server thread/INFO]: CONSOLE issued server command: /list
  1058. [13:24:31] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1059. [13:25:11] [Server thread/INFO]: CONSOLE issued server command: /list
  1060. [13:25:11] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1061. [13:25:50] [Server thread/INFO]: CONSOLE issued server command: /list
  1062. [13:25:50] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1063. [13:26:30] [Server thread/INFO]: CONSOLE issued server command: /list
  1064. [13:26:30] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1065. [13:27:09] [Server thread/INFO]: CONSOLE issued server command: /list
  1066. [13:27:09] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1067. [13:27:49] [Server thread/INFO]: CONSOLE issued server command: /list
  1068. [13:27:49] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1069. [13:28:14] [pool-3-thread-76/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/SurvivalGames
  1070. [13:28:14] [pool-3-thread-82/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/LogBlock
  1071. [13:28:28] [Server thread/INFO]: CONSOLE issued server command: /list
  1072. [13:28:28] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1073. [13:29:08] [Server thread/INFO]: CONSOLE issued server command: /list
  1074. [13:29:08] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1075. [13:29:14] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1076. [13:29:14] [Server thread/INFO]: CONSOLE: Forcing save..
  1077. [13:29:14] [Server thread/INFO]: CONSOLE: Save complete.
  1078. [13:29:14] [Server thread/INFO]: [Server] World saved.
  1079. [13:29:47] [Server thread/INFO]: CONSOLE issued server command: /list
  1080. [13:29:47] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1081. [13:30:27] [Server thread/INFO]: CONSOLE issued server command: /list
  1082. [13:30:27] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1083. [13:31:06] [Server thread/INFO]: CONSOLE issued server command: /list
  1084. [13:31:06] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1085. [13:31:46] [Server thread/INFO]: CONSOLE issued server command: /list
  1086. [13:31:46] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1087. [13:32:25] [Server thread/INFO]: CONSOLE issued server command: /list
  1088. [13:32:25] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1089. [13:32:31] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  1090. org.bukkit.event.EventException
  1091. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1092. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1093. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1094. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1095. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1096. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1097. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1098. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1099. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1100. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1101. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1102. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1103. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1104. Caused by: java.lang.NullPointerException
  1105. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  1106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  1107. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1109. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  1110. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1111. ... 12 more
  1112. [13:33:05] [Server thread/INFO]: CONSOLE issued server command: /list
  1113. [13:33:05] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1114. [13:33:44] [Server thread/INFO]: CONSOLE issued server command: /list
  1115. [13:33:44] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1116. [13:34:24] [Server thread/INFO]: CONSOLE issued server command: /list
  1117. [13:34:24] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1118. [13:35:03] [Server thread/INFO]: CONSOLE issued server command: /list
  1119. [13:35:03] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1120. [13:35:43] [Server thread/INFO]: CONSOLE issued server command: /list
  1121. [13:35:43] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1122. [13:36:22] [Server thread/INFO]: CONSOLE issued server command: /list
  1123. [13:36:22] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1124. [13:37:02] [Server thread/INFO]: CONSOLE issued server command: /list
  1125. [13:37:02] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1126. [13:37:41] [Server thread/INFO]: CONSOLE issued server command: /list
  1127. [13:37:41] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1128. [13:38:21] [Server thread/INFO]: CONSOLE issued server command: /list
  1129. [13:38:21] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1130. [13:39:00] [Server thread/INFO]: CONSOLE issued server command: /list
  1131. [13:39:00] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1132. [13:39:23] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1133. [13:39:23] [Server thread/INFO]: CONSOLE: Forcing save..
  1134. [13:39:23] [Server thread/INFO]: CONSOLE: Save complete.
  1135. [13:39:23] [Server thread/INFO]: [Server] World saved.
  1136. [13:39:40] [Server thread/INFO]: CONSOLE issued server command: /list
  1137. [13:39:40] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1138. [13:40:19] [Server thread/INFO]: CONSOLE issued server command: /list
  1139. [13:40:19] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1140. [13:40:59] [Server thread/INFO]: CONSOLE issued server command: /list
  1141. [13:40:59] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1142. [13:41:38] [Server thread/INFO]: CONSOLE issued server command: /list
  1143. [13:41:38] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1144. [13:42:18] [Server thread/INFO]: CONSOLE issued server command: /list
  1145. [13:42:18] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1146. [13:42:57] [Server thread/INFO]: CONSOLE issued server command: /list
  1147. [13:42:57] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1148. [13:43:37] [Server thread/INFO]: CONSOLE issued server command: /list
  1149. [13:43:37] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1150. [13:44:16] [Server thread/INFO]: CONSOLE issued server command: /list
  1151. [13:44:16] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1152. [13:44:56] [Server thread/INFO]: CONSOLE issued server command: /list
  1153. [13:44:56] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1154. [13:45:35] [Server thread/INFO]: CONSOLE issued server command: /list
  1155. [13:45:35] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1156. [13:46:15] [Server thread/INFO]: CONSOLE issued server command: /list
  1157. [13:46:15] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1158. [13:46:54] [Server thread/INFO]: CONSOLE issued server command: /list
  1159. [13:46:54] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1160. [13:47:34] [Server thread/INFO]: CONSOLE issued server command: /list
  1161. [13:47:34] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1162. [13:48:13] [Server thread/INFO]: CONSOLE issued server command: /list
  1163. [13:48:13] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1164. [13:48:53] [Server thread/INFO]: CONSOLE issued server command: /list
  1165. [13:48:53] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1166. [13:49:32] [Server thread/INFO]: CONSOLE issued server command: /list
  1167. [13:49:32] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1168. [13:49:33] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1169. [13:49:33] [Server thread/INFO]: CONSOLE: Forcing save..
  1170. [13:49:33] [Server thread/INFO]: CONSOLE: Save complete.
  1171. [13:49:33] [Server thread/INFO]: [Server] World saved.
  1172. [13:50:12] [Server thread/INFO]: CONSOLE issued server command: /list
  1173. [13:50:12] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1174. [13:50:51] [Server thread/INFO]: CONSOLE issued server command: /list
  1175. [13:50:51] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1176. [13:51:31] [Server thread/INFO]: CONSOLE issued server command: /list
  1177. [13:51:31] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1178. [13:52:10] [Server thread/INFO]: CONSOLE issued server command: /list
  1179. [13:52:10] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1180. [13:52:50] [Server thread/INFO]: CONSOLE issued server command: /list
  1181. [13:52:50] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1182. [13:53:29] [Server thread/INFO]: CONSOLE issued server command: /list
  1183. [13:53:29] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1184. [13:54:09] [Server thread/INFO]: CONSOLE issued server command: /list
  1185. [13:54:09] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1186. [13:54:48] [Server thread/INFO]: CONSOLE issued server command: /list
  1187. [13:54:48] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1188. [13:55:28] [Server thread/INFO]: CONSOLE issued server command: /list
  1189. [13:55:28] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1190. [13:56:07] [Server thread/INFO]: CONSOLE issued server command: /list
  1191. [13:56:07] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1192. [13:56:47] [Server thread/INFO]: CONSOLE issued server command: /list
  1193. [13:56:47] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1194. [13:57:26] [Server thread/INFO]: CONSOLE issued server command: /list
  1195. [13:57:26] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1196. [13:58:06] [Server thread/INFO]: CONSOLE issued server command: /list
  1197. [13:58:06] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1198. [13:58:45] [Server thread/INFO]: CONSOLE issued server command: /list
  1199. [13:58:45] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1200. [13:58:49] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  1201. org.bukkit.event.EventException
  1202. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1203. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1204. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1205. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1206. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1207. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1208. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1209. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1210. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1211. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1212. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1213. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1214. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1215. Caused by: java.lang.NullPointerException
  1216. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  1217. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  1218. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1219. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1220. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  1221. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1222. ... 12 more
  1223. [13:59:25] [Server thread/INFO]: CONSOLE issued server command: /list
  1224. [13:59:25] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1225. [13:59:42] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1226. [13:59:42] [Server thread/INFO]: CONSOLE: Forcing save..
  1227. [13:59:42] [Server thread/INFO]: CONSOLE: Save complete.
  1228. [13:59:42] [Server thread/INFO]: [Server] World saved.
  1229. [14:00:04] [Server thread/INFO]: CONSOLE issued server command: /list
  1230. [14:00:04] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1231. [14:00:44] [Server thread/INFO]: CONSOLE issued server command: /list
  1232. [14:00:44] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1233. [14:00:45] [User Authenticator #4/INFO]: UUID of player MrCms13 is 57d80d5f-fd61-49f5-9d6d-b74700a870ec
  1234. [14:00:45] [Server thread/INFO]: MrCms13[/86.153.234.63:53003] logged in with entity id 36755 at ([world] -48.22173858865377, 77.5, 120.56461696181346)
  1235. [14:00:45] [Server thread/INFO]: Welcome MrCms13 to the server!
  1236. [14:00:48] [pool-3-thread-113/INFO]: [SG]Checking for updates
  1237. [14:00:48] [pool-3-thread-113/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
  1238. [14:00:53] [Server thread/INFO]: MrCms13 lost connection: Disconnected
  1239. [14:00:53] [Server thread/INFO]: MrCms13 left the game.
  1240. [14:01:23] [Server thread/INFO]: CONSOLE issued server command: /list
  1241. [14:01:23] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1242. [14:02:03] [Server thread/INFO]: CONSOLE issued server command: /list
  1243. [14:02:03] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1244. [14:02:42] [Server thread/INFO]: CONSOLE issued server command: /list
  1245. [14:02:42] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1246. [14:03:22] [Server thread/INFO]: CONSOLE issued server command: /list
  1247. [14:03:22] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1248. [14:04:01] [Server thread/INFO]: CONSOLE issued server command: /list
  1249. [14:04:01] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1250. [14:04:41] [Server thread/INFO]: CONSOLE issued server command: /list
  1251. [14:04:41] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1252. [14:05:20] [Server thread/INFO]: CONSOLE issued server command: /list
  1253. [14:05:20] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1254. [14:06:00] [Server thread/INFO]: CONSOLE issued server command: /list
  1255. [14:06:00] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1256. [14:06:39] [Server thread/INFO]: CONSOLE issued server command: /list
  1257. [14:06:39] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1258. [14:07:19] [Server thread/INFO]: CONSOLE issued server command: /list
  1259. [14:07:19] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1260. [14:07:58] [Server thread/INFO]: CONSOLE issued server command: /list
  1261. [14:07:58] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1262. [14:08:38] [Server thread/INFO]: CONSOLE issued server command: /list
  1263. [14:08:38] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1264. [14:09:17] [Server thread/INFO]: CONSOLE issued server command: /list
  1265. [14:09:17] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1266. [14:09:52] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1267. [14:09:52] [Server thread/INFO]: CONSOLE: Forcing save..
  1268. [14:09:52] [Server thread/INFO]: CONSOLE: Save complete.
  1269. [14:09:52] [Server thread/INFO]: [Server] World saved.
  1270. [14:09:57] [Server thread/INFO]: CONSOLE issued server command: /list
  1271. [14:09:57] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1272. [14:10:36] [Server thread/INFO]: CONSOLE issued server command: /list
  1273. [14:10:36] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1274. [14:11:16] [Server thread/INFO]: CONSOLE issued server command: /list
  1275. [14:11:16] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1276. [14:11:55] [Server thread/INFO]: CONSOLE issued server command: /list
  1277. [14:11:55] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1278. [14:12:35] [Server thread/INFO]: CONSOLE issued server command: /list
  1279. [14:12:35] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1280. [14:13:14] [Server thread/INFO]: CONSOLE issued server command: /list
  1281. [14:13:14] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1282. [14:13:54] [Server thread/INFO]: CONSOLE issued server command: /list
  1283. [14:13:54] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1284. [14:14:33] [Server thread/INFO]: CONSOLE issued server command: /list
  1285. [14:14:33] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1286. [14:15:13] [Server thread/INFO]: CONSOLE issued server command: /list
  1287. [14:15:13] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1288. [14:15:52] [Server thread/INFO]: CONSOLE issued server command: /list
  1289. [14:15:52] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1290. [14:16:32] [Server thread/INFO]: CONSOLE issued server command: /list
  1291. [14:16:32] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1292. [14:17:08] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  1293. org.bukkit.event.EventException
  1294. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1295. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1296. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1297. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1298. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1299. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1300. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1301. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1302. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1303. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1304. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1305. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1306. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1307. Caused by: java.lang.NullPointerException
  1308. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  1309. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  1310. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1311. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1312. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  1313. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1314. ... 12 more
  1315. [14:17:11] [Server thread/INFO]: CONSOLE issued server command: /list
  1316. [14:17:11] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1317. [14:17:51] [Server thread/INFO]: CONSOLE issued server command: /list
  1318. [14:17:51] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1319. [14:18:30] [Server thread/INFO]: CONSOLE issued server command: /list
  1320. [14:18:30] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1321. [14:19:10] [Server thread/INFO]: CONSOLE issued server command: /list
  1322. [14:19:10] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1323. [14:19:49] [Server thread/INFO]: CONSOLE issued server command: /list
  1324. [14:19:49] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1325. [14:20:01] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1326. [14:20:01] [Server thread/INFO]: CONSOLE: Forcing save..
  1327. [14:20:01] [Server thread/INFO]: CONSOLE: Save complete.
  1328. [14:20:01] [Server thread/INFO]: [Server] World saved.
  1329. [14:20:29] [Server thread/INFO]: CONSOLE issued server command: /list
  1330. [14:20:29] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1331. [14:21:08] [Server thread/INFO]: CONSOLE issued server command: /list
  1332. [14:21:08] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1333. [14:21:48] [Server thread/INFO]: CONSOLE issued server command: /list
  1334. [14:21:48] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1335. [14:22:27] [Server thread/INFO]: CONSOLE issued server command: /list
  1336. [14:22:27] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1337. [14:23:07] [Server thread/INFO]: CONSOLE issued server command: /list
  1338. [14:23:07] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1339. [14:23:46] [Server thread/INFO]: CONSOLE issued server command: /list
  1340. [14:23:46] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1341. [14:24:26] [Server thread/INFO]: CONSOLE issued server command: /list
  1342. [14:24:26] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1343. [14:25:05] [Server thread/INFO]: CONSOLE issued server command: /list
  1344. [14:25:05] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1345. [14:25:45] [Server thread/INFO]: CONSOLE issued server command: /list
  1346. [14:25:45] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1347. [14:26:24] [Server thread/INFO]: CONSOLE issued server command: /list
  1348. [14:26:24] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1349. [14:27:04] [Server thread/INFO]: CONSOLE issued server command: /list
  1350. [14:27:04] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1351. [14:27:43] [Server thread/INFO]: CONSOLE issued server command: /list
  1352. [14:27:43] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1353. [14:28:23] [Server thread/INFO]: CONSOLE issued server command: /list
  1354. [14:28:23] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1355. [14:29:02] [Server thread/INFO]: CONSOLE issued server command: /list
  1356. [14:29:02] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1357. [14:29:42] [Server thread/INFO]: CONSOLE issued server command: /list
  1358. [14:29:42] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1359. [14:30:11] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1360. [14:30:11] [Server thread/INFO]: CONSOLE: Forcing save..
  1361. [14:30:11] [Server thread/INFO]: CONSOLE: Save complete.
  1362. [14:30:11] [Server thread/INFO]: [Server] World saved.
  1363. [14:30:21] [Server thread/INFO]: CONSOLE issued server command: /list
  1364. [14:30:21] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1365. [14:31:01] [Server thread/INFO]: CONSOLE issued server command: /list
  1366. [14:31:01] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1367. [14:31:40] [Server thread/INFO]: CONSOLE issued server command: /list
  1368. [14:31:40] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1369. [14:32:20] [Server thread/INFO]: CONSOLE issued server command: /list
  1370. [14:32:20] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1371. [14:32:59] [Server thread/INFO]: CONSOLE issued server command: /list
  1372. [14:32:59] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1373. [14:33:39] [Server thread/INFO]: CONSOLE issued server command: /list
  1374. [14:33:39] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1375. [14:34:19] [Server thread/INFO]: CONSOLE issued server command: /list
  1376. [14:34:19] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1377. [14:34:58] [Server thread/INFO]: CONSOLE issued server command: /list
  1378. [14:34:58] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1379. [14:35:38] [Server thread/INFO]: CONSOLE issued server command: /list
  1380. [14:35:38] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1381. [14:36:17] [Server thread/INFO]: CONSOLE issued server command: /list
  1382. [14:36:17] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1383. [14:36:57] [Server thread/INFO]: CONSOLE issued server command: /list
  1384. [14:36:57] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1385. [14:37:36] [Server thread/INFO]: CONSOLE issued server command: /list
  1386. [14:37:36] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1387. [14:38:16] [Server thread/INFO]: CONSOLE issued server command: /list
  1388. [14:38:16] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1389. [14:38:55] [Server thread/INFO]: CONSOLE issued server command: /list
  1390. [14:38:55] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1391. [14:39:35] [Server thread/INFO]: CONSOLE issued server command: /list
  1392. [14:39:35] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1393. [14:39:37] [Server thread/ERROR]: Could not pass event WeatherChangeEvent to AntiWeather v1.0.0
  1394. org.bukkit.event.EventException
  1395. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1396. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1397. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1398. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1399. at net.minecraft.server.v1_7_R4.World.o(World.java:1957) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1400. at net.minecraft.server.v1_7_R4.WorldServer.o(WorldServer.java:932) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1401. at net.minecraft.server.v1_7_R4.World.doTick(World.java:1898) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1402. at net.minecraft.server.v1_7_R4.WorldServer.doTick(WorldServer.java:168) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1403. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1404. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1405. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1406. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1407. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1408. Caused by: java.lang.NullPointerException
  1409. at me.rjp2525.antiweather.AntiWeather.onRainStart(AntiWeather.java:45) ~[?:?]
  1410. at sun.reflect.GeneratedMethodAccessor160.invoke(Unknown Source) ~[?:?]
  1411. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
  1412. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
  1413. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.10.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
  1414. ... 12 more
  1415. [14:40:14] [Server thread/INFO]: CONSOLE issued server command: /list
  1416. [14:40:14] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1417. [14:40:20] [Server thread/INFO]: CONSOLE: Enabled level saving..
  1418. [14:40:20] [Server thread/INFO]: CONSOLE: Forcing save..
  1419. [14:40:20] [Server thread/INFO]: CONSOLE: Save complete.
  1420. [14:40:20] [Server thread/INFO]: [Server] World saved.
  1421. [14:40:54] [Server thread/INFO]: CONSOLE issued server command: /list
  1422. [14:40:54] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1423. [14:41:33] [Server thread/INFO]: CONSOLE issued server command: /list
  1424. [14:41:33] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1425. [14:42:13] [Server thread/INFO]: CONSOLE issued server command: /list
  1426. [14:42:13] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1427. [14:42:52] [Server thread/INFO]: CONSOLE issued server command: /list
  1428. [14:42:52] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1429. [14:43:32] [Server thread/INFO]: CONSOLE issued server command: /list
  1430. [14:43:32] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1431. [14:44:11] [Server thread/INFO]: CONSOLE issued server command: /list
  1432. [14:44:11] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1433. [14:44:51] [Server thread/INFO]: CONSOLE issued server command: /list
  1434. [14:44:51] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1435. [14:45:30] [Server thread/INFO]: CONSOLE issued server command: /list
  1436. [14:45:30] [Server thread/INFO]: There are 0 out of maximum 15 players online.
  1437. [14:46:05] [User Authenticator #5/INFO]: UUID of player chargers2417 is ac183ed4-92fb-4c7e-a624-025a966a1335
  1438. [14:46:05] [Server thread/INFO]: chargers2417[/70.181.213.174:64160] logged in with entity id 37111 at ([world] 3.668720017538465, 93.74876675183249, 8.404961767035584)
  1439. [14:46:05] [Server thread/INFO]: Welcome chargers2417 to the server!
  1440. [14:46:08] [pool-3-thread-145/INFO]: [SG]Checking for updates
  1441. [14:46:08] [pool-3-thread-145/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
  1442. [14:46:10] [Server thread/INFO]: CONSOLE issued server command: /list
  1443. [14:46:10] [Server thread/INFO]: There are 1 out of maximum 15 players online.
  1444. [14:46:10] [Server thread/INFO]: Connected players: chargers2417
  1445. [14:46:11] [Server thread/INFO]: chargers2417 issued server command: /gmc
  1446. [14:46:16] [Server thread/INFO]: chargers2417 issued server command: /lwc
  1447. [14:46:17] [Server thread/INFO]: chargers2417 issued server command: /lock
  1448. [14:46:36] [Server thread/INFO]: chargers2417 issued server command: /lock
  1449. [14:46:49] [Server thread/INFO]: CONSOLE issued server command: /list
  1450. [14:46:49] [Server thread/INFO]: There are 1 out of maximum 15 players online.
  1451. [14:46:49] [Server thread/INFO]: Connected players: chargers2417
  1452. [14:46:51] [Server thread/INFO]: chargers2417 issued server command: /plugins
  1453. [14:47:29] [Server thread/INFO]: CONSOLE issued server command: /list
  1454. [14:47:29] [Server thread/INFO]: There are 1 out of maximum 15 players online.
  1455. [14:47:29] [Server thread/INFO]: Connected players: chargers2417
  1456. [14:47:38] [Server thread/INFO]: chargers2417 issued server command: /tps
  1457. [14:48:08] [Server thread/INFO]: CONSOLE issued server command: /list
  1458. [14:48:08] [Server thread/INFO]: There are 1 out of maximum 15 players online.
  1459. [14:48:08] [Server thread/INFO]: Connected players: chargers2417
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement