Nan1t / NanoLimbo

The lightweight, high performance Minecraft limbo server
https://www.spigotmc.org/resources/86198/
GNU General Public License v3.0
262 stars 54 forks source link

Give Items #49

Open KikyoC opened 1 year ago

KikyoC commented 1 year ago

Hello

I got a Bungeecord plugin and this plugin can enable 2fa (with google authentificator) But, I got an issue. I can't read the map in my hand. Can you help me please ?

https://i.badlion.net/WJesc5bLR4WToACGQhCbBQ.png

Nan1t commented 1 year ago

Maybe this happens because player not receive all required packets, only minimal amount to stay player connected. But i'm not completely sure, i thought if proxy sends these packets to player, all should be okay.

KikyoC commented 1 year ago

Hii, i got an other issue rn. My bungee don't want to connect me on the limbo:

[21:04:41 INFO]: [Kikyo_c|/myip] <-> ServerConnector [limbo] has disconnected [21:04:42 INFO]: [/myip] <-> InitialHandler has connected [21:04:42 WARN]: Plugin listener xyz.kyngs.librepremium.bungeecord.BungeeCordListener took 123ms to process event PostLoginEvent(player=Kikyo_c)! [21:04:42 INFO]: [Kikyo_c] disconnected with: There's no available server to connect you to. Please try again later. [21:04:42 INFO]: [/myip|Kikyo_c] -> UpstreamBridge has disconnected [21:04:42 INFO]: [Kikyo_c|/myip] <-> ServerConnector [limbo] has connected [21:04:42 INFO]: [Kikyo_c|/myip] <-> ServerConnector [limbo] has disconnected

The ip on settings.yml wa set to 127.0.0.1, localhost and 45.145.164.34(my VPS IP)

I'm on a pterodactyl panel (I got access to everything on the VPS)

kyngs commented 1 year ago

Maybe this happens because player not receive all required packets, only minimal amount to stay player connected. But i'm not completely sure, i thought if proxy sends these packets to player, all should be okay.

See this section to see which packets are sent by the proxy:

https://github.com/kyngs/LibrePremium/blob/53bcd532d67b7685887acbb66c3db3085b2f33bf/Plugin/src/main/java/xyz/kyngs/librepremium/common/image/protocolize/ProtocolizeImageProjector.java#L32-L90

kyngs commented 1 year ago

Hii, i got an other issue rn. My bungee don't want to connect me on the limbo:

[21:04:41 INFO]: [Kikyo_c|/myip] <-> ServerConnector [limbo] has disconnected [21:04:42 INFO]: [/myip] <-> InitialHandler has connected [21:04:42 WARN]: Plugin listener xyz.kyngs.librepremium.bungeecord.BungeeCordListener took 123ms to process event PostLoginEvent(player=Kikyo_c)! [21:04:42 INFO]: [Kikyo_c] disconnected with: There's no available server to connect you to. Please try again later. [21:04:42 INFO]: [/myip|Kikyo_c] -> UpstreamBridge has disconnected [21:04:42 INFO]: [Kikyo_c|/myip] <-> ServerConnector [limbo] has connected [21:04:42 INFO]: [Kikyo_c|/myip] <-> ServerConnector [limbo] has disconnected

The ip on settings.yml wa set to 127.0.0.1, localhost and 45.145.164.34(my VPS IP)

I'm on a pterodactyl panel (I got access to everything on the VPS)

Btw, this one should be resolved now, it was caused by a typo.

KikyoC commented 1 year ago

No. I don't know how to fix. I got the same issue.

bivashy commented 1 year ago

I think this issue may occur because of 'spectator' gamemode

kyngs commented 1 year ago

Yup it does