Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server not starting properly #53

Open
jordan679 opened this issue Nov 22, 2023 · 1 comment
Open

server not starting properly #53

jordan679 opened this issue Nov 22, 2023 · 1 comment
Assignees

Comments

@jordan679
Copy link

after installing and starting my server I get
[20:44:24] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[20:44:34] [ServerMain/INFO]: Loaded 7 recipes
[20:44:35] [Server thread/INFO]: Starting minecraft server version 1.20.2
[20:44:35] [Server thread/INFO]: Loading properties
[20:44:36] [Server thread/INFO]: This server is running Paper version git-Paper-298 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: e1cd9e5)
[20:44:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:44:38] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:44:39] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
For more information please visit: PaperMC/Paper#8948
[20:44:39] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[20:44:40] [Server thread/INFO]: Default game type: SURVIVAL
[20:44:40] [Server thread/INFO]: Generating keypair
[20:44:41] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:44:41] [Server thread/INFO]: Using epoll channel type
[20:44:41] [Server thread/INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
[20:44:41] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux aarch64) cipher from Velocity.
[20:44:41] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:44:41] [Server thread/INFO]: Preparing level "world"
[20:44:43] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[20:44:44] [Server thread/INFO]: Time elapsed: 1031 ms
[20:44:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[20:44:45] [Server thread/INFO]: Time elapsed: 322 ms
[20:44:45] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[20:44:45] [Server thread/INFO]: Time elapsed: 212 ms
[20:44:45] [Server thread/INFO]: Running delayed init tasks
[20:44:45] [Server thread/INFO]: Done (9.789s)! For help, type "help"
[20:44:45] [Server thread/INFO]: Timings Reset
and when I try to join the server it doesn't work

@Fabrisus
Copy link

The server starts successfully according to the logs, so it doesn't seem to be a problem with the scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants