JavierLeon9966 / Alias

Detects players possible alternatives accounts
GNU General Public License v3.0
7 stars 3 forks source link

check if one of the aliases is banned #10

Open Smorted opened 1 year ago

Smorted commented 1 year ago

can you make it check if one of the aliasses is banned it kicks the player with the same "you are banned" message?

so instead of only letting us know that this player has alternative accounts give us also the option to automatically re ban him again.

JavierLeon9966 commented 1 year ago

That option already exists: https://github.com/JavierLeon9966/Alias/blob/9aa46fcf74064ff6e26c38fb8a2adf06d9a27562/resources/config.yml#L19-L20

Smorted commented 1 year ago

no this option doesn't check if the player alias is inside the banned-player.txt, it just detects if the player has an alternative account and if so it directly kicks him

what if i have two accounts? if i join using the second one i will be directly kicked

JavierLeon9966 commented 1 year ago

no this option doesn't check if the player alias is inside the banned-player.txt, it just detects if the player has an alternative account and if so it directly kicks him

what if i have two accounts? if i join using the second one i will be directly kicked

So you want an option to kick players whose alternative account was banned by Pocketmine instead of banning players that have alternative accounts?

Smorted commented 1 year ago

yes exactly, just add it as an optional feature because this way we can identify banned players and actually automatically reban them, perfect ban system!