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

Magma Incompatibility #28

Open
Yolomic opened this issue Sep 2, 2022 · 2 comments
Open

Magma Incompatibility #28

Yolomic opened this issue Sep 2, 2022 · 2 comments

Comments

@Yolomic
Copy link

Yolomic commented Sep 2, 2022

I tried everything reccomended by their wiki like enabling support for bungee i modified lazymc config as much as possible but nothing would work any solutions?

@timvisee
Copy link
Owner

timvisee commented Sep 4, 2022

Does it not work at all, or does something like the lobby feature not work?

If I recall correctly the hold occupation method should work fine:

lazymc/res/lazymc.toml

Lines 84 to 110 in c6f860f

[join]
# Methods to use to occupy a client on join while the server is starting.
# Read about all methods and configure them below.
# Methods are used in order, if none is set, the client disconnects without a message.
#methods = [
# "hold",
# "kick",
#]
[join.kick]
# Kick occupation method.
# Instantly kicks a client with a message.
# Message shown when client is kicked while server is starting/stopping.
#starting = "Server is starting... §c♥§r\n\nThis may take some time.\n\nPlease try to reconnect in a minute."
#stopping = "Server is going to sleep... §7☠§r\n\nPlease try to reconnect in a minute to wake it again."
[join.hold]
# Hold occupation method.
# Holds back a joining client while the server is started until it is ready.
# 'Connecting the server...' is shown on the client while it's held back.
# If the server starts fast enough, the client won't notice it was sleeping at all.
# This works for a limited time of 30 seconds, after which the Minecraft client times out.
# Hold client for number of seconds on connect while server starts.
# Keep below Minecraft timeout of 30 seconds.
#timeout = 25

The server implementation might have changes, causing an in compatability.

@Yolomic
Copy link
Author

Yolomic commented Sep 5, 2022

It just doesnt work either hold join kick or lobby

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

2 participants