A server-side mod/plugin for Minecraft using Fabric/Paper that block duplicate player joins
This project was based on oxygencraft/DuplicatePlayerJoin.
It prevents bots (like Herobrine, most common name used) or malicious players from entering your server using your nickname. The server's default behavior is to drop your session with the message "you logged in from another location"; even if you have an authentication mod to prevent the other player or bot from connecting as your character, it remains annoying because you get disconnected whenever an attempt is made using your nickname. This mod changes the server's default login behavior: instead of disconnecting you, it blocks the other player or bot from connecting and displays the message "This account is already connected to the server."
My recommendations for greater privacy and security for your server:
white-list=true (need to save and restart the server)whitelist add NicknameHere/whitelist add NicknameHerehide-online-players=true (need to save and restart the server)Github: https://github.com/rogerwindberg/DupePlayerBlock
Discord: @rogerwindberg