Advertisement
Guest User

Untitled

a guest
Jul 19th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.78 KB | None | 0 0
  1. [21:12:42] [Server thread/INFO]: Starting minecraft server version 1.8.3
  2. [21:12:42] [Server thread/INFO]: Loading properties
  3. [21:12:42] [Server thread/INFO]: Default game type: SURVIVAL
  4. [21:12:42] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-870264a-0a645a2 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  5. [21:12:43] [Server thread/INFO]: Debug logging is disabled
  6. [21:12:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [21:12:43] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [21:12:43] [Server thread/INFO]: Generating keypair
  9. [21:12:43] [Server thread/INFO]: Using default channel type
  10. [21:12:44] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [21:12:46] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  12. [21:12:46] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
  13. [21:12:46] [Server thread/INFO]: [ProtocolBlocker] Loading ProtocolBlocker v1.1.0
  14. [21:12:46] [Server thread/INFO]: [WhiteMessage] Loading WhiteMessage v1.9
  15. [21:12:46] [Server thread/INFO]: [SimpleJoinMessage] Loading SimpleJoinMessage vL1.5.4
  16. [21:12:46] [Server thread/INFO]: [PluginManager] Loading PluginManager v1.2.2
  17. [21:12:46] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
  18. [21:12:46] [Server thread/INFO]: [Vault] Loading Vault v1.5.2-b33
  19. [21:12:46] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  20. [21:12:46] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
  21. [21:12:46] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.80
  22. [21:12:46] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft?useUnicode=true&characterEncoding=utf-8...
  23. [21:12:46] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  24. java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  25. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  26. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  27. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  28. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  29. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  30. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  31. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  32. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  33. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  34. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  35. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_25]
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_25]
  38. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_25]
  39. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_25]
  40. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  41. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  42. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  43. at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.7.0_25]
  44. at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.7.0_25]
  45. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72) ~[LogBlock.jar:?]
  46. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:245) [LogBlock.jar:?]
  47. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:84) [LogBlock.jar:?]
  48. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:296) [spigot.jar:git-Spigot-870264a-0a645a2]
  49. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot.jar:git-Spigot-870264a-0a645a2]
  50. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot.jar:git-Spigot-870264a-0a645a2]
  51. at java.lang.Thread.run(Unknown Source) [?:1.7.0_25]
  52. [21:12:46] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  53. [21:12:46] [Server thread/INFO]: [Spleef] Loading Spleef v0.1
  54. [21:12:46] [Server thread/INFO]: [Chairs] Loading Chairs v4.6
  55. [21:12:46] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  56. [21:12:46] [Server thread/INFO]: [S-Broadcast] Loading S-Broadcast v1.0
  57. [21:12:46] [Server thread/INFO]: [SkylandsPlus] Loading SkylandsPlus v0.15.3
  58. [21:12:46] [Server thread/INFO]: [Blood] Loading Blood v1.3.2
  59. [21:12:46] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.1
  60. [21:12:46] [Server thread/INFO]: [FirstJoinPlus] Loading FirstJoinPlus v2.2
  61. [21:12:46] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  62. [21:12:46] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  63. [21:12:46] [Server thread/INFO]: [SimpleClans] Loading SimpleClans v2.5
  64. [21:12:46] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  65. [21:12:46] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.15-SNAPSHOT (build 1230)
  66. [21:12:46] [Server thread/INFO]: [EXPBottles] Loading EXPBottles v0.17
  67. [21:12:46] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  68. [21:12:46] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v3.1.1
  69. [21:12:46] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  70. [21:12:46] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  71. [21:12:46] [Server thread/INFO]: [Quests] Loading Quests v2.5.1-b82
  72. [21:12:46] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  73. [21:12:46] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.5.0-b16
  74. [21:12:46] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
  75. [21:12:46] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.9
  76. [21:12:46] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.17
  77. [21:12:46] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  78. [21:12:46] [Server thread/INFO]: [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
  79. [21:12:46] [Server thread/INFO]: [Vault] Enabling Vault v1.5.2-b33
  80. [21:12:46] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  81. [21:12:46] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  82. [21:12:46] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  83. [21:12:46] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  84. [21:12:46] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  85. [21:12:46] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  86. [21:12:46] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  87. [21:12:46] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  88. [21:12:46] [Server thread/INFO]: [Vault] Enabled Version 1.5.2-b33
  89. [21:12:46] [Server thread/INFO]: [Spleef] Enabling Spleef v0.1
  90. [21:12:46] [Server thread/WARN]: [Spleef] Default system encoding may have misread config.yml from plugin jar
  91. [21:12:47] [Server thread/INFO]: [SkylandsPlus] Enabling SkylandsPlus v0.15.3
  92. [21:12:47] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
  93. [21:12:47] [Server thread/INFO]: [LWC] Connecting to SQLite
  94. [21:12:47] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  95. [21:12:47] [Server thread/INFO]: Preparing level "world"
  96. [21:12:47] [Server thread/INFO]: -------- World Settings For [world] --------
  97. [21:12:47] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  98. [21:12:47] [Server thread/INFO]: Arrow Despawn Rate: 1200
  99. [21:12:47] [Server thread/INFO]: Item Despawn Rate: 6000
  100. [21:12:47] [Server thread/INFO]: View Distance: 10
  101. [21:12:47] [Server thread/INFO]: Item Merge Radius: 2.5
  102. [21:12:47] [Server thread/INFO]: Anti X-Ray: true
  103. [21:12:47] [Server thread/INFO]: Engine Mode: 1
  104. [21:12:47] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  105. [21:12:47] [Server thread/INFO]: Replace Blocks: [1, 5]
  106. [21:12:47] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  107. [21:12:47] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  108. [21:12:47] [Server thread/INFO]: Random Lighting Updates: false
  109. [21:12:47] [Server thread/INFO]: Mob Spawn Range: 4
  110. [21:12:47] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  111. [21:12:47] [Server thread/INFO]: Cactus Growth Modifier: 100%
  112. [21:12:47] [Server thread/INFO]: Cane Growth Modifier: 100%
  113. [21:12:47] [Server thread/INFO]: Melon Growth Modifier: 100%
  114. [21:12:47] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  115. [21:12:47] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  116. [21:12:47] [Server thread/INFO]: Sapling Growth Modifier: 100%
  117. [21:12:47] [Server thread/INFO]: Wheat Growth Modifier: 100%
  118. [21:12:47] [Server thread/INFO]: Structure Info Saving: true
  119. [21:12:47] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  120. [21:12:47] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  121. [21:12:47] [Server thread/INFO]: Max Entity Collisions: 8
  122. [21:12:47] [Server thread/INFO]: Sending up to 5 chunks per packet
  123. [21:12:47] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  124. [21:12:47] [Server thread/INFO]: Max TNT Explosions: 100
  125. [21:12:47] [Server thread/INFO]: Chunks to Grow per Tick: 650
  126. [21:12:47] [Server thread/INFO]: Clear tick list: false
  127. [21:12:47] [Server thread/INFO]: Experience Merge Radius: 3.0
  128. [21:12:47] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  129. [21:12:48] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  130. [21:12:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  131. [21:12:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
  132. [21:12:48] [Server thread/INFO]: Item Despawn Rate: 6000
  133. [21:12:48] [Server thread/INFO]: View Distance: 10
  134. [21:12:48] [Server thread/INFO]: Item Merge Radius: 2.5
  135. [21:12:48] [Server thread/INFO]: Anti X-Ray: true
  136. [21:12:48] [Server thread/INFO]: Engine Mode: 1
  137. [21:12:48] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  138. [21:12:48] [Server thread/INFO]: Replace Blocks: [1, 5]
  139. [21:12:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  140. [21:12:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  141. [21:12:48] [Server thread/INFO]: Random Lighting Updates: false
  142. [21:12:48] [Server thread/INFO]: Mob Spawn Range: 4
  143. [21:12:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  144. [21:12:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
  145. [21:12:48] [Server thread/INFO]: Cane Growth Modifier: 100%
  146. [21:12:48] [Server thread/INFO]: Melon Growth Modifier: 100%
  147. [21:12:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  148. [21:12:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  149. [21:12:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
  150. [21:12:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
  151. [21:12:48] [Server thread/INFO]: Structure Info Saving: true
  152. [21:12:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  153. [21:12:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  154. [21:12:48] [Server thread/INFO]: Max Entity Collisions: 8
  155. [21:12:48] [Server thread/INFO]: Sending up to 5 chunks per packet
  156. [21:12:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  157. [21:12:48] [Server thread/INFO]: Max TNT Explosions: 100
  158. [21:12:48] [Server thread/INFO]: Chunks to Grow per Tick: 650
  159. [21:12:48] [Server thread/INFO]: Clear tick list: false
  160. [21:12:48] [Server thread/INFO]: Experience Merge Radius: 3.0
  161. [21:12:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  162. [21:12:48] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  163. [21:12:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  164. [21:12:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
  165. [21:12:48] [Server thread/INFO]: Item Despawn Rate: 6000
  166. [21:12:48] [Server thread/INFO]: View Distance: 10
  167. [21:12:48] [Server thread/INFO]: Item Merge Radius: 2.5
  168. [21:12:48] [Server thread/INFO]: Anti X-Ray: true
  169. [21:12:48] [Server thread/INFO]: Engine Mode: 1
  170. [21:12:48] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  171. [21:12:48] [Server thread/INFO]: Replace Blocks: [1, 5]
  172. [21:12:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  173. [21:12:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  174. [21:12:48] [Server thread/INFO]: Random Lighting Updates: false
  175. [21:12:48] [Server thread/INFO]: Mob Spawn Range: 4
  176. [21:12:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  177. [21:12:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
  178. [21:12:48] [Server thread/INFO]: Cane Growth Modifier: 100%
  179. [21:12:48] [Server thread/INFO]: Melon Growth Modifier: 100%
  180. [21:12:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  181. [21:12:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  182. [21:12:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
  183. [21:12:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
  184. [21:12:48] [Server thread/INFO]: Structure Info Saving: true
  185. [21:12:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  186. [21:12:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  187. [21:12:48] [Server thread/INFO]: Max Entity Collisions: 8
  188. [21:12:48] [Server thread/INFO]: Sending up to 5 chunks per packet
  189. [21:12:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  190. [21:12:48] [Server thread/INFO]: Max TNT Explosions: 100
  191. [21:12:48] [Server thread/INFO]: Chunks to Grow per Tick: 650
  192. [21:12:48] [Server thread/INFO]: Clear tick list: false
  193. [21:12:48] [Server thread/INFO]: Experience Merge Radius: 3.0
  194. [21:12:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  195. [21:12:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7645484777703819193)
  196. [21:12:49] [Server thread/INFO]: Preparing spawn area: 4%
  197. [21:12:50] [Server thread/INFO]: Preparing spawn area: 69%
  198. [21:12:50] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3242645435599965097)
  199. [21:12:50] [User Authenticator #1/INFO]: UUID of player The_LegoLord is 2193c01f-d0f7-4f90-93d4-e6f5b6f97659
  200. [21:12:51] [Server thread/INFO]: Preparing spawn area: 55%
  201. [21:12:52] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3242645435599965097)
  202. [21:12:52] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  203. [21:12:52] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  204. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  205. [21:12:53] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  206. [21:12:53] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
  207. [21:12:53] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Spigot-870264a-0a645a2 (MC: 1.8.3)). Please check for updates and consider to request support.
  208. [21:12:53] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
  209. [21:12:53] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x / Bukkit-API
  210. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  211. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  212. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  213. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  214. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  215. [21:12:53] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
  216. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] Enabling ProtocolBlocker v1.1.0
  217. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  218. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] Plugin: ProtocolBlocker v1.1.0
  219. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] Author: Maximvdw
  220. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] Site: http://www.mvdw-software.be/
  221. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  222. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] Loading configuration ...
  223. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] Loaded 1 blocked protocols:
  224. [21:12:54] [Server thread/INFO]: [ProtocolBlocker] 47
  225. [21:12:54] [Server thread/INFO]: [WhiteMessage] Enabling WhiteMessage v1.9
  226. [21:12:54] [Server thread/INFO]: [WhiteMessage] Plugin enabled
  227. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Enabling SimpleJoinMessage vL1.5.4
  228. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Loading configuration...
  229. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Configuration loaded.
  230. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Loading listener...
  231. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Listener loaded.
  232. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Enabling Metrics...
  233. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] Metrics enabled.
  234. [21:12:54] [Server thread/INFO]: [SimpleJoinMessage] SimpleJoinMessage enabled.
  235. [21:12:54] [Server thread/INFO]: [PluginManager] Enabling PluginManager v1.2.2
  236. [21:12:54] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
  237. [21:12:54] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
  238. [21:12:54] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
  239. [21:12:54] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
  240. [21:12:54] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  241. [21:12:54] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  242. [21:12:54] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  243. [21:12:54] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 7645484777703819193
  244. [21:12:55] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 3242645435599965097
  245. [21:12:55] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 3242645435599965097
  246. [21:12:55] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'farmwelt' - Env: NORMAL - Type: NORMAL & seed: 5634710324041410916
  247. [21:12:55] [Server thread/INFO]: -------- World Settings For [farmwelt] --------
  248. [21:12:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  249. [21:12:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  250. [21:12:55] [Server thread/INFO]: Item Despawn Rate: 6000
  251. [21:12:55] [Server thread/INFO]: View Distance: 10
  252. [21:12:55] [Server thread/INFO]: Item Merge Radius: 2.5
  253. [21:12:55] [Server thread/INFO]: Anti X-Ray: true
  254. [21:12:55] [Server thread/INFO]: Engine Mode: 1
  255. [21:12:55] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  256. [21:12:55] [Server thread/INFO]: Replace Blocks: [1, 5]
  257. [21:12:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  258. [21:12:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  259. [21:12:55] [Server thread/INFO]: Random Lighting Updates: false
  260. [21:12:55] [Server thread/INFO]: Mob Spawn Range: 4
  261. [21:12:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  262. [21:12:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  263. [21:12:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  264. [21:12:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  265. [21:12:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  266. [21:12:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  267. [21:12:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  268. [21:12:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  269. [21:12:55] [Server thread/INFO]: Structure Info Saving: true
  270. [21:12:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  271. [21:12:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  272. [21:12:55] [Server thread/INFO]: Max Entity Collisions: 8
  273. [21:12:55] [Server thread/INFO]: Sending up to 5 chunks per packet
  274. [21:12:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  275. [21:12:55] [Server thread/INFO]: Max TNT Explosions: 100
  276. [21:12:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
  277. [21:12:55] [Server thread/INFO]: Clear tick list: false
  278. [21:12:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  279. [21:12:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  280. [21:12:55] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5634710324041410916)
  281. [21:12:56] [Server thread/INFO]: Preparing spawn area for farmwelt, 56%
  282. [21:12:57] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world2' - Env: NORMAL - Type: NORMAL & seed: -4088270094550553228
  283. [21:12:57] [Server thread/INFO]: -------- World Settings For [world2] --------
  284. [21:12:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  285. [21:12:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
  286. [21:12:57] [Server thread/INFO]: Item Despawn Rate: 6000
  287. [21:12:57] [Server thread/INFO]: View Distance: 10
  288. [21:12:57] [Server thread/INFO]: Item Merge Radius: 2.5
  289. [21:12:57] [Server thread/INFO]: Anti X-Ray: true
  290. [21:12:57] [Server thread/INFO]: Engine Mode: 1
  291. [21:12:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  292. [21:12:57] [Server thread/INFO]: Replace Blocks: [1, 5]
  293. [21:12:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  294. [21:12:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  295. [21:12:57] [Server thread/INFO]: Random Lighting Updates: false
  296. [21:12:57] [Server thread/INFO]: Mob Spawn Range: 4
  297. [21:12:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  298. [21:12:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
  299. [21:12:57] [Server thread/INFO]: Cane Growth Modifier: 100%
  300. [21:12:57] [Server thread/INFO]: Melon Growth Modifier: 100%
  301. [21:12:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  302. [21:12:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  303. [21:12:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
  304. [21:12:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
  305. [21:12:57] [Server thread/INFO]: Structure Info Saving: true
  306. [21:12:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  307. [21:12:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  308. [21:12:57] [Server thread/INFO]: Max Entity Collisions: 8
  309. [21:12:57] [Server thread/INFO]: Sending up to 5 chunks per packet
  310. [21:12:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  311. [21:12:57] [Server thread/INFO]: Max TNT Explosions: 100
  312. [21:12:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
  313. [21:12:57] [Server thread/INFO]: Clear tick list: false
  314. [21:12:57] [Server thread/INFO]: Experience Merge Radius: 3.0
  315. [21:12:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  316. [21:12:57] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4088270094550553228)
  317. [21:12:58] [Server thread/INFO]: Preparing spawn area for world2, 65%
  318. [21:12:58] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Schiff' - Env: NORMAL - Type: NORMAL & seed: 1968282662
  319. [21:12:58] [Server thread/INFO]: -------- World Settings For [Schiff] --------
  320. [21:12:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  321. [21:12:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
  322. [21:12:58] [Server thread/INFO]: Item Despawn Rate: 6000
  323. [21:12:58] [Server thread/INFO]: View Distance: 10
  324. [21:12:58] [Server thread/INFO]: Item Merge Radius: 2.5
  325. [21:12:58] [Server thread/INFO]: Anti X-Ray: true
  326. [21:12:58] [Server thread/INFO]: Engine Mode: 1
  327. [21:12:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  328. [21:12:58] [Server thread/INFO]: Replace Blocks: [1, 5]
  329. [21:12:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  330. [21:12:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  331. [21:12:58] [Server thread/INFO]: Random Lighting Updates: false
  332. [21:12:58] [Server thread/INFO]: Mob Spawn Range: 4
  333. [21:12:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  334. [21:12:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  335. [21:12:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  336. [21:12:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  337. [21:12:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  338. [21:12:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  339. [21:12:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  340. [21:12:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  341. [21:12:58] [Server thread/INFO]: Structure Info Saving: true
  342. [21:12:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  343. [21:12:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  344. [21:12:58] [Server thread/INFO]: Max Entity Collisions: 8
  345. [21:12:58] [Server thread/INFO]: Sending up to 5 chunks per packet
  346. [21:12:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  347. [21:12:58] [Server thread/INFO]: Max TNT Explosions: 100
  348. [21:12:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
  349. [21:12:58] [Server thread/INFO]: Clear tick list: false
  350. [21:12:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  351. [21:12:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  352. [21:12:58] [Server thread/INFO]: Preparing start region for level 5 (Seed: 1968282662)
  353. [21:12:59] [Server thread/INFO]: Preparing spawn area for Schiff, 77%
  354. [21:13:00] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'NewSkyblock' - Env: NORMAL - Type: FLAT & seed: -9085017039166953313
  355. [21:13:00] [Server thread/INFO]: -------- World Settings For [NewSkyblock] --------
  356. [21:13:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  357. [21:13:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
  358. [21:13:00] [Server thread/INFO]: Item Despawn Rate: 6000
  359. [21:13:00] [Server thread/INFO]: View Distance: 10
  360. [21:13:00] [Server thread/INFO]: Item Merge Radius: 2.5
  361. [21:13:00] [Server thread/INFO]: Anti X-Ray: true
  362. [21:13:00] [Server thread/INFO]: Engine Mode: 1
  363. [21:13:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  364. [21:13:00] [Server thread/INFO]: Replace Blocks: [1, 5]
  365. [21:13:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  366. [21:13:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  367. [21:13:00] [Server thread/INFO]: Random Lighting Updates: false
  368. [21:13:00] [Server thread/INFO]: Mob Spawn Range: 4
  369. [21:13:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  370. [21:13:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
  371. [21:13:00] [Server thread/INFO]: Cane Growth Modifier: 100%
  372. [21:13:00] [Server thread/INFO]: Melon Growth Modifier: 100%
  373. [21:13:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  374. [21:13:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  375. [21:13:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
  376. [21:13:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
  377. [21:13:00] [Server thread/INFO]: Structure Info Saving: true
  378. [21:13:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  379. [21:13:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  380. [21:13:00] [Server thread/INFO]: Max Entity Collisions: 8
  381. [21:13:00] [Server thread/INFO]: Sending up to 5 chunks per packet
  382. [21:13:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  383. [21:13:00] [Server thread/INFO]: Max TNT Explosions: 100
  384. [21:13:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
  385. [21:13:00] [Server thread/INFO]: Clear tick list: false
  386. [21:13:00] [Server thread/INFO]: Experience Merge Radius: 3.0
  387. [21:13:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  388. [21:13:00] [Server thread/INFO]: Preparing start region for level 6 (Seed: -9085017039166953313)
  389. [21:13:00] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SkyblockTest' - Env: NORMAL - Type: FLAT & seed: 8176195495399817586
  390. [21:13:00] [Server thread/INFO]: -------- World Settings For [SkyblockTest] --------
  391. [21:13:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  392. [21:13:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
  393. [21:13:00] [Server thread/INFO]: Item Despawn Rate: 6000
  394. [21:13:00] [Server thread/INFO]: View Distance: 10
  395. [21:13:00] [Server thread/INFO]: Item Merge Radius: 2.5
  396. [21:13:00] [Server thread/INFO]: Anti X-Ray: true
  397. [21:13:00] [Server thread/INFO]: Engine Mode: 1
  398. [21:13:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  399. [21:13:00] [Server thread/INFO]: Replace Blocks: [1, 5]
  400. [21:13:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  401. [21:13:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  402. [21:13:00] [Server thread/INFO]: Random Lighting Updates: false
  403. [21:13:00] [Server thread/INFO]: Mob Spawn Range: 4
  404. [21:13:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  405. [21:13:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
  406. [21:13:00] [Server thread/INFO]: Cane Growth Modifier: 100%
  407. [21:13:00] [Server thread/INFO]: Melon Growth Modifier: 100%
  408. [21:13:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  409. [21:13:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  410. [21:13:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
  411. [21:13:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
  412. [21:13:00] [Server thread/INFO]: Structure Info Saving: true
  413. [21:13:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  414. [21:13:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  415. [21:13:00] [Server thread/INFO]: Max Entity Collisions: 8
  416. [21:13:00] [Server thread/INFO]: Sending up to 5 chunks per packet
  417. [21:13:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  418. [21:13:00] [Server thread/INFO]: Max TNT Explosions: 100
  419. [21:13:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
  420. [21:13:00] [Server thread/INFO]: Clear tick list: false
  421. [21:13:00] [Server thread/INFO]: Experience Merge Radius: 3.0
  422. [21:13:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  423. [21:13:00] [Server thread/INFO]: Preparing start region for level 7 (Seed: 8176195495399817586)
  424. [21:13:01] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  425. [21:13:01] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 1.036 Y: 4 Z: -117 P: 0 Y: 0
  426. [21:13:01] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  427. [21:13:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SkyblockSpawnTest' - Env: NORMAL - Type: FLAT & seed: -2267766522880416099
  428. [21:13:01] [Server thread/INFO]: -------- World Settings For [SkyblockSpawnTest] --------
  429. [21:13:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  430. [21:13:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
  431. [21:13:01] [Server thread/INFO]: Item Despawn Rate: 6000
  432. [21:13:01] [Server thread/INFO]: View Distance: 10
  433. [21:13:01] [Server thread/INFO]: Item Merge Radius: 2.5
  434. [21:13:01] [Server thread/INFO]: Anti X-Ray: true
  435. [21:13:01] [Server thread/INFO]: Engine Mode: 1
  436. [21:13:01] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  437. [21:13:01] [Server thread/INFO]: Replace Blocks: [1, 5]
  438. [21:13:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  439. [21:13:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  440. [21:13:01] [Server thread/INFO]: Random Lighting Updates: false
  441. [21:13:01] [Server thread/INFO]: Mob Spawn Range: 4
  442. [21:13:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  443. [21:13:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
  444. [21:13:01] [Server thread/INFO]: Cane Growth Modifier: 100%
  445. [21:13:01] [Server thread/INFO]: Melon Growth Modifier: 100%
  446. [21:13:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  447. [21:13:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  448. [21:13:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
  449. [21:13:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
  450. [21:13:01] [Server thread/INFO]: Structure Info Saving: true
  451. [21:13:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  452. [21:13:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  453. [21:13:01] [Server thread/INFO]: Max Entity Collisions: 8
  454. [21:13:01] [Server thread/INFO]: Sending up to 5 chunks per packet
  455. [21:13:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  456. [21:13:01] [Server thread/INFO]: Max TNT Explosions: 100
  457. [21:13:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
  458. [21:13:01] [Server thread/INFO]: Clear tick list: false
  459. [21:13:01] [Server thread/INFO]: Experience Merge Radius: 3.0
  460. [21:13:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  461. [21:13:01] [Server thread/INFO]: Preparing start region for level 8 (Seed: -2267766522880416099)
  462. [21:13:02] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  463. [21:13:02] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 55 Y: 4 Z: 80 P: 0 Y: 0
  464. [21:13:02] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  465. [21:13:02] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Testwelt1' - Env: NORMAL - Type: NORMAL & seed: -1129746766830759981
  466. [21:13:02] [Server thread/INFO]: -------- World Settings For [Testwelt1] --------
  467. [21:13:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  468. [21:13:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  469. [21:13:02] [Server thread/INFO]: Item Despawn Rate: 6000
  470. [21:13:02] [Server thread/INFO]: View Distance: 10
  471. [21:13:02] [Server thread/INFO]: Item Merge Radius: 2.5
  472. [21:13:02] [Server thread/INFO]: Anti X-Ray: true
  473. [21:13:02] [Server thread/INFO]: Engine Mode: 1
  474. [21:13:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  475. [21:13:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  476. [21:13:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  477. [21:13:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  478. [21:13:02] [Server thread/INFO]: Random Lighting Updates: false
  479. [21:13:02] [Server thread/INFO]: Mob Spawn Range: 4
  480. [21:13:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  481. [21:13:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  482. [21:13:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  483. [21:13:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  484. [21:13:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  485. [21:13:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  486. [21:13:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  487. [21:13:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  488. [21:13:02] [Server thread/INFO]: Structure Info Saving: true
  489. [21:13:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  490. [21:13:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  491. [21:13:02] [Server thread/INFO]: Max Entity Collisions: 8
  492. [21:13:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  493. [21:13:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  494. [21:13:02] [Server thread/INFO]: Max TNT Explosions: 100
  495. [21:13:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  496. [21:13:02] [Server thread/INFO]: Clear tick list: false
  497. [21:13:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  498. [21:13:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  499. [21:13:02] [Server thread/INFO]: Preparing start region for level 9 (Seed: -1129746766830759981)
  500. [21:13:03] [Server thread/INFO]: Preparing spawn area for Testwelt1, 73%
  501. [21:13:03] [User Authenticator #2/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  502. [21:13:03] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Testwelt2' - Env: NORMAL - Type: FLAT & seed: 6065585882393120906
  503. [21:13:03] [Server thread/INFO]: -------- World Settings For [Testwelt2] --------
  504. [21:13:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  505. [21:13:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
  506. [21:13:03] [Server thread/INFO]: Item Despawn Rate: 6000
  507. [21:13:03] [Server thread/INFO]: View Distance: 10
  508. [21:13:03] [Server thread/INFO]: Item Merge Radius: 2.5
  509. [21:13:03] [Server thread/INFO]: Anti X-Ray: true
  510. [21:13:03] [Server thread/INFO]: Engine Mode: 1
  511. [21:13:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  512. [21:13:03] [Server thread/INFO]: Replace Blocks: [1, 5]
  513. [21:13:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  514. [21:13:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  515. [21:13:03] [Server thread/INFO]: Random Lighting Updates: false
  516. [21:13:03] [Server thread/INFO]: Mob Spawn Range: 4
  517. [21:13:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  518. [21:13:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
  519. [21:13:03] [Server thread/INFO]: Cane Growth Modifier: 100%
  520. [21:13:03] [Server thread/INFO]: Melon Growth Modifier: 100%
  521. [21:13:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  522. [21:13:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  523. [21:13:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
  524. [21:13:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
  525. [21:13:03] [Server thread/INFO]: Structure Info Saving: true
  526. [21:13:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  527. [21:13:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  528. [21:13:03] [Server thread/INFO]: Max Entity Collisions: 8
  529. [21:13:03] [Server thread/INFO]: Sending up to 5 chunks per packet
  530. [21:13:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  531. [21:13:03] [Server thread/INFO]: Max TNT Explosions: 100
  532. [21:13:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
  533. [21:13:03] [Server thread/INFO]: Clear tick list: false
  534. [21:13:03] [Server thread/INFO]: Experience Merge Radius: 3.0
  535. [21:13:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  536. [21:13:03] [Server thread/INFO]: Preparing start region for level 10 (Seed: 6065585882393120906)
  537. [21:13:04] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
  538. [21:13:04] [Server thread/WARN]: [Multiverse-Core] The location for anchor 'Origin2' is INVALID.
  539. [21:13:04] [Server thread/WARN]: [Multiverse-Core] The location for anchor 'Jupiter2' is INVALID.
  540. [21:13:04] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Farmwelt'...
  541. [21:13:04] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Nether'...
  542. [21:13:04] [Server thread/INFO]: [Multiverse-Core] Loading anchor: 'Mall'...
  543. [21:13:04] [Server thread/WARN]: [Multiverse-Core] The location for anchor 'Arena' is INVALID.
  544. [21:13:04] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
  545. [21:13:04] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  546. [21:13:04] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  547. [21:13:04] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  548. [21:13:04] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  549. [21:13:04] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  550. [21:13:04] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.80
  551. [21:13:04] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  552. [21:13:04] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  553. [21:13:04] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  554. [21:13:04] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  555. [21:13:04] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  556. [21:13:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  557. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  558. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  559. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  560. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  561. [21:13:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  562. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  563. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  564. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  565. [21:13:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  566. [21:13:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  567. [21:13:05] [Server thread/INFO]: [WorldGuard] (farmwelt) TNT ignition is PERMITTED.
  568. [21:13:05] [Server thread/INFO]: [WorldGuard] (farmwelt) Lighters are PERMITTED.
  569. [21:13:05] [Server thread/INFO]: [WorldGuard] (farmwelt) Lava fire is blocked.
  570. [21:13:05] [Server thread/INFO]: [WorldGuard] (farmwelt) Fire spread is UNRESTRICTED.
  571. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'farmwelt'
  572. [21:13:05] [Server thread/INFO]: [WorldGuard] (world2) TNT ignition is PERMITTED.
  573. [21:13:05] [Server thread/INFO]: [WorldGuard] (world2) Lighters are PERMITTED.
  574. [21:13:05] [Server thread/INFO]: [WorldGuard] (world2) Lava fire is blocked.
  575. [21:13:05] [Server thread/INFO]: [WorldGuard] (world2) Fire spread is UNRESTRICTED.
  576. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world2'
  577. [21:13:05] [Server thread/INFO]: [WorldGuard] (Schiff) TNT ignition is PERMITTED.
  578. [21:13:05] [Server thread/INFO]: [WorldGuard] (Schiff) Lighters are PERMITTED.
  579. [21:13:05] [Server thread/INFO]: [WorldGuard] (Schiff) Lava fire is blocked.
  580. [21:13:05] [Server thread/INFO]: [WorldGuard] (Schiff) Fire spread is UNRESTRICTED.
  581. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Schiff'
  582. [21:13:05] [Server thread/INFO]: [WorldGuard] (NewSkyblock) TNT ignition is PERMITTED.
  583. [21:13:05] [Server thread/INFO]: [WorldGuard] (NewSkyblock) Lighters are PERMITTED.
  584. [21:13:05] [Server thread/INFO]: [WorldGuard] (NewSkyblock) Lava fire is blocked.
  585. [21:13:05] [Server thread/INFO]: [WorldGuard] (NewSkyblock) Fire spread is UNRESTRICTED.
  586. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewSkyblock'
  587. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockTest) TNT ignition is PERMITTED.
  588. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockTest) Lighters are PERMITTED.
  589. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockTest) Lava fire is blocked.
  590. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockTest) Fire spread is UNRESTRICTED.
  591. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyblockTest'
  592. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockSpawnTest) TNT ignition is PERMITTED.
  593. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockSpawnTest) Lighters are PERMITTED.
  594. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockSpawnTest) Lava fire is blocked.
  595. [21:13:05] [Server thread/INFO]: [WorldGuard] (SkyblockSpawnTest) Fire spread is UNRESTRICTED.
  596. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyblockSpawnTest'
  597. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt1) TNT ignition is PERMITTED.
  598. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt1) Lighters are PERMITTED.
  599. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt1) Lava fire is blocked.
  600. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt1) Fire spread is UNRESTRICTED.
  601. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Testwelt1'
  602. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt2) TNT ignition is PERMITTED.
  603. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt2) Lighters are PERMITTED.
  604. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt2) Lava fire is blocked.
  605. [21:13:05] [Server thread/INFO]: [WorldGuard] (Testwelt2) Fire spread is UNRESTRICTED.
  606. [21:13:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Testwelt2'
  607. [21:13:05] [Server thread/INFO]: [WorldGuard] 10 regions loaded for 'world'
  608. [21:13:05] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'world_nether'
  609. [21:13:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'world_the_end'
  610. [21:13:05] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'farmwelt'
  611. [21:13:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'world2'
  612. [21:13:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Schiff'
  613. [21:13:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'NewSkyblock'
  614. [21:13:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'SkyblockTest'
  615. [21:13:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'SkyblockSpawnTest'
  616. [21:13:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'Testwelt1'
  617. [21:13:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'Testwelt2'
  618. [21:13:05] [Server thread/INFO]: [Chairs] Enabling Chairs v4.6
  619. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: WOOD_STAIRS => 0.7
  620. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: SPRUCE_WOOD_STAIRS => 0.7
  621. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: JUNGLE_WOOD_STAIRS => 0.7
  622. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: BIRCH_WOOD_STAIRS => 0.7
  623. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: SANDSTONE_STAIRS => 0.7
  624. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: COBBLESTONE_STAIRS => 0.7
  625. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: BRICK_STAIRS => 0.7
  626. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: SMOOTH_STAIRS => 0.7
  627. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: NETHER_BRICK_STAIRS => 0.7
  628. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
  629. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
  630. [21:13:05] [Server thread/INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
  631. [21:13:05] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  632. [21:13:05] [Server thread/INFO]: [iConomy - April Fools] Enabled (34 ms)
  633. [21:13:05] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  634. [21:13:05] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  635. [21:13:05] [Thread-11/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  636. [21:13:05] [Server thread/INFO]: [S-Broadcast] Enabling S-Broadcast v1.0
  637. [21:13:05] [Server thread/INFO]: [Blood] Enabling Blood v1.3.2
  638. [21:13:05] [Server thread/INFO]: Blood v1.3.2 : Has been enabled
  639. [21:13:05] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.1
  640. [21:13:05] [Server thread/INFO]: [FirstJoinPlus] Enabling FirstJoinPlus v2.2
  641. [21:13:05] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  642. [21:13:05] [Server thread/INFO]: [Votifier] Loaded vote listener: Vote4CashListener
  643. [21:13:05] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  644. [21:13:05] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  645. [21:13:05] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  646. java.net.BindException: Address already in use: JVM_Bind
  647. at java.net.DualStackPlainSocketImpl.bind0(Native Method) ~[?:1.7.0_25]
  648. at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source) ~[?:1.7.0_25]
  649. at java.net.AbstractPlainSocketImpl.bind(Unknown Source) ~[?:1.7.0_25]
  650. at java.net.PlainSocketImpl.bind(Unknown Source) ~[?:1.7.0_25]
  651. at java.net.ServerSocket.bind(Unknown Source) ~[?:1.7.0_25]
  652. at java.net.ServerSocket.bind(Unknown Source) ~[?:1.7.0_25]
  653. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier.jar:?]
  654. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier.jar:?]
  655. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier.jar:?]
  656. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-Spigot-870264a-0a645a2]
  657. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-870264a-0a645a2]
  658. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-870264a-0a645a2]
  659. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-870264a-0a645a2]
  660. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-870264a-0a645a2]
  661. at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416) [spigot.jar:git-Spigot-870264a-0a645a2]
  662. at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382) [spigot.jar:git-Spigot-870264a-0a645a2]
  663. at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-870264a-0a645a2]
  664. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257) [spigot.jar:git-Spigot-870264a-0a645a2]
  665. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot.jar:git-Spigot-870264a-0a645a2]
  666. at java.lang.Thread.run(Unknown Source) [?:1.7.0_25]
  667. [21:13:05] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
  668. [21:13:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  669. [21:13:06] [Server thread/INFO]: [SimpleClans] Enabling SimpleClans v2.5
  670. [21:13:06] [Server thread/INFO]: [SimpleClans] Version 2.5 loaded
  671. [21:13:06] [Server thread/INFO]: [SimpleClans] SQLite Connection successful
  672. [21:13:06] [Server thread/INFO]: [SimpleClans] Clan players: 3
  673. [21:13:06] [Server thread/INFO]: [SimpleClans] Modo Multithreading: false
  674. [21:13:06] [Server thread/INFO]: [SimpleClans] Modo BungeeCord: false
  675. [21:13:06] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  676. [21:13:06] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  677. [21:13:06] [Server thread/INFO]: git-Spigot-870264a-0a645a2 (MC: 1.8.3)
  678. [21:13:06] [Server thread/INFO]: 1.8.3-R0.1-SNAPSHOT
  679. [21:13:06] [Server thread/INFO]: Using locale de
  680. [21:13:07] [Server thread/INFO]: Using locale de
  681. [21:13:07] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  682. [21:13:07] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  683. [21:13:07] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.5.2-b33)
  684. [21:13:07] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.15-SNAPSHOT (build 1230)
  685. [21:13:07] [Server thread/INFO]: [EXPBottles] Enabling EXPBottles v0.17
  686. [21:13:07] [Server thread/INFO]: [EXPBottles] Make sure you are using the original builds! Get them at http://dev.bukkit.org/bukkit-plugins/expbottles
  687. [21:13:07] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  688. [21:13:07] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v3.1.1
  689. [21:13:07] [Server thread/INFO]: [ServerSigns] Successfully hooked into Vault
  690. [21:13:07] [Server thread/INFO]: [ServerSigns] Version 3.1.1 is now enabled.
  691. [21:13:07] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  692. [21:13:07] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  693. [21:13:07] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  694. [21:13:08] [Server thread/INFO]: [Multiverse-Portals] 6 - Portals(s) loaded
  695. [21:13:08] [Server thread/WARN]: [Multiverse-Core] Portal Arena has an invalid DESTINATION!
  696. [21:13:08] [Server thread/WARN]: [Multiverse-Core] Portal Jupiter has an invalid DESTINATION!
  697. [21:13:08] [Server thread/WARN]: [Multiverse-Core] Portal Origin1 has an invalid DESTINATION!
  698. [21:13:08] [Server thread/INFO]: [Quests] Enabling Quests v2.5.1-b82
  699. [21:13:08] [Server thread/INFO]: [Quests] There are new language phrases with the current version. They have been stored in /lang/en_new.yml
  700. [21:13:08] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
  701. [21:13:08] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.5.0-b16
  702. [21:13:08] [Server thread/INFO]: [EchoPet] [INFO] EchoPet 2.5.0-b16 is not compatible with this version of CraftBukkit
  703. [21:13:08] [Server thread/INFO]: [EchoPet] [INFO] Initialisation failed. Please update the plugin.
  704. [21:13:10] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.9
  705. [21:13:10] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.17
  706. [21:13:10] [User Authenticator #3/INFO]: UUID of player The_LegoLord is 2193c01f-d0f7-4f90-93d4-e6f5b6f97659
  707. [21:13:11] [Server thread/INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
  708. [21:13:11] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  709. [21:13:12] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  710. [21:13:12] [Server thread/INFO]: [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
  711. [21:13:12] [Server thread/INFO]: [SimpleRegionMarket] Loaded 4 template(s), 0 world(s) and 0 region(s).
  712. [21:13:12] [Server thread/INFO]: [SimpleRegionMarket] The check took 0ms
  713. [21:13:12] [Server thread/INFO]: [SimpleRegionMarket] Permissions loaded (PermissionsEx)
  714. [21:13:12] [Server thread/INFO]: [SimpleRegionMarket] SimpleRegionMarket enabled.
  715. [21:13:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  716. [21:13:13] [Server thread/INFO]: Done (25.631s)! For help, type "help" or "?"
  717. [21:13:13] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
  718. [21:13:13] [Server thread/WARN]: --- Missing entries -------------------------------
  719. [21:13:13] [Server thread/WARN]: * MISSING 165(SLIME_BLOCK / SOLID+GROUND)
  720. [21:13:13] [Server thread/WARN]: * MISSING 166(BARRIER / SOLID+GROUND)
  721. [21:13:13] [Server thread/WARN]: * MISSING 167(IRON_TRAPDOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  722. [21:13:13] [Server thread/WARN]: * MISSING 168(PRISMARINE / SOLID+GROUND)
  723. [21:13:13] [Server thread/WARN]: * MISSING 169(SEA_LANTERN / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  724. [21:13:13] [Server thread/WARN]: * MISSING 176(STANDING_BANNER / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  725. [21:13:13] [Server thread/WARN]: * MISSING 177(WALL_BANNER / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  726. [21:13:13] [Server thread/WARN]: * MISSING 178(DAYLIGHT_DETECTOR_INVERTED / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  727. [21:13:13] [Server thread/WARN]: * MISSING 179(RED_SANDSTONE / SOLID+GROUND)
  728. [21:13:13] [Server thread/WARN]: * MISSING 180(RED_SANDSTONE_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  729. [21:13:13] [Server thread/WARN]: * MISSING 181(DOUBLE_STONE_SLAB2 / SOLID+GROUND)
  730. [21:13:13] [Server thread/WARN]: * MISSING 182(STONE_SLAB2 / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  731. [21:13:13] [Server thread/WARN]: * MISSING 183(SPRUCE_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  732. [21:13:13] [Server thread/WARN]: * MISSING 184(BIRCH_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  733. [21:13:13] [Server thread/WARN]: * MISSING 185(JUNGLE_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  734. [21:13:13] [Server thread/WARN]: * MISSING 186(DARK_OAK_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  735. [21:13:13] [Server thread/WARN]: * MISSING 187(ACACIA_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  736. [21:13:13] [Server thread/WARN]: * MISSING 188(SPRUCE_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  737. [21:13:13] [Server thread/WARN]: * MISSING 189(BIRCH_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  738. [21:13:13] [Server thread/WARN]: * MISSING 190(JUNGLE_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  739. [21:13:13] [Server thread/WARN]: * MISSING 191(DARK_OAK_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  740. [21:13:13] [Server thread/WARN]: * MISSING 192(ACACIA_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  741. [21:13:13] [Server thread/WARN]: * MISSING 193(SPRUCE_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  742. [21:13:13] [Server thread/WARN]: * MISSING 194(BIRCH_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  743. [21:13:13] [Server thread/WARN]: * MISSING 195(JUNGLE_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  744. [21:13:13] [Server thread/WARN]: * MISSING 196(ACACIA_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  745. [21:13:13] [Server thread/WARN]: * MISSING 197(DARK_OAK_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  746. [21:13:13] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  747. [21:13:13] [Craft Scheduler Thread - 9/INFO]: [TitleManager] Searching for updates.
  748. [21:13:14] [Craft Scheduler Thread - 9/INFO]: [TitleManager] No update was found.
  749. [21:13:14] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  750. [21:13:14] [Server thread/INFO]: [Citizens] Loaded 36 NPCs.
  751. [21:13:14] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates ...
  752. [21:13:15] [Server thread/INFO]: com.mojang.authlib.GameProfile@63adec33[id=2193c01f-d0f7-4f90-93d4-e6f5b6f97659,name=The_LegoLord,properties={textures=[com.mojang.authlib.properties.Property@700e2fdf]},legacy=false] (/91.37.83.252:49823) lost connection: Disconnected
  753. [21:13:15] [Craft Scheduler Thread - 0/WARN]: [Vault] Stable Version: 1.5.3 is out! You are still running version: 1.5.2
  754. [21:13:15] [Craft Scheduler Thread - 0/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  755. [21:13:15] [Server thread/WARN]: java.lang.NullPointerException
  756. [21:13:15] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  757. [21:13:15] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  758. [21:13:15] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  759. [21:13:15] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  760. [21:13:15] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  761. [21:13:15] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  762. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  763. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  764. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  765. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  766. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  767. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  768. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  769. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  770. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  771. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  772. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  773. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  774. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  775. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  776. [21:13:15] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  777. [21:13:15] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  778. [21:13:15] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61210] logged in with entity id 318 at ([world]-1986.2787986897035, 98.0, -1744.8166847352875)
  779. [21:13:15] [Server thread/WARN]: java.lang.NullPointerException
  780. [21:13:15] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  781. [21:13:15] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  782. [21:13:15] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  783. [21:13:15] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  784. [21:13:15] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  785. [21:13:15] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  786. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  787. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  788. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  789. [21:13:15] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  790. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  791. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  792. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  793. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  794. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  795. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  796. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  797. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  798. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  799. [21:13:15] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  800. [21:13:15] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  801. [21:13:15] [Server thread/INFO]: [ProtocolBlocker] The_LegoLord is using protocol: 0
  802. [21:13:15] [Server thread/INFO]: The_LegoLord[/91.37.83.252:49842] logged in with entity id 320 at ([world]-1986.1934323816872, 98.0, -1744.7863387975476)
  803. [21:13:17] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest Großer Dschihad is not a valid NPC id!
  804. [21:13:17] [Server thread/INFO]: [Quests] 15 Quest(s) loaded.
  805. [21:13:17] [Server thread/INFO]: [Quests] 5 Event(s) loaded.
  806. [21:13:17] [Server thread/INFO]: [Quests] 839 Phrase(s) loaded.
  807. [21:13:31] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
  808. [21:14:10] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  809. [21:14:17] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  810. [21:14:52] [User Authenticator #4/INFO]: UUID of player TheSituation978 is 9eb67cc4-2095-4f8a-8a21-dba83a7f84d3
  811. [21:14:52] [Server thread/WARN]: java.lang.NullPointerException
  812. [21:14:52] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  813. [21:14:52] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  814. [21:14:52] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  815. [21:14:52] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  816. [21:14:52] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  817. [21:14:52] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  818. [21:14:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  819. [21:14:52] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  820. [21:14:52] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  821. [21:14:52] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  822. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  823. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  824. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  825. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  826. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  827. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  828. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  829. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  830. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  831. [21:14:52] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  832. [21:14:52] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  833. [21:14:52] [Server thread/INFO]: [ProtocolBlocker] TheSituation978 is using protocol: 0
  834. [21:14:52] [Server thread/INFO]: TheSituation978[/95.117.202.166:3546] logged in with entity id 114696 at ([world]-2012.16321122968, 138.20000004768374, -1752.2265624959302)
  835. [21:15:18] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  836. [21:15:24] [Server thread/INFO]: TheSituation978 issued server command: /tphere TheP3aceguy
  837. [21:15:24] [Server thread/WARN]: TheP3aceguy moved too quickly! -7.982207596895705,35.0,-27.253521411134443 (7.982207596895705, 35.0, 27.253521411134443)
  838. [21:15:38] [Server thread/INFO]: TheSituation978 issued server command: /tphere The_LegoLord
  839. [21:16:13] [Server thread/INFO]: The_LegoLord issued server command: /thunder
  840. [21:16:17] [Server thread/INFO]: The_LegoLord issued server command: /thunder
  841. [21:16:21] [Server thread/INFO]: The_LegoLord issued server command: /thunder true
  842. [21:16:21] [Server thread/INFO]: TheSituation978 issued server command: /warp outpostjan
  843. [21:16:24] [Server thread/INFO]: The_LegoLord issued server command: /thunder
  844. [21:16:25] [Server thread/INFO]: TheSituation978 issued server command: /sun
  845. [21:16:36] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  846. [21:16:37] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  847. [21:16:38] [Server thread/INFO]: TheP3aceguy lost connection: Disconnected
  848. [21:16:38] [Server thread/INFO]: [-] TheP3aceguy
  849. [21:16:40] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  850. [21:16:41] [User Authenticator #5/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  851. [21:16:42] [Server thread/WARN]: java.lang.NullPointerException
  852. [21:16:42] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  853. [21:16:42] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  854. [21:16:42] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  855. [21:16:42] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  856. [21:16:42] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  857. [21:16:42] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  858. [21:16:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  859. [21:16:42] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  860. [21:16:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  861. [21:16:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  862. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  863. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  864. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  865. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  866. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  867. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  868. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  869. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  870. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  871. [21:16:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  872. [21:16:42] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  873. [21:16:42] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  874. [21:16:42] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61294] logged in with entity id 193136 at ([world]-2020.5620507529168, 141.5382680118928, -1756.281390459126)
  875. [21:16:44] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  876. [21:16:59] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  877. [21:17:48] [Server thread/INFO]: <[Admin] The_LegoLord> \
  878. [21:17:52] [Server thread/INFO]: <[Admin] TheSituation978> \
  879. [21:18:07] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  880. [21:18:09] [Server thread/INFO]: TheP3aceguy lost connection: Disconnected
  881. [21:18:09] [Server thread/INFO]: [-] TheP3aceguy
  882. [21:18:12] [User Authenticator #6/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  883. [21:18:12] [Server thread/WARN]: java.lang.NullPointerException
  884. [21:18:12] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  885. [21:18:12] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  886. [21:18:12] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  887. [21:18:12] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  888. [21:18:12] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  889. [21:18:12] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  890. [21:18:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  891. [21:18:12] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  892. [21:18:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  893. [21:18:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  894. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  895. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  896. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  897. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  898. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  899. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  900. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  901. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  902. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  903. [21:18:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  904. [21:18:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  905. [21:18:12] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  906. [21:18:12] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61318] logged in with entity id 212829 at ([world]-2020.5620507529168, 141.5382680118928, -1756.281390459126)
  907. [21:18:14] [Server thread/INFO]: <[Admin] TheSituation978> \(*_*)/
  908. [21:18:18] [Server thread/INFO]: <[Admin] The_LegoLord> \
  909. [21:18:22] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  910. [21:18:35] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  911. [21:18:42] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  912. [21:18:45] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  913. [21:18:46] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  914. [21:18:47] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  915. [21:18:47] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  916. [21:18:48] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  917. [21:18:54] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  918. [21:19:30] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  919. [21:19:31] [Server thread/INFO]: TheP3aceguy lost connection: Disconnected
  920. [21:19:31] [Server thread/INFO]: [-] TheP3aceguy
  921. [21:19:32] [Server thread/INFO]: <[Admin] TheSituation978> R.I.P. in Piece-Opa
  922. [21:19:33] [User Authenticator #7/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  923. [21:19:33] [Server thread/WARN]: java.lang.NullPointerException
  924. [21:19:33] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  925. [21:19:33] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  926. [21:19:33] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  927. [21:19:33] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  928. [21:19:33] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  929. [21:19:33] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  930. [21:19:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  931. [21:19:33] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  932. [21:19:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  933. [21:19:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  934. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  935. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  936. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  937. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  938. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  939. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  940. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  941. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  942. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  943. [21:19:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  944. [21:19:33] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  945. [21:19:33] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  946. [21:19:33] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61341] logged in with entity id 376933 at ([world]-2020.564737352652, 141.5382680118928, -1755.116682143179)
  947. [21:19:43] [Server thread/INFO]: TheSituation978 lost connection: Disconnected
  948. [21:19:43] [Server thread/INFO]: [-] TheSituation978
  949. [21:19:45] [Server thread/INFO]: The_LegoLord lost connection: Disconnected
  950. [21:19:45] [Server thread/INFO]: [-] The_LegoLord
  951. [21:19:47] [User Authenticator #8/INFO]: UUID of player TheSituation978 is 9eb67cc4-2095-4f8a-8a21-dba83a7f84d3
  952. [21:19:47] [Server thread/WARN]: java.lang.NullPointerException
  953. [21:19:47] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  954. [21:19:47] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  955. [21:19:47] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  956. [21:19:47] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  957. [21:19:47] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  958. [21:19:47] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  959. [21:19:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  960. [21:19:47] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  961. [21:19:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  962. [21:19:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  963. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  964. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  965. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  966. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  967. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  968. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  969. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  970. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  971. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  972. [21:19:47] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  973. [21:19:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  974. [21:19:47] [Server thread/INFO]: [ProtocolBlocker] TheSituation978 is using protocol: 0
  975. [21:19:47] [Server thread/INFO]: TheSituation978[/95.117.202.166:3561] logged in with entity id 393173 at ([world]509.5459411627717, 83.2164523918311, -2201.6768916525116)
  976. [21:19:48] [User Authenticator #9/INFO]: UUID of player The_LegoLord is 2193c01f-d0f7-4f90-93d4-e6f5b6f97659
  977. [21:19:48] [Server thread/WARN]: java.lang.NullPointerException
  978. [21:19:48] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  979. [21:19:48] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  980. [21:19:48] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  981. [21:19:48] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  982. [21:19:48] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  983. [21:19:48] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  984. [21:19:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  985. [21:19:48] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  986. [21:19:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  987. [21:19:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  988. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  989. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  990. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  991. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  992. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  993. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  994. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  995. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  996. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  997. [21:19:48] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  998. [21:19:48] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  999. [21:19:48] [Server thread/INFO]: [ProtocolBlocker] The_LegoLord is using protocol: 0
  1000. [21:19:48] [Server thread/INFO]: The_LegoLord[/91.37.83.252:49876] logged in with entity id 393346 at ([world]-2004.363965467634, 98.0, -1753.1178826506946)
  1001. [21:20:00] [Server thread/INFO]: <[Admin] The_LegoLord> Ü
  1002. [21:20:08] [Server thread/INFO]: TheP3aceguy issued server command: /tp the_
  1003. [21:20:17] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  1004. [21:20:58] [Server thread/INFO]: TheSituation978 issued server command: //pos1
  1005. [21:21:07] [Server thread/INFO]: TheSituation978 issued server command: //pos2
  1006. [21:21:10] [Server thread/INFO]: TheSituation978 issued server command: //set 0
  1007. [21:21:21] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1008. [21:21:33] [Server thread/INFO]: The_LegoLord issued server command: /lightning
  1009. [21:21:39] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1010. [21:21:42] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1011. [21:21:47] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1012. [21:21:54] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1013. [21:21:54] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1014. [21:21:57] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1015. [21:22:02] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1016. [21:22:06] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1017. [21:22:32] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1018. [21:22:35] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1019. [21:22:38] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1020. [21:22:42] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1021. [21:22:51] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1022. [21:23:16] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1023. [21:24:03] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1024. [21:24:16] [Server thread/INFO]: The_LegoLord issued server command: //set stonebrick
  1025. [21:24:20] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1026. [21:24:44] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1027. [21:25:08] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1028. [21:25:27] [Server thread/INFO]: TheP3aceguy issued server command: /tm reload
  1029. [21:25:33] [Server thread/INFO]: TheP3aceguy lost connection: Disconnected
  1030. [21:25:33] [Server thread/INFO]: [-] TheP3aceguy
  1031. [21:25:36] [User Authenticator #10/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  1032. [21:25:36] [Server thread/WARN]: java.lang.NullPointerException
  1033. [21:25:36] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  1034. [21:25:36] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  1035. [21:25:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1036. [21:25:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1037. [21:25:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1038. [21:25:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  1039. [21:25:36] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  1040. [21:25:36] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1041. [21:25:36] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1042. [21:25:36] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1043. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  1044. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  1045. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  1046. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  1047. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  1048. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  1049. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  1050. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  1051. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  1052. [21:25:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  1053. [21:25:36] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1054. [21:25:36] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  1055. [21:25:36] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61416] logged in with entity id 812295 at ([world]-1985.9008530542706, 98.0, -1748.6780941705335)
  1056. [21:27:52] [Server thread/INFO]: <[SAdmin] TheP3aceguy> lel
  1057. [21:28:01] [Server thread/INFO]: <[SAdmin] TheP3aceguy> ts.mynoskill.de
  1058. [21:28:03] [Server thread/INFO]: <[SAdmin] TheP3aceguy> !!!!!
  1059. [21:28:13] [Server thread/INFO]: TheP3aceguy lost connection: Internal Exception: java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
  1060. [21:28:13] [Server thread/INFO]: [-] TheP3aceguy
  1061. [21:28:57] [User Authenticator #11/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  1062. [21:28:57] [Server thread/WARN]: java.lang.NullPointerException
  1063. [21:28:57] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  1064. [21:28:57] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  1065. [21:28:57] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1066. [21:28:57] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1067. [21:28:57] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1068. [21:28:57] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  1069. [21:28:57] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  1070. [21:28:57] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1071. [21:28:57] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1072. [21:28:57] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1073. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  1074. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  1075. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  1076. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  1077. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  1078. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  1079. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  1080. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  1081. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  1082. [21:28:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  1083. [21:28:57] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1084. [21:28:57] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  1085. [21:28:57] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61494] logged in with entity id 1032404 at ([world]-2004.3963072624758, 98.0, -1760.8267242271606)
  1086. [21:29:25] [Server thread/INFO]: TheP3aceguy lost connection: Internal Exception: java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
  1087. [21:29:25] [Server thread/INFO]: [-] TheP3aceguy
  1088. [21:30:33] [User Authenticator #12/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  1089. [21:30:33] [Server thread/WARN]: java.lang.NullPointerException
  1090. [21:30:33] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  1091. [21:30:33] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  1092. [21:30:33] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1093. [21:30:33] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1094. [21:30:33] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1095. [21:30:33] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  1096. [21:30:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  1097. [21:30:33] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1098. [21:30:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1099. [21:30:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1100. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  1101. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  1102. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  1103. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  1104. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  1105. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  1106. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  1107. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  1108. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  1109. [21:30:33] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  1110. [21:30:33] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1111. [21:30:33] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  1112. [21:30:33] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61520] logged in with entity id 1116675 at ([world]-2004.3963072624758, 98.0, -1760.8267242271606)
  1113. [21:32:11] [Server thread/INFO]: TheSituation978 lost connection: Internal Exception: java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
  1114. [21:32:11] [Server thread/INFO]: [-] TheSituation978
  1115. [21:32:39] [User Authenticator #13/INFO]: UUID of player TheSituation978 is 9eb67cc4-2095-4f8a-8a21-dba83a7f84d3
  1116. [21:32:39] [Server thread/WARN]: java.lang.NullPointerException
  1117. [21:32:39] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  1118. [21:32:39] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  1119. [21:32:39] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1120. [21:32:39] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1121. [21:32:39] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1122. [21:32:39] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  1123. [21:32:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  1124. [21:32:39] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1125. [21:32:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1126. [21:32:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1127. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  1128. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  1129. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  1130. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  1131. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  1132. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  1133. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  1134. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  1135. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  1136. [21:32:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  1137. [21:32:39] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1138. [21:32:39] [Server thread/INFO]: [ProtocolBlocker] TheSituation978 is using protocol: 0
  1139. [21:32:39] [Server thread/INFO]: TheSituation978[/95.117.202.166:3722] logged in with entity id 1239888 at ([world]509.667625208743, 98.9911115503205, -2173.471486770334)
  1140. [21:32:46] [Server thread/INFO]: TheSituation978 issued server command: /day
  1141. [21:33:52] [Server thread/INFO]: The_LegoLord issued server command: /tphere all
  1142. [21:33:59] [Server thread/INFO]: The_LegoLord issued server command: /tphereall
  1143. [21:34:05] [Server thread/INFO]: The_LegoLord issued server command: /tp TheSituation978
  1144. [21:35:12] [Server thread/INFO]: The_LegoLord issued server command: /back
  1145. [21:35:32] [Server thread/INFO]: TheP3aceguy lost connection: Disconnected
  1146. [21:35:32] [Server thread/INFO]: [-] TheP3aceguy
  1147. [21:35:35] [User Authenticator #14/INFO]: UUID of player TheP3aceguy is 3e35023c-f982-4b1d-994f-6d4f4d9cf64a
  1148. [21:35:35] [Server thread/WARN]: java.lang.NullPointerException
  1149. [21:35:35] [Server thread/WARN]: at be.maximvdw.protoblock.utils.bukkit.PlayerUtils.getProtocolVersion(PlayerUtils.java:69)
  1150. [21:35:35] [Server thread/WARN]: at be.maximvdw.protoblock.ProtocolBlocker.onPlayerJoin(ProtocolBlocker.java:57)
  1151. [21:35:35] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1152. [21:35:35] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1153. [21:35:35] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1154. [21:35:35] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  1155. [21:35:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  1156. [21:35:35] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1157. [21:35:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1158. [21:35:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1159. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296)
  1160. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156)
  1161. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  1162. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54)
  1163. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231)
  1164. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148)
  1165. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811)
  1166. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  1167. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  1168. [21:35:35] [Server thread/WARN]: at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  1169. [21:35:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1170. [21:35:35] [Server thread/INFO]: [ProtocolBlocker] TheP3aceguy is using protocol: 0
  1171. [21:35:35] [Server thread/INFO]: TheP3aceguy[/79.229.206.120:61589] logged in with entity id 1368984 at ([world]-1995.6228710644143, 98.0, -1749.300000011921)
  1172. [21:35:38] [Server thread/INFO]: TheP3aceguy issued server command: /restart
  1173. [21:35:38] [Server thread/INFO]: Attempting to restart with Start.bat
  1174. [21:35:38] [Server thread/INFO]: The_LegoLord lost connection: Server is restarting
  1175. [21:35:38] [Server thread/INFO]: [-] The_LegoLord
  1176. [21:35:38] [Server thread/INFO]: TheSituation978 lost connection: Server is restarting
  1177. [21:35:38] [Server thread/INFO]: [-] TheSituation978
  1178. [21:35:38] [Server thread/INFO]: TheP3aceguy lost connection: Server is restarting
  1179. [21:35:39] [Server thread/INFO]: [-] TheP3aceguy
  1180. [21:35:39] [Server thread/INFO]: Stopping server
  1181. [21:35:39] [Server thread/INFO]: [SimpleRegionMarket] Disabling SimpleRegionMarket v3.6
  1182. [21:35:39] [Server thread/INFO]: [SimpleRegionMarket] SimpleRegionMarket disabled.
  1183. [21:35:39] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  1184. [21:35:39] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.7.17
  1185. [21:35:39] [Server thread/INFO]: [TitleManager] Disabling TitleManager v1.5.9
  1186. [21:35:39] [Server thread/INFO]: [LWC] Disabling LWC v4.4.0 (b881) (July 11, 2013)
  1187. [21:35:39] [Server thread/INFO]: [LWC] Flushing protection updates (0)
  1188. [21:35:39] [Server thread/INFO]: [EchoPet] Disabling EchoPet v2.5.0-b16
  1189. [21:35:39] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity
  1190. [21:35:39] [Server thread/INFO]: [Quests] Disabling Quests v2.5.1-b82
  1191. [21:35:39] [Server thread/INFO]: [Quests] Saving Quester data.
  1192. [21:35:39] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
  1193. [21:35:39] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1194. [21:35:39] [Server thread/INFO]: [ServerSigns] Disabling ServerSigns v3.1.1
  1195. [21:35:39] [Server thread/INFO]: [ServerSigns] ServerSigns is now disabled.
  1196. [21:35:39] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
  1197. [21:35:39] [ServerSignsQueue/WARN]: ServerSigns Queue thread [ServerSignsQueue] has been stopped
  1198. [21:35:39] [Server thread/INFO]: [EXPBottles] Disabling EXPBottles v0.17
  1199. [21:35:39] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.15-SNAPSHOT (build 1230)
  1200. [21:35:39] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1201. [21:35:39] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1202. [21:35:39] [Server thread/INFO]: [SimpleClans] Disabling SimpleClans v2.5
  1203. [21:35:39] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.10
  1204. [21:35:39] [Server thread/INFO]: [Votifier] Disabling Votifier v1.9
  1205. [21:35:39] [Server thread/INFO]: [Votifier] Votifier disabled.
  1206. [21:35:39] [Server thread/INFO]: [FirstJoinPlus] Disabling FirstJoinPlus v2.2
  1207. [21:35:39] [Server thread/INFO]: [ColoredTags] Disabling ColoredTags v2.1.1
  1208. [21:35:39] [Server thread/INFO]: [Blood] Disabling Blood v1.3.2
  1209. [21:35:39] [Server thread/INFO]: [SkylandsPlus] Disabling SkylandsPlus v0.15.3
  1210. [21:35:39] [Server thread/INFO]: [S-Broadcast] Disabling S-Broadcast v1.0
  1211. [21:35:39] [Server thread/ERROR]: Error occurred while disabling S-Broadcast v1.0 (Is it up to date?)
  1212. java.lang.NullPointerException
  1213. at main.Broadcast.saveMessages(Broadcast.java:93) ~[?:?]
  1214. at main.Broadcast.onDisable(Broadcast.java:37) ~[?:?]
  1215. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  1216. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:359) [spigot.jar:git-Spigot-870264a-0a645a2]
  1217. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot.jar:git-Spigot-870264a-0a645a2]
  1218. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot.jar:git-Spigot-870264a-0a645a2]
  1219. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.disablePlugins(CraftServer.java:335) [spigot.jar:git-Spigot-870264a-0a645a2]
  1220. at net.minecraft.server.v1_8_R2.MinecraftServer.stop(MinecraftServer.java:458) [spigot.jar:git-Spigot-870264a-0a645a2]
  1221. at org.spigotmc.RestartCommand.restart(RestartCommand.java:81) [spigot.jar:git-Spigot-870264a-0a645a2]
  1222. at org.spigotmc.RestartCommand.restart(RestartCommand.java:40) [spigot.jar:git-Spigot-870264a-0a645a2]
  1223. at org.spigotmc.RestartCommand$1.run(RestartCommand.java:31) [spigot.jar:git-Spigot-870264a-0a645a2]
  1224. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:726) [spigot.jar:git-Spigot-870264a-0a645a2]
  1225. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-870264a-0a645a2]
  1226. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-870264a-0a645a2]
  1227. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-870264a-0a645a2]
  1228. at java.lang.Thread.run(Unknown Source) [?:1.7.0_25]
  1229. [21:35:39] [Server thread/INFO]: [iConomy] Disabling iConomy v7.0
  1230. [21:35:39] [Server thread/INFO]: [Vault][Economy] iConomy 7 unhooked.
  1231. [21:35:39] [Server thread/INFO]: [iConomy] Closing general data...
  1232. [21:35:39] [Server thread/INFO]: [iConomy] Disabled. (0 ms)
  1233. [21:35:39] [Server thread/INFO]: [Chairs] Disabling Chairs v4.6
  1234. [21:35:39] [Server thread/INFO]: [Spleef] Disabling Spleef v0.1
  1235. [21:35:39] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  1236. [21:35:39] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.80
  1237. [21:35:39] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.3
  1238. [21:35:39] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1239. [21:35:39] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
  1240. [21:35:39] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat un-hooked.
  1241. [21:35:39] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
  1242. [21:35:39] [Server thread/INFO]: [Multiverse-Core] - Disabled
  1243. [21:35:39] [Server thread/INFO]: [Vault] Disabling Vault v1.5.2-b33
  1244. [21:35:39] [Server thread/INFO]: [ColoredSigns] Disabling ColoredSigns v2.0
  1245. [21:35:39] [Server thread/WARN]: [ColoredSigns] ColoredSigns version 2.0 disabling...
  1246. [21:35:39] [Server thread/INFO]: [PluginManager] Disabling PluginManager v1.2.2
  1247. [21:35:39] [Server thread/INFO]: [SimpleJoinMessage] Disabling SimpleJoinMessage vL1.5.4
  1248. [21:35:39] [Server thread/INFO]: [SimpleJoinMessage] SimpleJoinMessage disabled.
  1249. [21:35:39] [Server thread/INFO]: [WhiteMessage] Disabling WhiteMessage v1.9
  1250. [21:35:39] [Server thread/INFO]: [WhiteMessage] Plugin disabled
  1251. [21:35:39] [Server thread/INFO]: [ProtocolBlocker] Disabling ProtocolBlocker v1.1.0
  1252. [21:35:39] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  1253. [21:35:39] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is disabled.
  1254. [21:35:39] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
  1255. [21:35:39] [Server thread/INFO]: Saving players
  1256. [21:35:39] [Server thread/INFO]: Saving worlds
  1257. [21:35:39] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1258. [21:35:40] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  1259. [21:35:40] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  1260. [21:35:40] [Server thread/INFO]: Saving chunks for level 'farmwelt'/Overworld
  1261. [21:35:40] [Server thread/INFO]: Saving chunks for level 'world2'/Overworld
  1262. [21:35:40] [Server thread/INFO]: Saving chunks for level 'Schiff'/Overworld
  1263. [21:35:40] [Server thread/INFO]: Saving chunks for level 'NewSkyblock'/Overworld
  1264. [21:35:40] [Server thread/INFO]: Saving chunks for level 'SkyblockTest'/Overworld
  1265. [21:35:40] [Server thread/INFO]: Saving chunks for level 'SkyblockSpawnTest'/Overworld
  1266. [21:35:40] [Server thread/INFO]: Saving chunks for level 'Testwelt1'/Overworld
  1267. [21:35:40] [Server thread/INFO]: Saving chunks for level 'Testwelt2'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement