Advertisement
Guest User

Untitled

a guest
Dec 1st, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.49 KB | None | 0 0
  1. [22:11:26] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [22:11:26] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [22:11:26] [Worker-Main-5/INFO]: Loaded 7 recipes
  4. [22:11:28] [Server thread/INFO]: Starting minecraft server version 1.16.4
  5. [22:11:28] [Server thread/INFO]: Loading properties
  6. [22:11:28] [Server console handler/ERROR]: [TerminalConsole] Failed to read console input
  7. java.io.IOException: Controlador no válido
  8. at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_271]
  9. at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_271]
  10. at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_271]
  11. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_271]
  12. at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_271]
  13. at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_271]
  14. at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_271]
  15. at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_271]
  16. at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_271]
  17. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_271]
  18. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_271]
  19. at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:180) ~[patched_1.16.4.jar:git-Paper-296]
  20. at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143) ~[patched_1.16.4.jar:git-Paper-296]
  21. at net.minecraft.server.v1_16_R3.DedicatedServer$1.run(DedicatedServer.java:67) ~[patched_1.16.4.jar:git-Paper-296]
  22. Suppressed: java.io.IOException: Controlador no válido
  23. at java.io.FileInputStream.close0(Native Method) ~[?:1.8.0_271]
  24. at java.io.FileInputStream.access$000(Unknown Source) ~[?:1.8.0_271]
  25. at java.io.FileInputStream$1.close(Unknown Source) ~[?:1.8.0_271]
  26. at java.io.FileDescriptor.closeAll(Unknown Source) ~[?:1.8.0_271]
  27. at java.io.FileInputStream.close(Unknown Source) ~[?:1.8.0_271]
  28. at java.io.BufferedInputStream.close(Unknown Source) ~[?:1.8.0_271]
  29. at sun.nio.cs.StreamDecoder.implClose(Unknown Source) ~[?:1.8.0_271]
  30. at sun.nio.cs.StreamDecoder.close(Unknown Source) ~[?:1.8.0_271]
  31. at java.io.InputStreamReader.close(Unknown Source) ~[?:1.8.0_271]
  32. at java.io.BufferedReader.close(Unknown Source) ~[?:1.8.0_271]
  33. at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:183) ~[patched_1.16.4.jar:git-Paper-296]
  34. at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143) ~[patched_1.16.4.jar:git-Paper-296]
  35. at net.minecraft.server.v1_16_R3.DedicatedServer$1.run(DedicatedServer.java:67) ~[patched_1.16.4.jar:git-Paper-296]
  36. [22:11:28] [Server thread/INFO]: This server is running Paper version git-Paper-296 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
  37. [22:11:28] [Server thread/INFO]: Debug logging is disabled
  38. [22:11:28] [Server thread/INFO]: Using 4 threads for Netty based IO
  39. [22:11:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
  40. [22:11:28] [Server thread/INFO]: Default game type: SURVIVAL
  41. [22:11:28] [Server thread/INFO]: Generating keypair
  42. [22:11:28] [Server thread/INFO]: Starting Minecraft server on 192.168.100.5:25565
  43. [22:11:28] [Server thread/INFO]: Using default channel type
  44. [22:11:29] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  45. [22:11:31] [Server thread/WARN]: Legacy plugin PacketListenerApi v3.7.8-SNAPSHOT does not specify an api-version.
  46. [22:11:31] [Server thread/WARN]: Legacy plugin GlowAPI v1.4.14-SNAPSHOT does not specify an api-version.
  47. [22:11:31] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.8-SNAPSHOT
  48. [22:11:31] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
  49. [22:11:31] [Server thread/WARN]: [ReflectionHelper/MinecraftVersion] Failed to find version enum for 'org.bukkit.craftbukkit.v1_16_R3'/'v1_16_R3'
  50. [22:11:31] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Generating dynamic constant...
  51. [22:11:31] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Injected dynamic version v1_16_R3 (#11603).
  52. [22:11:31] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Please inform inventivetalent about the outdated version, as this is not guaranteed to work.
  53. [22:11:31] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
  54. [22:11:31] [Server thread/WARN]: [ReflectionHelper] Failed to find version enum for 'org.bukkit.craftbukkit.v1_16_R3'/'v1_16_R3'
  55. [22:11:31] [Server thread/INFO]: [ReflectionHelper] Generating dynamic constant...
  56. [22:11:31] [Server thread/INFO]: [ReflectionHelper] Injected dynamic version v1_16_R3 (#11603).
  57. [22:11:31] [Server thread/INFO]: [ReflectionHelper] Please inform inventivetalent about the outdated version, as this is not guaranteed to work.
  58. [22:11:32] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  59. [22:11:32] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
  60. [22:11:32] [Server thread/INFO]: [GlowAPI] Loading GlowAPI v1.4.14-SNAPSHOT
  61. [22:11:32] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  62. [22:11:32] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0-SNAPSHOT-b483
  63. [22:11:32] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.4) has not yet been tested! Proceed with caution.
  64. [22:11:32] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.20
  65. [22:11:32] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.0+a51fa43
  66. [22:11:32] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@689867a6]
  67. [22:11:32] [Server thread/INFO]: [Denizen] Loading Denizen v1.1.8-SNAPSHOT (build 5145-DEV)
  68. [22:11:32] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.1.0
  69. [22:11:32] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
  70. [22:11:32] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.5
  71. [22:11:32] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.11.0-SNAPSHOT-97363efe
  72. [22:11:32] [Server thread/INFO]: [MythicCrucible] Loading MythicCrucible v0.0.1-SNAPSHOT
  73. [22:11:32] [Server thread/INFO]: [BetonQuest] Loading BetonQuest v1.12.0-DEV-190
  74. [22:11:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  75. [22:11:32] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  76. [22:11:32] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.1.0 which is not a depend, softdepend or loadbefore of this plugin.
  77. [22:11:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  78. [22:11:32] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  79. [22:11:32] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  80. [22:11:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0-SNAPSHOT-b483
  81. [22:11:32] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  82. [22:11:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.0+a51fa43
  83. [22:11:32] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  84. [22:11:32] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
  85. [22:11:33] [Server thread/INFO]: [BetonQuest] Enabling BetonQuest v1.12.0-DEV-190
  86. [22:11:33] [Server thread/INFO]: [BetonQuest] Using SQLite for storing data!
  87. [22:11:33] [Server thread/INFO]: [BetonQuest] Configuration up to date!
  88. [22:11:33] [Server thread/INFO]: [BetonQuest] Hooking into Vault
  89. [22:11:33] [Server thread/INFO]: [BetonQuest] Hooking into ProtocolLib
  90. [22:11:33] [Server thread/INFO]: [BetonQuest] Hooking into WorldEdit
  91. [22:11:33] [Server thread/INFO]: [BetonQuest] BetonQuest succesfully enabled!
  92. [22:11:33] [Server thread/INFO]: Preparing level "world"
  93. [22:11:33] [Server thread/INFO]: -------- World Settings For [world] --------
  94. [22:11:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  95. [22:11:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  96. [22:11:33] [Server thread/INFO]: Item Merge Radius: 2.5
  97. [22:11:33] [Server thread/INFO]: Item Despawn Rate: 6000
  98. [22:11:33] [Server thread/INFO]: View Distance: 10
  99. [22:11:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  100. [22:11:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  101. [22:11:33] [Server thread/INFO]: Mob Spawn Range: 8
  102. [22:11:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  103. [22:11:33] [Server thread/INFO]: Max TNT Explosions: 100
  104. [22:11:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  105. [22:11:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  106. [22:11:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  107. [22:11:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  108. [22:11:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  109. [22:11:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  110. [22:11:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  111. [22:11:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  112. [22:11:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  113. [22:11:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  114. [22:11:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  115. [22:11:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  116. [22:11:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  117. [22:11:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  118. [22:11:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  119. [22:11:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  120. [22:11:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  121. [22:11:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  122. [22:11:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  123. [22:11:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  124. [22:11:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  125. [22:11:33] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  126. [22:11:33] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  127. [22:11:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  128. [22:11:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  129. [22:11:33] [Server thread/INFO]: Item Merge Radius: 2.5
  130. [22:11:33] [Server thread/INFO]: Item Despawn Rate: 6000
  131. [22:11:33] [Server thread/INFO]: View Distance: 10
  132. [22:11:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  133. [22:11:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  134. [22:11:33] [Server thread/INFO]: Mob Spawn Range: 8
  135. [22:11:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  136. [22:11:33] [Server thread/INFO]: Max TNT Explosions: 100
  137. [22:11:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  138. [22:11:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  139. [22:11:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  140. [22:11:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  141. [22:11:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  142. [22:11:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  143. [22:11:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  144. [22:11:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  145. [22:11:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  146. [22:11:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  147. [22:11:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  148. [22:11:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  149. [22:11:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  150. [22:11:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  151. [22:11:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  152. [22:11:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  153. [22:11:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  154. [22:11:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  155. [22:11:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  156. [22:11:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  157. [22:11:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  158. [22:11:33] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  159. [22:11:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  160. [22:11:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  161. [22:11:33] [Server thread/INFO]: Item Merge Radius: 2.5
  162. [22:11:33] [Server thread/INFO]: Item Despawn Rate: 6000
  163. [22:11:33] [Server thread/INFO]: View Distance: 10
  164. [22:11:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  165. [22:11:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  166. [22:11:33] [Server thread/INFO]: Mob Spawn Range: 8
  167. [22:11:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  168. [22:11:33] [Server thread/INFO]: Max TNT Explosions: 100
  169. [22:11:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  170. [22:11:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  171. [22:11:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  172. [22:11:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  173. [22:11:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  174. [22:11:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  175. [22:11:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  176. [22:11:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  177. [22:11:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  178. [22:11:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  179. [22:11:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  180. [22:11:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  181. [22:11:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  182. [22:11:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  183. [22:11:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  184. [22:11:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  185. [22:11:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  186. [22:11:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  187. [22:11:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  188. [22:11:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  189. [22:11:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  190. [22:11:33] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  191. [22:11:34] [Server thread/INFO]: Loaded 0 spawn chunks for world world
  192. [22:11:34] [Server thread/INFO]: Preparing spawn area: 0%
  193. [22:11:34] [Server thread/INFO]: Preparing spawn area: 2%
  194. [22:11:34] [Server thread/INFO]: Time elapsed: 733 ms
  195. [22:11:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  196. [22:11:34] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
  197. [22:11:34] [Server thread/INFO]: Preparing spawn area: 0%
  198. [22:11:34] [Server thread/INFO]: Time elapsed: 91 ms
  199. [22:11:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  200. [22:11:34] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
  201. [22:11:34] [Server thread/INFO]: Time elapsed: 49 ms
  202. [22:11:34] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.8-SNAPSHOT*
  203. [22:11:34] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
  204. [22:11:34] [Server thread/INFO]: [GlowAPI] Enabling GlowAPI v1.4.14-SNAPSHOT*
  205. [22:11:34] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.20
  206. [22:11:34] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.18-Free.jar
  207. [22:11:34] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_16_R3
  208. [22:11:34] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #803
  209. [22:11:34] [Server thread/INFO]: [LibsDisguises] Build Date: 27/11/2020 07:12
  210. [22:11:34] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
  211. [22:11:34] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
  212. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  213. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise DemonioRosa
  214. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Invocador
  215. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Antimago
  216. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise GuardianDun
  217. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise ReyEnderman
  218. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise EnderWarrior1
  219. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise EnderWarrior2
  220. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise EnderWarrior3
  221. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise EnderWarrior4
  222. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise EnderWarrior5
  223. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise EnderWarrior6
  224. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Maniqui
  225. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise AldeanoHerrero
  226. [22:11:35] [Server thread/INFO]: [LibsDisguises] Loaded 14 custom disguises
  227. [22:11:35] [Server thread/INFO]: [LibsDisguises] Config is up to date!
  228. [22:11:35] [Server thread/INFO]: [Denizen] Enabling Denizen v1.1.8-SNAPSHOT (build 5145-DEV)
  229. [22:11:35] [Server thread/WARN]: [Denizen] Citizens does not seem to be activated! Denizen will have greatly reduced functionality!
  230. [22:11:35] [Server thread/INFO]: +> [Denizen] +-------------------------+
  231. [22:11:35] [Server thread/INFO]: +> [Denizen] _/_ _ ._ _ _
  232. [22:11:35] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ ) scriptable minecraft
  233. [22:11:35] [Server thread/INFO]: +> [Denizen]
  234. [22:11:35] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team
  235. [22:11:35] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
  236. [22:11:35] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
  237. [22:11:35] [Server thread/INFO]: +> [Denizen] version: 1.1.8-SNAPSHOT (build 5145-DEV)
  238. [22:11:35] [Server thread/INFO]: +> [Denizen] +-------------------------+
  239. [22:11:35] [Server thread/INFO]: OKAY! Loaded core commands: [clickable, showfake, invisible, ban, modifyblock, cast, midi, else, sidebar, explode, cooldown, weather, scoreboard,
  240. if, give, worldborder, chunkload, zap, mount, execute, push, announce, waituntil, firework, stop, advancement, light, reset, hurt, ratelimit, nbt,
  241. wait, flag, log, webget, goto, attack, attach, event, map, strike, health, team, fly, itemcooldown, kick, gamerule, playsound, rename, leash,
  242. disguise, queue, rotate, sign, run, while, experience, playeffect, narrate, bossbar, shoot, oxygen, yaml, group, statistic, fakeitem, opentrades,
  243. blockcrack, schematic, look, feed, take, toast, compass, adjust, animatechest, glow, drop, note, teleport, choose, inventory, actionbar, title,
  244. remove, sql, switch, head, foreach, random, reload, adjustblock, repeat, define, heal, copyblock, filecopy, burn, debug, determine, permission,
  245. follow, displayitem, scribe, createworld, spawn, equip, money, fakespawn, time, inject, mark, age, walk]
  246. [22:11:36] [Server thread/INFO]: OKAY! Loaded core object types: [BiomeTag as b, DurationTag as d, ChunkTag as ch, EntityTag as e, InventoryTag as in, CustomObjectTag as custom,
  247. ElementTag as el, ItemTag as i, ColorTag as co, LocationTag as l, MaterialTag as m, EllipsoidTag as ellipsoid, PlayerTag as p, QueueTag as q,
  248. CuboidTag as cu, ScriptTag as s, TradeTag as trade, WorldTag as w, TimeTag as time, PluginTag as pl, ListTag as li, MapTag as map]
  249. [22:11:36] [Server thread/INFO]: +> [PaperModule] Loading Paper support module...
  250. [22:11:36] [Server thread/INFO]: +> [ScriptHelper] No scripts in /plugins/Denizen/scripts/ to load!
  251. [22:11:36] [Server thread/INFO]: [BetonQuest] Hooking into Denizen
  252. [22:11:36] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.1.0
  253. [22:11:36] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  254. [22:11:36] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  255. [22:11:36] [Server thread/INFO]: [Essentials] No kits found to migrate.
  256. [22:11:36] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
  257. [22:11:36] [Server thread/INFO]: [Essentials] Using locale es_MX
  258. [22:11:36] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  259. [22:11:36] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  260. [22:11:36] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  261. [22:11:36] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
  262. [22:11:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
  263. [22:11:36] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  264. [22:11:36] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  265. [22:11:36] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  266. [22:11:36] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  267. [22:11:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  268. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  269. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  270. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  271. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  272. [22:11:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  273. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  274. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  275. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  276. [22:11:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  277. [22:11:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  278. [22:11:36] [Server thread/INFO]: [WorldGuard] Loading region data...
  279. [22:11:36] [Server thread/INFO]: [BetonQuest] Hooking into WorldGuard
  280. [22:11:36] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.5
  281. [22:11:36] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.11.0-SNAPSHOT-97363efe
  282. [22:11:36] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  283. [22:11:36] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.4)...
  284. [22:11:36] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  285. [22:11:36] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 42 ms to scan 1 urls, producing 3 keys and 21 values
  286. [22:11:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 13 ms to scan 1 urls, producing 3 keys and 24 values
  287. [22:11:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 61 ms to scan 15 urls, producing 0 keys and 0 values
  288. [22:11:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 10 ms to scan 1 urls, producing 3 keys and 12 values
  289. [22:11:37] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
  290. [22:11:37] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
  291. [22:11:37] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  292. [22:11:37] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  293. [22:11:37] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  294. [22:11:37] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
  295. [22:11:37] [Server thread/INFO]: [MythicMobs] Base directory C:\Users\GERARDO\Desktop\Pixpler-1.16.4\plugins\MythicMobs\SavedData
  296. [22:11:37] [Server thread/INFO]: [MythicMobs] Module directory C:\Users\GERARDO\Desktop\Pixpler-1.16.4\plugins\MythicMobs\SavedData\worlds
  297. [22:11:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 17 ms to scan 1 urls, producing 10 keys and 299 values
  298. [22:11:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 23 ms to scan 1 urls, producing 23 keys and 621 values
  299. [22:11:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 6 keys and 88 values
  300. [22:11:37] [Server thread/INFO]: [MythicMobs] LOADED
  301. [22:11:37] [Server thread/WARN]: [MythicMobs] Loaded class org.inventivetalent.glow.GlowAPI$Color from GlowAPI v1.4.14-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
  302. [22:11:37] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.glow.reflection.minecraft
  303. [22:11:37] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
  304. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 176 mobs.
  305. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 38 vanilla mob overrides.
  306. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
  307. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 376 skills.
  308. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 5 random spawns.
  309. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 104 mythic items.
  310. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 4 drop tables.
  311. [22:11:38] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob spawners.
  312. [22:11:38] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  313. [22:11:38] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  314. [22:11:38] [Server thread/INFO]: [MythicMobs] ? MythicMobs Premium v4.11.0 (build 97363efe) has been successfully loaded!
  315. [22:11:38] [Server thread/INFO]: [BetonQuest] Hooking into MythicMobs
  316. [22:11:38] [Server thread/INFO]: [MythicCrucible] Enabling MythicCrucible v0.0.1-SNAPSHOT
  317. [22:11:38] [Server thread/INFO]: [MythicMobs] ------------------------------------------------
  318. [22:11:38] [Server thread/INFO]: [MythicMobs] + Loading MythicCrucible for Bukkit
  319. [22:11:38] [Server thread/INFO]: [MythicMobs] ------------------------------------------------
  320. [22:11:38] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  321. [22:11:38] [Server thread/INFO]: Running delayed init tasks
  322. [22:11:38] [Craft Scheduler Thread - 3/INFO]: [BetonQuest] (Autoupdater) Search for newer version...
  323. [22:11:38] [Server thread/INFO]: [BetonQuest] Hooked into Vault, ProtocolLib, WorldEdit, ProtocolLib, Denizen, WorldGuard, MythicMobs!
  324. [22:11:38] [Server thread/INFO]: [BetonQuest] There are 8 conditions, 18 events, 2 objectives and 2 conversations loaded from 2 packages.
  325. [22:11:38] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths.
  326. [22:11:38] [Server thread/INFO]: +> [] +-------------------------+
  327. [22:11:38] [Server thread/INFO]: Done (10.292s)! For help, type "help"
  328. [22:11:38] [Server thread/INFO]: Timings Reset
  329. [22:11:38] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ...
  330. [22:11:39] [Server thread/INFO]: [MythicMobs] Attached Artifact traits to items.
  331. [22:11:39] [Server thread/INFO]: [MythicMobs] Loaded 104 items.
  332. [22:11:39] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
  333. [22:11:40] [Craft Scheduler Thread - 3/INFO]: [BetonQuest] (Autoupdater) Found newer version '1.12.0-DEV-291', it will be installed, if you execute '/q update'!
  334. [22:11:40] [Craft Scheduler Thread - 2/INFO]: [PacketListenerApi] Plugin is up-to-date
  335. [22:11:49] [User Authenticator #1/INFO]: UUID of player Derzha is 17d03630-43cc-41bf-a871-31d244f244d7
  336. [22:11:49] [Server thread/INFO]: Derzha joined the game
  337. [22:11:49] [Server thread/INFO]: Derzha[/192.168.100.5:54175] logged in with entity id 333 at ([world]6.09979810926625, 76.75172419772056, 177.46227382036025)
  338. [22:11:50] [Server thread/WARN]: [MythicMobs] Loaded class org.apache.commons.lang3.tuple.Pair from BetonQuest v1.12.0-DEV-190 which is not a depend, softdepend or loadbefore of this plugin.
  339. [22:12:05] [Server thread/INFO]: Derzha issued server command: /killall mobs
  340. [22:12:15] [Server thread/INFO]: Derzha issued server command: /spawnmob TestPatrol
  341. [22:12:15] [Server thread/INFO]: [MythicMobs] Closest is Location{world=world,x=5.0,y=74.0,z=179.0,pitch=0.0,yaw=0.0}
  342. [22:12:15] [Server thread/INFO]: [MythicMobs] Closest is Location{world=world,x=5.0,y=74.0,z=179.0,pitch=0.0,yaw=0.0}
  343. [22:16:56] [Server thread/INFO]: Stopping the server
  344. [22:16:56] [Server thread/INFO]: Stopping server
  345. [22:16:56] [Server thread/INFO]: [BetonQuest] Disabling BetonQuest v1.12.0-DEV-190
  346. [22:16:56] [Server thread/INFO]: [BetonQuest] BetonQuest succesfully disabled!
  347. [22:16:56] [Server thread/INFO]: [MythicCrucible] Disabling MythicCrucible v0.0.1-SNAPSHOT
  348. [22:16:56] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v4.11.0-SNAPSHOT-97363efe
  349. [22:16:56] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
  350. [22:16:56] [Server thread/INFO]: [MythicMobs] All active settings have been saved.
  351. [22:16:56] [Server thread/INFO]: [MythicMobs] UNLOADED
  352. [22:16:56] [Server thread/INFO]: [TreasureChest] Disabling TreasureChest v8.5
  353. [22:16:56] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.4+f7ff984
  354. [22:16:56] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
  355. [22:16:56] [Server thread/INFO]: [Essentials] Disabling Essentials v2.18.1.0
  356. [22:16:56] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
  357. [22:16:56] [Server thread/INFO]: [Denizen] Disabling Denizen v1.1.8-SNAPSHOT (build 5145-DEV)
  358. [22:16:56] [Server thread/INFO]: [Denizen] v1.1.8-SNAPSHOT (build 5145-DEV) disabled.
  359. [22:16:56] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.0+a51fa43
  360. [22:16:56] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  361. [22:16:56] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.20
  362. [22:16:56] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.6.0-SNAPSHOT-b483
  363. [22:16:56] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
  364. [22:16:56] [Server thread/INFO]: [GlowAPI] Disabling GlowAPI v1.4.14-SNAPSHOT
  365. [22:16:56] [Server thread/INFO]: [PacketListenerApi] Disabling PacketListenerApi v3.7.8-SNAPSHOT
  366. [22:16:56] [Server thread/INFO]: [PacketListenerAPI] Removing channels for online players...
  367. [22:16:56] [Server thread/INFO]: [PacketListenerAPI] Removing packet handlers (1)...
  368. [22:16:56] [Server thread/INFO]: Saving players
  369. [22:16:56] [Server thread/INFO]: Derzha lost connection: Server closed
  370. [22:16:56] [Server thread/INFO]: Derzha left the game
  371. [22:16:56] [Server thread/INFO]: Saving worlds
  372. [22:16:56] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  373. [22:16:57] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  374. [22:16:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
  375. [22:16:57] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  376. [22:16:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  377. [22:16:57] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  378. [22:16:57] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  379. [22:16:57] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  380. [22:16:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  381. [22:16:58] [Server thread/INFO]: Flushing Chunk IO
  382. [22:16:58] [Server thread/INFO]: Closing Thread Pool
  383. [22:16:58] [Server thread/INFO]: Closing Server
  384.  
  385. [{"name":"Derzha","uuid":"17d03630-43cc-41bf-a871-31d244f244d7","expiresOn":"2021-01-01 22:11:49 -0600"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement