Advertisement
Guest User

Untitled

a guest
Aug 27th, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. java -jar Server.jar
  2. [17:49:20] [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'
  3. [17:49:20] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
  4. [17:49:20] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  5. [17:49:20] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
  6. [17:49:20] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  7. [17:49:20] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  8. [17:49:20] [main/INFO]: Reloading ResourceManager: Default
  9. [17:49:20] [Worker-Main-12/INFO]: Loaded 7 recipes
  10. [17:49:20] [Worker-Main-12/INFO]: Loaded 927 advancements
  11. [17:49:21] [Server thread/INFO]: Starting minecraft server version 1.16.4
  12. [17:49:21] [Server thread/INFO]: Loading properties
  13. [17:49:21] [Server thread/INFO]: Default game type: SURVIVAL
  14. [17:49:21] [Server thread/INFO]: Generating keypair
  15. [17:49:21] [Server thread/INFO]: Starting Minecraft server on *:25565
  16. [17:49:21] [Server thread/INFO]: Using default channel type
  17. [17:49:21] [Server thread/INFO]: Preparing level "world"
  18. [17:49:22] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  19. [17:49:22] [Server thread/INFO]: Preparing spawn area: 0%
  20. [17:49:22] [Server thread/INFO]: Preparing spawn area: 0%
  21. [17:49:24] [Worker-Main-8/INFO]: Preparing spawn area: 83%
  22. [17:49:24] [Worker-Main-12/INFO]: Preparing spawn area: 83%
  23. [17:49:24] [Worker-Main-13/INFO]: Preparing spawn area: 83%
  24. [17:49:24] [Worker-Main-13/INFO]: Preparing spawn area: 91%
  25. [17:49:25] [Worker-Main-12/INFO]: Preparing spawn area: 91%
  26. [17:49:25] [Worker-Main-12/INFO]: Preparing spawn area: 97%
  27. [17:49:25] [Server thread/INFO]: Time elapsed: 3577 ms
  28. [17:49:25] [Server thread/INFO]: Done (3.623s)! For help, type "help"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement