Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.21 KB | None | 0 0
  1.  
  2. [19:56:12] [Server thread/INFO]: -------- World Settings For [DXL_Game_0] --------
  3. [19:56:12] [Server thread/INFO]: Mob Spawn Range: 4
  4. [19:56:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  5. [19:56:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  6. [19:56:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  7. [19:56:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  8. [19:56:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  9. [19:56:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  10. [19:56:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  11. [19:56:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  12. [19:56:12] [Server thread/INFO]: Vine Growth Modifier: 100%
  13. [19:56:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  14. [19:56:12] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 24 / Mi 4
  15. [19:56:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  16. [19:56:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  17. [19:56:12] [Server thread/INFO]: Random Lighting Updates: false
  18. [19:56:12] [Server thread/INFO]: Structure Info Saving: true
  19. [19:56:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  20. [19:56:12] [Server thread/INFO]: Max TNT Explosions: 100
  21. [19:56:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  22. [19:56:12] [Server thread/INFO]: Item Despawn Rate: 6000
  23. [19:56:12] [Server thread/INFO]: Item Merge Radius: 2.5
  24. [19:56:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  25. [19:56:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  26. [19:56:12] [Server thread/INFO]: View Distance: 16
  27. [19:56:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  28. [19:56:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  29. [19:56:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  30. [19:56:13] [Server thread/INFO]: [MyPet] added DXL_Game_0 to 'default' group.
  31. [19:56:13] [Server thread/INFO]: Preparing start region for level 9 (Seed: 881642978533796370)
  32. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_0) TNT ignition is PERMITTED.
  33. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_0) Lighters are PERMITTED.
  34. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_0) Lava fire is blocked.
  35. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_0) All fire spread is disabled.
  36. [19:56:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DXL_Game_0'
  37. [19:56:13] [Server thread/INFO]: [dynmap] World 'DXL_Game_0' disabled
  38. [19:56:13] [Server thread/ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
  39. java.lang.IllegalArgumentException: unknown world
  40. at org.bukkit.Location.deserialize(Location.java:612) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  44. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  45. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [spigot.jar:git-Spigot-7754231-a3b3a42]
  46. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [spigot.jar:git-Spigot-7754231-a3b3a42]
  47. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.jar:git-Spigot-7754231-a3b3a42]
  48. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.jar:git-Spigot-7754231-a3b3a42]
  49. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7754231-a3b3a42]
  50. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:376) [spigot.jar:git-Spigot-7754231-a3b3a42]
  51. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:185) [spigot.jar:git-Spigot-7754231-a3b3a42]
  52. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:357) [spigot.jar:git-Spigot-7754231-a3b3a42]
  53. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:532) [spigot.jar:git-Spigot-7754231-a3b3a42]
  54. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-7754231-a3b3a42]
  55. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7754231-a3b3a42]
  56. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:376) [spigot.jar:git-Spigot-7754231-a3b3a42]
  57. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:185) [spigot.jar:git-Spigot-7754231-a3b3a42]
  58. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:357) [spigot.jar:git-Spigot-7754231-a3b3a42]
  59. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:532) [spigot.jar:git-Spigot-7754231-a3b3a42]
  60. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-7754231-a3b3a42]
  61. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:184) [spigot.jar:git-Spigot-7754231-a3b3a42]
  62. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:143) [spigot.jar:git-Spigot-7754231-a3b3a42]
  63. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:129) [spigot.jar:git-Spigot-7754231-a3b3a42]
  64. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) [spigot.jar:git-Spigot-7754231-a3b3a42]
  65. at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) [spigot.jar:git-Spigot-7754231-a3b3a42]
  66. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) [spigot.jar:git-Spigot-7754231-a3b3a42]
  67. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) [spigot.jar:git-Spigot-7754231-a3b3a42]
  68. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) [spigot.jar:git-Spigot-7754231-a3b3a42]
  69. at de.erethon.dungeonsxl.util.commons.config.DREConfig.<init>(DREConfig.java:56) [DungeonsXL.jar:?]
  70. at de.erethon.dungeonsxl.player.DPlayerData.<init>(DPlayerData.java:76) [DungeonsXL.jar:?]
  71. at de.erethon.dungeonsxl.player.DGlobalPlayer.loadPlayerData(DGlobalPlayer.java:122) [DungeonsXL.jar:?]
  72. at de.erethon.dungeonsxl.player.DGlobalPlayer.<init>(DGlobalPlayer.java:75) [DungeonsXL.jar:?]
  73. at de.erethon.dungeonsxl.player.DInstancePlayer.<init>(DInstancePlayer.java:38) [DungeonsXL.jar:?]
  74. at de.erethon.dungeonsxl.player.DGamePlayer.<init>(DGamePlayer.java:85) [DungeonsXL.jar:?]
  75. at de.erethon.dungeonsxl.player.CreateDInstancePlayerTask.run(CreateDInstancePlayerTask.java:64) [DungeonsXL.jar:?]
  76. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) [spigot.jar:git-Spigot-7754231-a3b3a42]
  77. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot.jar:git-Spigot-7754231-a3b3a42]
  78. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot.jar:git-Spigot-7754231-a3b3a42]
  79. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-7754231-a3b3a42]
  80. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-7754231-a3b3a42]
  81. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-7754231-a3b3a42]
  82. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  83. [19:56:13] [Server thread/INFO]: -------- World Settings For [DXL_Game_1] --------
  84. [19:56:13] [Server thread/INFO]: Mob Spawn Range: 4
  85. [19:56:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  86. [19:56:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  87. [19:56:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  88. [19:56:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  89. [19:56:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  90. [19:56:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  91. [19:56:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  92. [19:56:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  93. [19:56:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  94. [19:56:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  95. [19:56:13] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 24 / Mi 4
  96. [19:56:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  97. [19:56:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  98. [19:56:13] [Server thread/INFO]: Random Lighting Updates: false
  99. [19:56:13] [Server thread/INFO]: Structure Info Saving: true
  100. [19:56:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  101. [19:56:13] [Server thread/INFO]: Max TNT Explosions: 100
  102. [19:56:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  103. [19:56:13] [Server thread/INFO]: Item Despawn Rate: 6000
  104. [19:56:13] [Server thread/INFO]: Item Merge Radius: 2.5
  105. [19:56:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  106. [19:56:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  107. [19:56:13] [Server thread/INFO]: View Distance: 16
  108. [19:56:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  109. [19:56:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  110. [19:56:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  111. [19:56:13] [Server thread/INFO]: [MyPet] added DXL_Game_1 to 'default' group.
  112. [19:56:13] [Server thread/INFO]: Preparing start region for level 10 (Seed: 881642978533796370)
  113. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_1) TNT ignition is PERMITTED.
  114. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_1) Lighters are PERMITTED.
  115. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_1) Lava fire is blocked.
  116. [19:56:13] [Server thread/INFO]: [WorldGuard] (DXL_Game_1) All fire spread is disabled.
  117. [19:56:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DXL_Game_1'
  118. [19:56:13] [Server thread/INFO]: [dynmap] World 'DXL_Game_1' disabled
  119. [19:56:16] [Server thread/INFO]: [DungeonsXL] A sign at 770, 11, -193 is erroneous!
  120. [19:56:16] [Server thread/INFO]: [DungeonsXL] Block: Could not recognize offBlock, input: COOBLESTONE
  121. [19:56:16] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  122. [19:56:16] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_reve!
  123. [19:56:17] [Server thread/INFO]: [DungeonsXL] A sign at 770, 11, -193 is erroneous!
  124. [19:56:17] [Server thread/INFO]: [DungeonsXL] Block: Could not recognize offBlock, input: COOBLESTONE
  125. [19:56:17] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_reve!
  126. [19:56:17] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_reve!
  127. [19:56:18] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_reve!
  128. [19:56:38] [Server thread/INFO]: Tiplish issued server command: /dxl leave
  129. [19:56:38] [Server thread/ERROR]: Could not pass event PlayerPortalEvent to MultiWorld v5.2.8
  130. org.bukkit.event.EventException: null
  131. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  132. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  133. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-7754231-a3b3a42]
  134. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-7754231-a3b3a42]
  135. at net.minecraft.server.v1_12_R1.PlayerList.changeDimension(PlayerList.java:756) [spigot.jar:git-Spigot-7754231-a3b3a42]
  136. at net.minecraft.server.v1_12_R1.EntityPlayer.b(EntityPlayer.java:618) [spigot.jar:git-Spigot-7754231-a3b3a42]
  137. at net.minecraft.server.v1_12_R1.Entity.postTick(Entity.java:340) [spigot.jar:git-Spigot-7754231-a3b3a42]
  138. at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1634) [spigot.jar:git-Spigot-7754231-a3b3a42]
  139. at net.minecraft.server.v1_12_R1.World.h(World.java:1603) [spigot.jar:git-Spigot-7754231-a3b3a42]
  140. at net.minecraft.server.v1_12_R1.WorldServer.l(WorldServer.java:688) [spigot.jar:git-Spigot-7754231-a3b3a42]
  141. at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1405) [spigot.jar:git-Spigot-7754231-a3b3a42]
  142. at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) [spigot.jar:git-Spigot-7754231-a3b3a42]
  143. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:817) [spigot.jar:git-Spigot-7754231-a3b3a42]
  144. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-7754231-a3b3a42]
  145. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-7754231-a3b3a42]
  146. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-7754231-a3b3a42]
  147. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  148. Caused by: java.lang.IllegalArgumentException: Cannot use null location!
  149. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  150. at org.bukkit.event.player.PlayerMoveEvent.validateLocation(PlayerMoveEvent.java:91) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  151. at org.bukkit.event.player.PlayerMoveEvent.setTo(PlayerMoveEvent.java:86) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  152. at multiworld.addons.EndPortalHandler.onPlayerPortal(EndPortalHandler.java:41) ~[?:?]
  153. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  154. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  155. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  156. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  157. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  158. ... 16 more
  159. [19:56:38] [Server thread/ERROR]: Could not pass event PlayerPortalEvent to MultiWorld v5.2.8
  160. org.bukkit.event.EventException: null
  161. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  162. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  163. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-7754231-a3b3a42]
  164. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-7754231-a3b3a42]
  165. at net.minecraft.server.v1_12_R1.PlayerList.changeDimension(PlayerList.java:756) [spigot.jar:git-Spigot-7754231-a3b3a42]
  166. at net.minecraft.server.v1_12_R1.EntityPlayer.b(EntityPlayer.java:618) [spigot.jar:git-Spigot-7754231-a3b3a42]
  167. at net.minecraft.server.v1_12_R1.Entity.postTick(Entity.java:340) [spigot.jar:git-Spigot-7754231-a3b3a42]
  168. at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1634) [spigot.jar:git-Spigot-7754231-a3b3a42]
  169. at net.minecraft.server.v1_12_R1.World.h(World.java:1603) [spigot.jar:git-Spigot-7754231-a3b3a42]
  170. at net.minecraft.server.v1_12_R1.WorldServer.l(WorldServer.java:688) [spigot.jar:git-Spigot-7754231-a3b3a42]
  171. at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1405) [spigot.jar:git-Spigot-7754231-a3b3a42]
  172. at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) [spigot.jar:git-Spigot-7754231-a3b3a42]
  173. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:817) [spigot.jar:git-Spigot-7754231-a3b3a42]
  174. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-7754231-a3b3a42]
  175. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-7754231-a3b3a42]
  176. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-7754231-a3b3a42]
  177. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  178. Caused by: java.lang.IllegalArgumentException: Cannot use null location!
  179. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  180. at org.bukkit.event.player.PlayerMoveEvent.validateLocation(PlayerMoveEvent.java:91) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  181. at org.bukkit.event.player.PlayerMoveEvent.setTo(PlayerMoveEvent.java:86) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  182. at multiworld.addons.NetherPortalHandler.onPlayerPortal(NetherPortalHandler.java:41) ~[?:?]
  183. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  184. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  185. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  186. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  187. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  188. ... 16 more
  189. [19:56:38] [Server thread/ERROR]: Could not pass event PlayerPortalEvent to Denizen v1.0.2-SNAPSHOT (build 1644)
  190. org.bukkit.event.EventException: null
  191. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  192. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  193. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-7754231-a3b3a42]
  194. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-7754231-a3b3a42]
  195. at net.minecraft.server.v1_12_R1.PlayerList.changeDimension(PlayerList.java:756) [spigot.jar:git-Spigot-7754231-a3b3a42]
  196. at net.minecraft.server.v1_12_R1.EntityPlayer.b(EntityPlayer.java:618) [spigot.jar:git-Spigot-7754231-a3b3a42]
  197. at net.minecraft.server.v1_12_R1.Entity.postTick(Entity.java:340) [spigot.jar:git-Spigot-7754231-a3b3a42]
  198. at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1634) [spigot.jar:git-Spigot-7754231-a3b3a42]
  199. at net.minecraft.server.v1_12_R1.World.h(World.java:1603) [spigot.jar:git-Spigot-7754231-a3b3a42]
  200. at net.minecraft.server.v1_12_R1.WorldServer.l(WorldServer.java:688) [spigot.jar:git-Spigot-7754231-a3b3a42]
  201. at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1405) [spigot.jar:git-Spigot-7754231-a3b3a42]
  202. at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) [spigot.jar:git-Spigot-7754231-a3b3a42]
  203. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:817) [spigot.jar:git-Spigot-7754231-a3b3a42]
  204. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-7754231-a3b3a42]
  205. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-7754231-a3b3a42]
  206. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-7754231-a3b3a42]
  207. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  208. Caused by: java.lang.NullPointerException
  209. at net.aufdemrand.denizen.objects.dLocation.<init>(dLocation.java:266) ~[?:?]
  210. at net.aufdemrand.denizen.events.player.PlayerUsesPortalScriptEvent.onPlayerEntersPortal(PlayerUsesPortalScriptEvent.java:105) ~[?:?]
  211. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  212. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  213. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  214. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  215. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
  216. ... 16 more
  217. [19:57:24] [Server thread/INFO]: foxycan issued server command: /home
  218. [19:59:29] [Server thread/INFO]: Tiplish issued server command: /dxl leave
  219. [19:59:53] [Server thread/INFO]: Zombiento issued server command: /dxl leave
  220. [20:00:01] [Server thread/INFO]: Zombiento issued server command: /dxl test Delavera
  221. [20:00:12] [Server thread/INFO]: Zombiento issued server command: /dxl edit Delavera
  222. [20:00:12] [Server thread/INFO]: -------- World Settings For [DXL_Edit_0] --------
  223. [20:00:12] [Server thread/INFO]: Mob Spawn Range: 4
  224. [20:00:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  225. [20:00:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  226. [20:00:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  227. [20:00:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  228. [20:00:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  229. [20:00:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  230. [20:00:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  231. [20:00:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  232. [20:00:12] [Server thread/INFO]: Vine Growth Modifier: 100%
  233. [20:00:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  234. [20:00:12] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 24 / Mi 4
  235. [20:00:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  236. [20:00:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  237. [20:00:12] [Server thread/INFO]: Random Lighting Updates: false
  238. [20:00:12] [Server thread/INFO]: Structure Info Saving: true
  239. [20:00:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  240. [20:00:12] [Server thread/INFO]: Max TNT Explosions: 100
  241. [20:00:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  242. [20:00:12] [Server thread/INFO]: Item Despawn Rate: 6000
  243. [20:00:12] [Server thread/INFO]: Item Merge Radius: 2.5
  244. [20:00:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  245. [20:00:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  246. [20:00:12] [Server thread/INFO]: View Distance: 16
  247. [20:00:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  248. [20:00:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  249. [20:00:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  250. [20:00:12] [Server thread/INFO]: [MyPet] added DXL_Edit_0 to 'default' group.
  251. [20:00:12] [Server thread/INFO]: Preparing start region for level 9 (Seed: 881642978533796370)
  252. [20:00:12] [Server thread/INFO]: [WorldGuard] (DXL_Edit_0) TNT ignition is PERMITTED.
  253. [20:00:12] [Server thread/INFO]: [WorldGuard] (DXL_Edit_0) Lighters are PERMITTED.
  254. [20:00:12] [Server thread/INFO]: [WorldGuard] (DXL_Edit_0) Lava fire is blocked.
  255. [20:00:12] [Server thread/INFO]: [WorldGuard] (DXL_Edit_0) All fire spread is disabled.
  256. [20:00:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DXL_Edit_0'
  257. [20:00:12] [Server thread/INFO]: [dynmap] World 'DXL_Edit_0' disabled
  258. [20:00:16] [Server thread/INFO]: Zombiento issued server command: /dxl test
  259. [20:00:17] [Server thread/INFO]: [DungeonsXL] Warning: An unrecognized junk instance (DXL_Game_1) has been found, but could not be deleted.
  260. [20:00:17] [Server thread/INFO]: -------- World Settings For [DXL_Game_2] --------
  261. [20:00:17] [Server thread/INFO]: Mob Spawn Range: 4
  262. [20:00:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
  263. [20:00:17] [Server thread/INFO]: Cane Growth Modifier: 100%
  264. [20:00:17] [Server thread/INFO]: Melon Growth Modifier: 100%
  265. [20:00:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  266. [20:00:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  267. [20:00:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
  268. [20:00:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
  269. [20:00:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  270. [20:00:17] [Server thread/INFO]: Vine Growth Modifier: 100%
  271. [20:00:17] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  272. [20:00:17] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 24 / Mi 4
  273. [20:00:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  274. [20:00:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  275. [20:00:17] [Server thread/INFO]: Random Lighting Updates: false
  276. [20:00:17] [Server thread/INFO]: Structure Info Saving: true
  277. [20:00:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  278. [20:00:17] [Server thread/INFO]: Max TNT Explosions: 100
  279. [20:00:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  280. [20:00:17] [Server thread/INFO]: Item Despawn Rate: 6000
  281. [20:00:17] [Server thread/INFO]: Item Merge Radius: 2.5
  282. [20:00:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
  283. [20:00:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  284. [20:00:17] [Server thread/INFO]: View Distance: 16
  285. [20:00:17] [Server thread/INFO]: Experience Merge Radius: 3.0
  286. [20:00:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  287. [20:00:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  288. [20:00:17] [Server thread/INFO]: [MyPet] added DXL_Game_2 to 'default' group.
  289. [20:00:17] [Server thread/INFO]: Preparing start region for level 10 (Seed: 881642978533796370)
  290. [20:00:17] [Server thread/INFO]: [WorldGuard] (DXL_Game_2) TNT ignition is PERMITTED.
  291. [20:00:17] [Server thread/INFO]: [WorldGuard] (DXL_Game_2) Lighters are PERMITTED.
  292. [20:00:17] [Server thread/INFO]: [WorldGuard] (DXL_Game_2) Lava fire is blocked.
  293. [20:00:17] [Server thread/INFO]: [WorldGuard] (DXL_Game_2) All fire spread is disabled.
  294. [20:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DXL_Game_2'
  295. [20:00:17] [Server thread/INFO]: [dynmap] World 'DXL_Game_2' disabled
  296. [20:00:17] [Server thread/INFO]: [DungeonsXL] A sign at 770, 11, -193 is erroneous!
  297. [20:00:17] [Server thread/INFO]: [DungeonsXL] Block: Could not recognize offBlock, input: COOBLESTONE
  298. [20:00:17] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_reve!
  299. [20:00:18] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_reve!
  300. [20:01:29] [Server thread/INFO]: foxycan issued server command: /home
  301. [20:01:38] [Server thread/INFO]: Zombiento issued server command: /rg info
  302. [20:01:47] [Server thread/INFO]: Zombiento a été découpé par un revenant
  303. [20:02:45] [Server thread/INFO]: Contremaître ~ foxycan: quelqu un pour mintis?
  304. [20:02:56] [Server thread/INFO]: Zombiento a été découpé par un revenant
  305. [20:03:09] [Server thread/INFO]: Aspirant ~ Zombiento: Si tu me montres ou on prend les quètes :p
  306. [20:03:24] [Server thread/INFO]: foxycan issued server command: /msg Zombiento pas de soucis
  307. [20:03:38] [Server thread/INFO]: foxycan issued server command: /home
  308. [20:03:41] [Server thread/INFO]: foxycan issued server command: /spawn
  309. [20:03:43] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_infect!
  310. [20:03:44] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_infect!
  311. [20:03:44] [Server thread/INFO]: [MythicMobs] [MythicMobs] Spawned 1x dela_infect!
  312. [20:03:49] [Server thread/INFO]: Zombiento issued server command: /dxl leave
  313. [20:03:52] [Server thread/INFO]: Zombiento issued server command: /spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement