Advertisement
Guest User

Untitled

a guest
Mar 16th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.80 KB | None | 0 0
  1. [19:33:59] [Server thread/INFO]: Starting minecraft server version 1.7.2
  2. [19:33:59] [Server thread/INFO]: Loading properties
  3. [19:33:59] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:33:59] [Server thread/INFO]: Generating keypair
  5. [19:33:59] [Server thread/INFO]: Starting Minecraft server on 10.0.0.2:25565
  6. [19:34:00] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-b3020jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3)
  7. [19:34:00] [Server thread/INFO]: [PermissionsEx] sql backend registered!
  8. [19:34:00] [Server thread/INFO]: [PermissionsEx] file backend registered!
  9. [19:34:00] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.2
  10. [19:34:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6
  11. [19:34:00] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
  12. [19:34:00] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  13. [19:34:00] [Server thread/ERROR]: [PermissionsEx]
  14. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  15. Your configuration must be fixed before PEX will enable
  16. Details: Error loading permissions file!
  17. =======================================================
  18. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  19. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:255) ~[PermissionsEx.jar:?]
  20. at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:79) ~[PermissionsEx.jar:?]
  21. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:430) ~[PermissionsEx.jar:?]
  22. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:496) ~[PermissionsEx.jar:?]
  23. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:54) ~[PermissionsEx.jar:?]
  24. at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:87) [PermissionsEx.jar:?]
  25. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:355) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  26. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  27. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  28. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  29. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  30. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  31. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  32. Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
  33. found character '\t' that cannot start any token
  34. in "<string>", line 301, column 28:
  35. - essentials.ban.notify
  36. ^
  37.  
  38. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  39. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:149) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  40. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:114) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  41. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:243) ~[PermissionsEx.jar:?]
  42. ... 12 more
  43. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character '\t' that cannot start any token
  44. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  45. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  46. at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:537) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  47. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  48. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  49. at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  50. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  51. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  52. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  53. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  54. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  55. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  56. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  57. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  58. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  59. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  60. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  61. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  62. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  63. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:149) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  64. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:114) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
  65. at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:243) ~[PermissionsEx.jar:?]
  66. ... 12 more
  67. [19:34:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  68. [19:34:00] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  69. [19:34:00] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  70. [19:34:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  71. [19:34:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
  72. [19:34:00] [Server thread/INFO]: [ColorShuffle] Loading ColorShuffle v1.4
  73. [19:34:00] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
  74. [19:34:00] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.2
  75. [19:34:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
  76. [19:34:00] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.12.2
  77. [19:34:00] [Server thread/INFO]: Preparing level "world"
  78. [19:34:00] [Server thread/INFO]: Preparing start region for level 0 (Seed: 465768798025)
  79. [19:34:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2791481048240652509)
  80. [19:34:00] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2791481048240652509)
  81. [19:34:00] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
  82. [19:34:00] [Thread-7/INFO]: It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  83. [19:34:00] [Thread-7/INFO]: If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
  84. [19:34:00] [Thread-7/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  85. [19:34:00] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  86. [19:34:00] [Thread-7/INFO]: ----- ------------------- -----
  87. [19:34:01] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.2
  88. [19:34:01] [Server thread/INFO]: [ClearLag] No config updates found...
  89. [19:34:01] [Thread-9/INFO]: [ClearLag] Searching for updates..
  90. [19:34:01] [Server thread/INFO]: [ClearLag] Clearlag has been enabled!
  91. [19:34:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6
  92. [19:34:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  93. [19:34:01] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
  94. [19:34:01] [Server thread/ERROR]: [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====
  95. [19:34:01] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.20.4
  96. [19:34:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  97. [19:34:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  98. [19:34:01] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  99. [19:34:01] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  100. [19:34:01] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  101. [19:34:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 465768798025
  102. [19:34:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 2791481048240652509
  103. [19:34:01] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  104. [19:34:01] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
  105. [19:34:01] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  106. [19:34:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 2791481048240652509
  107. [19:34:01] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
  108. [19:34:01] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  109. [19:34:01] [Server thread/INFO]: [Votifier] Votifier enabled.
  110. [19:34:01] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  111. [19:34:01] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  112. [19:34:01] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
  113. [19:34:01] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  114. [19:34:01] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  115. [19:34:01] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  116. [19:34:01] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  117. [19:34:01] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  118. [19:34:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  119. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  120. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  121. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  122. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  123. [19:34:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  124. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  125. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  126. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  127. [19:34:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  128. [19:34:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  129. [19:34:01] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
  130. [19:34:01] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  131. [19:34:01] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  132. [19:34:01] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
  133. [19:34:02] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  134. [19:34:02] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  135. [19:34:02] [Server thread/INFO]: [ColorShuffle] Enabling ColorShuffle v1.4
  136. [19:34:02] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
  137. [19:34:02] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.2
  138. [19:34:02] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
  139. [19:34:02] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.12.2
  140. [19:34:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  141. [19:34:02] [Server thread/INFO]: Done (1.911s)! For help, type "help" or "?"
  142. [19:34:02] [Thread-9/INFO]: [ClearLag] No updates found!
  143. [19:34:13] [User Authenticator #1/INFO]: UUID of player Death_By_Cubs is 85b6ef5ca68542dc91ff8389fee5e89c
  144. [19:34:13] [Server thread/INFO]: Death_By_Cubs[/10.0.0.2:51622] logged in with entity id 29 at ([world] 448.6999999880792, 4.0, 1.2414255526954897E7)
  145. [19:34:15] [Server thread/INFO]: Death_By_Cubs issued server command: /PL
  146. [19:34:18] [Server thread/INFO]: Death_By_Cubs issued server command: /PL
  147. [19:38:11] [Server thread/INFO]: Death_By_Cubs issued server command: /gm 1
  148. [19:38:18] [Server thread/INFO]: [WorldEdit] Using inbuilt NmsBlock for this version.
  149. [19:38:41] [Server thread/INFO]: Death_By_Cubs issued server command: /set stone
  150. [19:38:45] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  151. [19:38:55] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  152. [19:39:07] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  153. [19:39:16] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  154. [19:39:24] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  155. [19:39:29] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  156. [19:40:38] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  157. [19:40:42] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  158. [19:40:45] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  159. [19:40:51] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  160. [19:40:54] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  161. [19:40:58] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  162. [19:41:02] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  163. [19:41:42] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  164. [19:41:51] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  165. [19:41:57] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  166. [19:42:03] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  167. [19:42:07] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  168. [19:42:16] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  169. [19:42:23] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  170. [19:42:29] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  171. [19:42:52] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  172. [19:43:02] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  173. [19:43:09] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  174. [19:43:20] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  175. [19:44:17] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  176. [19:44:23] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  177. [19:44:29] [Server thread/INFO]: Death_By_Cubs issued server command: /
  178. [19:44:32] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  179. [19:44:40] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  180. [19:44:45] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  181. [19:44:53] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  182. [19:44:58] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  183. [19:45:05] [Server thread/INFO]: Death_By_Cubs issued server command: //set stone
  184. [19:47:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  185. [19:48:11] [Server thread/INFO]: Death_By_Cubs issued server command: //set obidian
  186. [19:48:20] [Server thread/INFO]: Death_By_Cubs issued server command: //set obsidian
  187. [19:48:22] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  188. [19:48:24] [Server thread/INFO]: Death_By_Cubs issued server command: //set obsidian
  189. [19:48:27] [Server thread/INFO]: Death_By_Cubs issued server command: //set obsidian
  190. [19:48:31] [Server thread/INFO]: Death_By_Cubs issued server command: //set obsidian
  191. [19:49:34] [Server thread/INFO]: Death_By_Cubs issued server command: /give Death_By_Cubs 43:8
  192. [19:52:37] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 127
  193. [19:52:40] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 172
  194. [19:52:44] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 167
  195. [19:52:54] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 165
  196. [19:52:56] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 164
  197. [19:52:57] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 163
  198. [19:53:01] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 162
  199. [19:53:03] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 161
  200. [19:53:08] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 159
  201. [19:53:11] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 157
  202. [19:53:13] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  203. [19:54:02] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  204. [19:54:28] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  205. [19:54:48] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  206. [19:54:51] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  207. [19:54:54] [Server thread/INFO]: Death_By_Cubs issued server command: /
  208. [19:54:56] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  209. [19:54:59] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  210. [19:55:02] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  211. [19:55:02] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  212. [19:55:06] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  213. [19:55:09] [Server thread/INFO]: Death_By_Cubs issued server command: //SET 155
  214. [19:55:28] [Server thread/INFO]: Death_By_Cubs issued server command: /udno
  215. [19:55:31] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  216. [19:55:31] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  217. [19:55:32] [Server thread/INFO]: Death_By_Cubs issued server command: /
  218. [19:55:32] [Server thread/INFO]: Death_By_Cubs issued server command: /
  219. [19:55:33] [Server thread/INFO]: Death_By_Cubs issued server command: /
  220. [19:55:35] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  221. [19:55:36] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  222. [19:55:36] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  223. [19:55:37] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  224. [19:55:38] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  225. [19:55:40] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  226. [19:55:55] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  227. [19:55:57] [Server thread/INFO]: Death_By_Cubs issued server command: /undo
  228. [19:56:01] [Server thread/INFO]: Death_By_Cubs issued server command: /redo
  229. [19:56:42] [Server thread/INFO]: Death_By_Cubs issued server command: /lagg clear
  230. [19:57:57] [Server thread/INFO]: Death_By_Cubs issued server command: //set 0
  231. [19:59:19] [Server thread/INFO]: Death_By_Cubs issued server command: /spawn
  232. [20:00:42] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  233. [20:01:31] [Server thread/INFO]: Death_By_Cubs lost connection: Disconnected
  234. [20:01:31] [Server thread/INFO]: Death_By_Cubs left the game.
  235. [20:01:42] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  236. [20:07:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  237. [20:08:19] [Server thread/INFO]: CONSOLE: Stopping the server..
  238. [20:08:19] [Server thread/INFO]: Stopping server
  239. [20:08:19] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.12.2
  240. [20:08:19] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.12.2
  241. [20:08:19] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.12.2
  242. [20:08:19] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.12.2
  243. [20:08:19] [Server thread/INFO]: [ColorShuffle] Disabling ColorShuffle v1.4
  244. [20:08:19] [Server thread/INFO]: [Essentials] Disabling Essentials v2.12.2
  245. [20:08:19] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  246. [20:08:19] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
  247. [20:08:19] [Server thread/INFO]: [Votifier] Disabling Votifier v1.9
  248. [20:08:19] [Server thread/INFO]: [Votifier] Votifier disabled.
  249. [20:08:19] [Thread-10/WARN]: [Votifier] Protocol error. Ignoring packet - socket closed
  250. [20:08:19] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
  251. [20:08:19] [Server thread/INFO]: [Multiverse-Core] - Disabled
  252. [20:08:19] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6
  253. [20:08:19] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.6.2
  254. [20:08:19] [Server thread/INFO]: [ClearLag] Clearlag has been disabled!
  255. [20:08:19] [Server thread/INFO]: Saving players
  256. [20:08:19] [Server thread/INFO]: Saving worlds
  257. [20:08:19] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  258. [20:08:19] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  259. [20:08:19] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  260. [20:08:19] [Thread-4/INFO]: Stopping server
  261. [20:08:19] [Thread-4/INFO]: Saving players
  262. [20:08:19] [Thread-4/INFO]: Saving worlds
  263. [20:08:19] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement