PluginBugs / Issues-Wraith

Repository used to keep track of issues of my plugin Wraith
0 stars 0 forks source link

[BUG] False detected of WorldDownloader #46

Closed myavuzokumus closed 3 years ago

myavuzokumus commented 3 years ago

Describe the bug I use ViaVersion and Viabackwards on my server to allow lower version players to enter, but plugin kick players who log in with lower version because plugin said they are using "Worlddownloader", but I log on with vanilla version.

Info (please complete the following information):

LoneDev6 commented 3 years ago

I need a log

myavuzokumus commented 3 years ago
[13:45:55] [Server thread/INFO]: Joined: Over_Brave | Brands: [vanilla] | Account: PREMIUM | GameMode: ADVENTURE | World: world | /ww spectate Over_Brave | UUID: 079018f5-6389-3a1e-a8b8-f279c1db75fa | IP: /127.0.0.1:59248 
[13:45:56] [Server thread/INFO]: Kicked: Over_Brave | Brands: [vanilla] | Account: PREMIUM | Modifications: [WorldDownloader]
[13:45:56] [Server thread/INFO]: Over_Brave lost connection: SonCesurlar » Bu modla sunucuya giremezsin - [WorldDownloader]
LoneDev6 commented 3 years ago

Can you enable logging in config.yml?

debug:
  extreme-log: false
  log-custompayload: false

I suspect they actually have that installed

myavuzokumus commented 3 years ago
[17:22:34 INFO]: Over_Brave[/127.0.0.1:58697] logged in with entity id 58 at ([world]-183.49372795337402, 209.0, 2006.5374163362305)
[17:22:34 WARN]: [ViaBackwards] Ignoring plugin channel in incoming REGISTER: PERMISSIONREPL
[17:22:34 INFO]: Over_Brave -> Payload: minecraft:register
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: bukkit:f3name
[17:22:35 INFO]: Over_Brave -> Payload: rp:plugin
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: rp:plugin
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: fastlogin:succ
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: playerbalancer:main
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: cmib:fromproxy
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: wdl:init
[17:22:35 INFO]: Over_Brave -> Payload: cmib:fromproxy
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: BungeeCord
[17:22:35 INFO]: Over_Brave -> onRegisterChannel: fastlogin:ch-st
[17:22:35 INFO]: Over_Brave -> Payload: fastlogin:force
[17:22:35 INFO]: Over_Brave -> Payload: minecraft:brand
[17:22:35 INFO]: Brand: [vanilla]
[17:22:35 INFO]: [AuthMe] The user Over_Brave has 2 accounts:
[17:22:37 INFO]: Over_Brave -> found blocked channel: wdl:init
[17:22:37 INFO]: Joined: Over_Brave | Brands: [vanilla] | Account: PREMIUM | GameMode: ADVENTURE | World: world | /ww spectate Over_Brave | UUID: 079018f5-6389-3a1e-a8b8-f279c1db75fa | IP: /127.0.0.1:58697
[17:22:38 INFO]: Kicked: Over_Brave | Brands: [vanilla] | Account: PREMIUM | Modifications: [WorldDownloader]
[17:22:39 INFO]: Over_Brave lost connection: SonCesurlar » Bu modla sunucuya giremezsin - [WorldDownloader]

image

LoneDev6 commented 3 years ago

https://wiki.vg/Plugin_channels/World_downloader

wdl:init

myavuzokumus commented 3 years ago

https://wiki.vg/Plugin_channels/World_downloader

wdl:init

I didn't understand exactly what to do.

LoneDev6 commented 3 years ago

It seems you have installed worldownloader somehow, you may set "wdl:init": false in clients config of Wraith to bypass this kick

myavuzokumus commented 3 years ago

But I did not install it as stated. I'm logging into the game directly with the original minecraft launcher and this problem happens to me only when I log in with Viabackwards support in lower versions. I'm using the vanilla version. Can you test it yourself? Because I didn't install anything.

LoneDev6 commented 3 years ago

I already tested and I don't have this channel registered which is noted as WorldDownloader channel, that's why I find it strange. Anyway as I said:

It seems you have installed worldownloader somehow, you may set "wdl:init": false in clients config of Wraith to bypass this kick