Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Bots with ID's don't get filtered #1

Open
Bims-sh opened this issue Jul 26, 2023 · 1 comment
Open

Bots with ID's don't get filtered #1

Bims-sh opened this issue Jul 26, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Bims-sh
Copy link
Owner

Bims-sh commented Jul 26, 2023

As of currently there were almost no bots that had an actual UUID, this has changed.

Previously there were only logs with the UUID being "null" like this one:

[05:57:21 INFO]: com.mojang.authlib.GameProfile@2b9ec49c[id=<null>,
name=xxx,properties={},legacy=false]
(/147.xx.xx.xx:36688) lost connection: Disconnected

However...
It seems that some bots using actual accounts have appeared:

[03:12:48 INFO]: com.mojang.authlib.GameProfile@61d5a8a2[id=3c7ef033-aee9-4e8d-b3bd-2d185138b337,
name=xxx,properties={textures=[com.mojang.authlib.properties.Property@55679987]},legacy=false]
(/94.xx.xx.xx:34952) lost connection: You are not whitelisted on this server!

and since this script doesn't take this into consideration it doesn't filter them out, I'll try to think of a solution and will update the script accordingly in the next few days.

I might add an option to filter only accounts with UUID "null".

@Bims-sh Bims-sh added the enhancement New feature or request label Jul 26, 2023
@Bims-sh Bims-sh self-assigned this Jul 26, 2023
@Bims-sh
Copy link
Owner Author

Bims-sh commented Aug 6, 2023

Will do in some time, no motivation rn.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant