Code Monkey home page Code Monkey logo

Comments (17)

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024 1

When the server is running, it creates a log file :
mcsleepingserverstarter\logs\sleepingServer.log

sleepingServer.log

this ???

from mcsleepingserverstarter.

vincss avatar vincss commented on September 14, 2024

Hi !
Which client is your friend using ?
What is different from yours ?
Can you provide the logs ?

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

He use Tlauncher
nothing different
what log

from mcsleepingserverstarter.

vincss avatar vincss commented on September 14, 2024

When the server is running, it creates a log file :
mcsleepingserverstarter\logs\sleepingServer.log

from mcsleepingserverstarter.

iwa avatar iwa commented on September 14, 2024

i now have a problem why when it sleep i join can open but why my server sleep it not work for my friend it just 'cant correct to the server'
pls help me fix and thanks

can your friend connect to the server when you start it normally? (without the sleepingserverstarter program i mean)

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

i now have a problem why when it sleep i join can open but why my server sleep it not work for my friend it just 'cant correct to the server'
pls help me fix and thanks

can your friend connect to the server when you start it normally? (without the sleepingserverstarter program i mean)

Yes it can

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

When the server is running, it creates a log file :
mcsleepingserverstarter\logs\sleepingServer.log

sleepingServer.log

from mcsleepingserverstarter.

iwa avatar iwa commented on September 14, 2024

yes, thanks for the logs
it seems that you and your friend are trying to connect to a 1.16.5 server while playing on the 1.17.1 version, so be sure to use the same version as the server to be able to join it

if you are using a plugin like ViaVersion, make sure to comment the following line in your sleepingSettings.yml :

version: 1.16.5

should be

# version: 1.16.5

uncommenting this line forces players to match the version set in the config file, so its not compatible with plugins like ViaVersion

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

yes, thanks for the logs
it seems that you and your friend are trying to connect to a 1.16.5 server while playing on the 1.17.1 version, so be sure to use the same version as the server to be able to join it

if you are using a plugin like ViaVersion, make sure to comment the following line in your sleepingSettings.yml :

version: 1.16.5

should be

# version: 1.16.5

uncommenting this line forces players to match the version set in the config file, so its not compatible with plugins like ViaVersion

wait what i try to use 1.17.1 version to connect to 1.16.5 server ?????

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

yes, thanks for the logs
it seems that you and your friend are trying to connect to a 1.16.5 server while playing on the 1.17.1 version, so be sure to use the same version as the server to be able to join it

if you are using a plugin like ViaVersion, make sure to comment the following line in your sleepingSettings.yml :

version: 1.16.5

should be

# version: 1.16.5

uncommenting this line forces players to match the version set in the config file, so its not compatible with plugins like ViaVersion

wait i do got add viaversion

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

yes, thanks for the logs
it seems that you and your friend are trying to connect to a 1.16.5 server while playing on the 1.17.1 version, so be sure to use the same version as the server to be able to join it

if you are using a plugin like ViaVersion, make sure to comment the following line in your sleepingSettings.yml :

version: 1.16.5

should be

# version: 1.16.5

uncommenting this line forces players to match the version set in the config file, so its not compatible with plugins like ViaVersion

i like to know how to change

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024
# settings for SleepingServerStarter

serverName: "SleepingServer, waiting for his prince..."

serverPort: 25565
bedrockPort: 19132
loginMessage: "...Waking server up, come back in a minute..."
serverOnlineMode: true # like in the server.properties, to check the licence of player or not.
maxPlayers: 20

webPort: 0 # 0 to disable web hosting

startMinecraft: 1 # 0 to disable
minecraftCommand: "java -jar paper.jar nogui" # or paper.jar or whatever flavor you like

# /!\ Edit this setting only if you know what you are doing
# minecraftWorkingDirectory: "" # Set a custom working directory (path to minecraft server folder)

# version: 1.15.2 # Force compatibility with a specific minecraft version

# Use a custom icon 64x64 png converted using https://www.base64-image.de/

from mcsleepingserverstarter.

iwa avatar iwa commented on September 14, 2024

wait what i try to use 1.17.1 version to connect to 1.16.5 server ?????

that's what the logs are telling

wait i do got add viaversion

then you're fine playing on 1.17 and going on your 1.16 server, but you still need to edit the config file of SleepingServerStarter

i like to know how to change

you need to change this line in the sleepingSettings.yml file

# settings for SleepingServerStarter

is this your sleepingSettings.yml config file from your server?

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

wait what i try to use 1.17.1 version to connect to 1.16.5 server ?????

that's what the logs are telling
i know why already because i download 1.17.1

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

# settings for SleepingServerStarter

is this your sleepingSettings.yml config file from your server?
yes

from mcsleepingserverstarter.

Yond3rBoy avatar Yond3rBoy commented on September 14, 2024

can help pls

from mcsleepingserverstarter.

iwa avatar iwa commented on September 14, 2024

after some tests, i can't reproduce your issue
its hard for us to fix your issue as its coming from your end and not ours, you might have misconfigured something between the versions, the server and SleepingServerStarter
sorry that we can't go further, you should try to re-check all your configs, see if you match the correct versions and maybe try to see if your router is well configured

from mcsleepingserverstarter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.