Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.16 KB | None | 0 0
  1.  
  2. C:\Users\Артем\Desktop\RedCloud2.0\Auth>java -Xms1024M -Xmx1024M -Dfile.encoding=UTF-8 -jar spigot.jar
  3. *** Error, this build is outdated ***
  4. *** Please download a new build as per instructions from https://www.spigotmc.org/ ***
  5. *** Server will start in 15 seconds ***
  6. Loading libraries, please wait...
  7. [17:28:58 INFO]: Starting minecraft server version 1.12.2
  8. [17:28:58 INFO]: Loading properties
  9. [17:28:58 WARN]: resource-pack-hash is deprecated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
  10. [17:28:58 INFO]: Default game type: ADVENTURE
  11. [17:28:59 INFO]: This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  12. [17:28:59 WARN]: Unable to read file whitelist.json, backing it up to {0}.backup and creating new copy.
  13. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  14. at net.minecraft.server.v1_12_R1.ChatDeserializer.a(SourceFile:506) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  15. at net.minecraft.server.v1_12_R1.ChatDeserializer.a(SourceFile:522) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  16. at net.minecraft.server.v1_12_R1.JsonList.load(JsonList.java:174) [spigot.jar:git-Spigot-3d850ec-809c399]
  17. at net.minecraft.server.v1_12_R1.DedicatedPlayerList.D(SourceFile:123) [spigot.jar:git-Spigot-3d850ec-809c399]
  18. at net.minecraft.server.v1_12_R1.DedicatedPlayerList.<init>(SourceFile:30) [spigot.jar:git-Spigot-3d850ec-809c399]
  19. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:183) [spigot.jar:git-Spigot-3d850ec-809c399]
  20. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  22. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  23. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  24. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  25. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  26. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  27. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  28. at net.minecraft.server.v1_12_R1.ChatDeserializer.a(SourceFile:504) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  29. ... 7 more
  30. [17:28:59 INFO]: Debug logging is disabled
  31. [17:28:59 INFO]: Server Ping Player Sample Count: 12
  32. [17:28:59 INFO]: Using 4 threads for Netty based IO
  33. [17:28:59 INFO]: Generating keypair
  34. [17:28:59 INFO]: Starting Minecraft server on localhost:25566
  35. [17:28:59 INFO]: Using default channel type
  36. [17:28:59 INFO]: Set PluginClassLoader as parallel capable
  37. [17:28:59 ERROR]: Could not load 'plugins\FeatherBoard-4.7.0-CRACKED.jar' in folder 'plugins'
  38. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: be/maximvdw/placeholderapi/internal/PlaceholderPack
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  40. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-3d850ec-809c399]
  42. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3d850ec-809c399]
  43. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-3d850ec-809c399]
  44. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-3d850ec-809c399]
  45. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  46. Caused by: java.lang.NoClassDefFoundError: be/maximvdw/placeholderapi/internal/PlaceholderPack
  47. at be.maximvdw.featherboard.dg.<clinit>(dg.java:12) ~[?:?]
  48. at be.maximvdw.featherboard.FeatherBoard.<clinit>(FeatherBoard.java:28) ~[?:?]
  49. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  50. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
  51. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  52. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  53. ... 6 more
  54. Caused by: java.lang.ClassNotFoundException: be.maximvdw.placeholderapi.internal.PlaceholderPack
  55. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_171]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  58. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  59. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_171]
  60. at be.maximvdw.featherboard.dg.<clinit>(dg.java:12) ~[?:?]
  61. at be.maximvdw.featherboard.FeatherBoard.<clinit>(FeatherBoard.java:28) ~[?:?]
  62. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  63. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_171]
  64. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  65. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3d850ec-809c399]
  66. ... 6 more
  67. [17:28:59 INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  68. [17:28:59 INFO]: [NoRain] Loading NoRain v1.1.0
  69. [17:28:59 INFO]: [CommandSync] Loading CommandSync v2.3
  70. [17:28:59 INFO]: [tpLogin] Loading tpLogin v1.5.1
  71. [17:28:59 INFO]: [Vault] Loading Vault v1.5.6-b49
  72. [17:28:59 INFO]: [HideStream] Loading HideStream v3.8
  73. [17:28:59 INFO]: [ProtocolSupport] Loading ProtocolSupport v4.25.dev
  74. [17:29:00 ERROR]: [ProtocolSupport] Unsupported server version, shutting down
  75. [17:29:00 INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
  76. [17:29:00 WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
  77. [17:29:00 WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
  78. [17:29:00 INFO]: [ItemFixer] Loading ItemFixer v2.8.8
  79. [17:29:00 INFO]: [TitleManager] Loading TitleManager v2.0.6
  80. [17:29:00 INFO]: [BlockVersion] Loading BlockVersion v1.2
  81. [17:29:00 INFO]: [AuthMe] Loading AuthMe v5.3-SNAPSHOT-b1544
  82. [17:29:00 INFO]: [Vault] Enabling Vault v1.5.6-b49
  83. [17:29:00 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  84. [17:29:00 INFO]: [Vault] Enabled Version 1.5.6-b49
  85. [17:29:00 INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.25.dev
  86. [17:29:00 INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
  87. [17:29:00 INFO]: [ProtocolLib] Started structure compiler thread.
  88. [17:29:00 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  89. [17:29:00 WARN]: The server will make no attempt to authenticate usernames. Beware.
  90. [17:29:00 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  91. [17:29:00 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  92. [17:29:00 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  93. [17:29:00 INFO]: Preparing level "world"
  94. [17:29:00 INFO]: -------- World Settings For [world] --------
  95. [17:29:00 INFO]: Item Despawn Rate: 1
  96. [17:29:00 INFO]: Item Merge Radius: 0.0
  97. [17:29:00 INFO]: View Distance: 1
  98. [17:29:00 INFO]: Zombie Aggressive Towards Villager: true
  99. [17:29:00 INFO]: Nerfing mobs spawned from spawners: false
  100. [17:29:00 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  101. [17:29:00 INFO]: Arrow Despawn Rate: 1
  102. [17:29:00 INFO]: Experience Merge Radius: 0.0
  103. [17:29:00 INFO]: Cactus Growth Modifier: 100%
  104. [17:29:00 INFO]: Cane Growth Modifier: 100%
  105. [17:29:00 INFO]: Melon Growth Modifier: 100%
  106. [17:29:00 INFO]: Mushroom Growth Modifier: 100%
  107. [17:29:00 INFO]: Pumpkin Growth Modifier: 100%
  108. [17:29:00 INFO]: Sapling Growth Modifier: 100%
  109. [17:29:00 INFO]: Wheat Growth Modifier: 100%
  110. [17:29:00 INFO]: NetherWart Growth Modifier: 100%
  111. [17:29:00 INFO]: Vine Growth Modifier: 100%
  112. [17:29:00 INFO]: Cocoa Growth Modifier: 100%
  113. [17:29:00 INFO]: Mob Spawn Range: 0
  114. [17:29:00 INFO]: Structure Info Saving: false
  115. [17:29:00 INFO]: *** WARNING *** You have selected to NOT save structure info. This may cause structures such as fortresses to not spawn mobs!
  116. [17:29:00 INFO]: *** WARNING *** Please use this option with caution, SpigotMC is not responsible for any issues this option may cause in the future!
  117. [17:29:00 INFO]: Entity Tracking Range: Pl 0 / An 0 / Mo 0 / Mi 0 / Other 0
  118. [17:29:00 INFO]: Random Lighting Updates: false
  119. [17:29:00 INFO]: Max TNT Explosions: 100
  120. [17:29:00 INFO]: Entity Activation Range: An 0 / Mo 0 / Mi 0
  121. [17:29:00 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  122. [17:29:00 INFO]: Tile Max Tick Time: 8ms Entity max Tick Time: 16ms
  123. [17:29:00 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  124. [17:29:01 INFO]: Preparing start region for level 0 (Seed: 0)
  125. [17:29:01 INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  126. [17:29:01 INFO]: WEPIF: Using the Bukkit Permissions API.
  127. [17:29:01 WARN]: [WorldEdit]
  128. **********************************************
  129. ** This WorldEdit version does not fully support your version of Bukkit.
  130. **
  131. ** When working with blocks or undoing, chests will be empty, signs
  132. ** will be blank, and so on. There will be no support for entity
  133. ** and biome-related functions.
  134. **
  135. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  136. **********************************************
  137.  
  138. [17:29:01 INFO]: [NoRain] Enabling NoRain v1.1.0
  139. [17:29:01 INFO]: [CommandSync] Enabling CommandSync v2.3
  140. [17:29:01 INFO]: [CommandSync] Configuration file loaded.
  141. [17:29:01 INFO]: [CommandSync] Connected to localhost:9190 under name Auth.
  142. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say+x
  143. [17:29:01 INFO]: [CommandSync] All data loaded.
  144. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  145. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  146. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  147. [17:29:01 INFO]: [tpLogin] Enabling tpLogin v1.5.1
  148. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  149. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  150. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  151. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  152. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  153. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  154. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  155. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  156. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say
  157. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  158. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  159. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  160. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  161. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  162. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  163. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  164. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  165. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  166. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  167. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  168. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  169. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  170. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  171. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  172. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  173. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  174. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  175. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  176. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  177. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  178. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  179. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  180. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  181. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  182. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  183. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  184. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  185. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  186. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  187. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  188. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  189. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  190. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  191. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  192. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  193. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  194. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  195. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  196. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  197. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  198. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  199. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  200. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  201. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  202. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  203. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  204. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  205. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  206. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  207. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  208. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  209. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  210. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  211. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  212. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  213. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  214. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  215. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  216. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  217. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  218. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  219. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  220. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  221. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  222. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  223. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  224. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  225. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  226. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  227. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  228. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  229. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  230. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  231. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  232. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  233. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  234. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  235. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  236. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  237. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  238. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  239. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  240. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  241. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  242. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say+x
  243. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  244. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say
  245. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  246. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  247. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  248. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  249. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  250. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  251. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  252. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  253. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  254. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  255. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  256. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  257. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  258. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  259. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  260. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  261. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  262. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  263. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  264. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  265. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  266. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  267. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  268. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  269. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  270. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  271. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  272. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  273. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  274. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  275. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  276. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  277. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  278. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  279. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  280. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say+x
  281. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  282. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say
  283. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  284. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  285. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  286. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  287. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  288. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  289. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  290. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  291. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  292. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  293. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  294. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  295. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  296. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  297. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  298. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  299. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  300. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  301. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  302. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  303. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  304. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  305. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  306. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  307. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  308. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say+x
  309. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  310. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say
  311. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  312. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  313. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  314. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  315. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  316. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  317. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  318. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  319. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  320. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  321. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  322. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  323. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  324. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  325. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  326. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  327. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  328. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  329. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  330. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  331. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  332. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  333. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  334. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  335. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  336. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  337. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  338. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  339. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  340. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  341. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  342. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  343. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  344. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  345. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  346. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  347. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  348. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  349. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  350. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  351. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  352. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  353. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  354. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  355. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  356. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  357. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  358. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  359. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  360. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  361. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  362. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  363. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  364. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  365. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  366. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  367. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  368. [17:29:01 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  369. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  370. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  371. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  372. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  373. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  374. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say+x
  375. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  376. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@all@#@sync+console+Lobby+say
  377. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  378. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  379. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  380. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  381. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  382. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  383. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  384. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  385. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  386. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  387. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  388. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  389. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  390. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  391. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  392. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  393. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  394. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  395. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  396. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  397. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  398. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  399. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  400. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  401. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  402. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  403. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  404. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  405. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  406. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  407. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  408. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  409. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  410. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  411. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  412. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  413. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  414. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  415. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  416. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  417. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  418. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  419. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  420. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  421. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  422. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  423. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  424. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  425. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  426. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  427. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  428. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  429. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  430. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  431. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  432. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  433. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  434. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  435. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  436. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  437. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  438. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  439. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  440. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  441. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  442. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  443. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  444. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  445. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  446. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  447. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  448. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  449. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  450. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  451. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  452. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  453. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  454. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  455. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  456. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  457. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  458. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  459. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  460. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  461. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  462. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  463. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  464. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  465. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  466. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  467. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  468. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  469. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  470. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  471. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  472. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  473. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  474. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  475. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  476. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  477. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  478. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  479. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  480. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  481. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  482. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  483. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  484. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  485. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  486. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  487. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  488. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  489. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  490. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  491. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  492. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  493. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  494. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  495. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  496. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  497. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  498. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  499. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  500. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  501. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  502. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  503. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  504. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  505. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  506. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  507. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  508. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  509. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  510. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  511. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  512. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  513. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  514. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  515. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  516. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  517. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  518. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  519. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  520. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  521. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  522. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  523. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  524. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  525. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  526. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  527. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  528. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  529. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  530. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  531. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  532. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  533. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  534. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  535. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  536. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  537. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  538. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  539. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  540. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  541. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  542. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  543. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  544. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  545. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  546. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  547. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  548. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  549. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  550. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  551. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  552. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  553. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  554. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  555. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  556. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  557. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  558. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  559. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  560. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  561. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  562. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  563. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  564. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  565. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  566. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  567. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  568. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  569. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  570. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  571. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  572. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  573. [17:29:02 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  574. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  575. [17:29:02 INFO]: Syncing command /say x to console [Lobby]...
  576. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  577. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  578. [17:29:02 INFO]: Syncing command /say to console [Lobby]...
  579. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say.
  580. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  581. [17:29:02 INFO]: Syncing command /say x to console [Lobby]...
  582. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  583. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  584. [17:29:02 INFO]: Syncing command /say to console [Lobby]...
  585. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say.
  586. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  587. [17:29:02 INFO]: Syncing command /say x to console [Lobby]...
  588. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  589. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  590. [17:29:02 INFO]: Syncing command /say to console [Lobby]...
  591. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say.
  592. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  593. [17:29:02 INFO]: Syncing command /say x to console [Lobby]...
  594. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  595. [17:29:02 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  596. [17:29:02 INFO]: Syncing command /say to console [Lobby]...
  597. [17:29:02 INFO]: [CommandSync] Ran command /sync console Lobby say.
  598. [17:29:03 INFO]:
  599. [17:29:03 INFO]: tpLogin v1.5.1 has been enabled!
  600. [17:29:03 INFO]: [HideStream] Enabling HideStream v3.8
  601. [17:29:03 INFO]: [HideStream] Version 3.8 enabled.
  602. [17:29:03 INFO]: [ItemFixer] Enabling ItemFixer v2.8.8
  603. [17:29:03 INFO]: ItemFixer enabled
  604. [17:29:03 INFO]: [TitleManager] Enabling TitleManager v2.0.6
  605. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  606. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  607. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  608. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  609. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  610. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  611. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  612. [17:29:03 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  613. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  614. [17:29:03 INFO]: Syncing command /say x to console [Lobby]...
  615. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  616. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  617. [17:29:03 INFO]: Syncing command /say to console [Lobby]...
  618. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say.
  619. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  620. [17:29:03 INFO]: Syncing command /say x to console [Lobby]...
  621. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  622. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  623. [17:29:03 INFO]: Syncing command /say to console [Lobby]...
  624. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say.
  625. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  626. [17:29:03 INFO]: Syncing command /say x to console [Lobby]...
  627. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  628. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  629. [17:29:03 INFO]: Syncing command /say to console [Lobby]...
  630. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say.
  631. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say+x
  632. [17:29:03 INFO]: Syncing command /say x to console [Lobby]...
  633. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say x.
  634. [17:29:03 INFO]: [CommandSync] [localhost:9190] Received input - console@#@all@#@sync+console+Lobby+say
  635. [17:29:03 INFO]: Syncing command /say to console [Lobby]...
  636. [17:29:03 INFO]: [CommandSync] Ran command /sync console Lobby say.
  637. [17:29:04 INFO]: [BlockVersion] Enabling BlockVersion v1.2
  638. [17:29:04 INFO]: [AuthMe] Enabling AuthMe v5.3-SNAPSHOT-b1544
  639. [17:29:04 INFO]: [AuthMe] SQLite driver loaded
  640. [17:29:04 INFO]: [AuthMe] SQLite Setup finished
  641. [17:29:04 INFO]: [AuthMe] Hooked into Vault!
  642. [17:29:04 INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
  643. [17:29:04 INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
  644. [17:29:04 INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
  645. [17:29:04 INFO]: [AuthMe] AuthMe 5.3-SNAPSHOT build n.1544 correctly enabled!
  646. [17:29:04 INFO]: Server permissions file permissions.yml is empty, ignoring it
  647. [17:29:04 INFO]: Done (3,942s)! For help, type "help" or "?"
  648. [17:29:04 INFO]: Starting GS4 status listener
  649. [17:29:04 INFO]: Starting remote control listener
  650. [17:29:04 INFO]: Stopping server
  651. [17:29:04 INFO]: [AuthMe] Disabling AuthMe v5.3-SNAPSHOT-b1544
  652. [17:29:04 INFO]: [AuthMe] Waiting for 0 tasks to finish
  653. [17:29:04 INFO]: [AuthMe] AuthMe 5.3-SNAPSHOT-b1544 disabled!
  654. [17:29:04 INFO]: [BlockVersion] Disabling BlockVersion v1.2
  655. [17:29:04 INFO]: [TitleManager] Disabling TitleManager v2.0.6
  656. [17:29:04 INFO]: [ItemFixer] Disabling ItemFixer v2.8.8
  657. [17:29:04 INFO]: [ProtocolLib] Disabling ProtocolLib v4.2.1
  658. [17:29:04 INFO]: [ProtocolSupport] Disabling ProtocolSupport v4.25.dev
  659. [17:29:04 INFO]: [HideStream] Disabling HideStream v3.8
  660. [17:29:04 INFO]: [HideStream] Version 3.8 disabled.
  661. [17:29:04 INFO]: [Vault] Disabling Vault v1.5.6-b49
  662. [17:29:04 INFO]: [tpLogin] Disabling tpLogin v1.5.1
  663. [17:29:04 INFO]: tpLogin v1.5.1 has been disabled.
  664. [17:29:04 INFO]: [CommandSync] Disabling CommandSync v2.3
  665. [17:29:04 INFO]: RCON running on localhost:25598
  666. [17:29:04 INFO]: Query running on localhost:27000
  667. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  668. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  669. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  670. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  671. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  672. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  673. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say+x@#@Lobby
  674. [17:29:04 INFO]: [CommandSync] [localhost:9190] Sent output - console@#@single@#@say@#@Lobby
  675. [17:29:04 INFO]: [CommandSync] All data saved.
  676. [17:29:04 INFO]: [NoRain] Disabling NoRain v1.1.0
  677. [17:29:04 INFO]: [WorldEdit] Disabling WorldEdit v6.1.5;4651611
  678. [17:29:04 INFO]: Saving players
  679. [17:29:04 INFO]: Saving worlds
  680. [17:29:04 INFO]: Saving chunks for level 'world'/overworld
  681. >
  682. C:\Users\Артем\Desktop\RedCloud2.0\Auth>pause
  683. Для продолжения нажмите любую клавишу . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement