ClientCatcher

Detect the client with which a player has connected to your server

GPL-3.0 License

Stars
23

Bot releases are hidden (Show)

ClientCatcher - 3.2.2 Latest Release

Published by 4drian3d 9 months ago

What's Changed

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/3.2.1...3.2.2

ClientCatcher - 3.2.1

Published by 4drian3d 11 months ago

What's Changed

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/3.2.0...3.2.1

ClientCatcher - 3.2.0

Published by 4drian3d 12 months ago

What's Changed

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/3.1.1...3.2.0

ClientCatcher - 3.1.1

Published by 4drian3d over 1 year ago

Features

Fixes

Library Updates

Downloads

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/3.1.0...3.1.1

ClientCatcher - 3.1.0

Published by 4drian3d over 1 year ago

ClientCatcher - 3.0.0

Published by 4drian3d over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/2.2.1...3.0.0

ClientCatcher - 3.0.0-BETA

Published by 4drian3d over 1 year ago

What's Changed

The plugin was not exhaustively tested, that's why it is released as BETA, if you find any bug, please report it

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/2.2.1...3.0.0-BETA

ClientCatcher - BugFixes and Improvements

Published by 4drian3d about 3 years ago

Migrations

  • Migrated plugin build structure from Maven to Gradle
  • Migrated to a better native Minecraft command system, Brigadier.

BugFixes

  • The detection of clients when entering the server has been improved, therefore, the delay option may be removed in a future update.
  • Fixed a bug in the replacement of variables in messages.

What's Changed

New Contributors

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/2.2.0...2.2.1

ClientCatcher - General plugin improvement

Published by 4drian3d about 3 years ago

Full Changelog: https://github.com/4drian3d/ClientCatcher/compare/2.1.0...2.2.0

ClientCatcher - Fixes and Forge mods support

Published by 4drian3d about 3 years ago

Add Forge <1.12 mods support

If a player logs in with Forge to your server, his mods will be displayed on login and when using the /client command.

Fixes

Fix configuration mess when sending messages.
Fixed error message in console when entering a player with null client.

ClientCatcher - Full configuration, MiniMessage Support, blocked clients

Published by 4drian3d about 3 years ago

Fully configurable plugin

You can now change all aspects of the plugin such as messages and detection time.

MiniMessage support

Along with the new configuration, the format you can use for the messages is MiniMessage

Blocked clients

Now you can define which clients will be blocked at login time in the configuration

ClientCatcher - Improved tabcomplete, permission check and more

Published by 4drian3d about 3 years ago

ClientCatcher - Improved detection and more

Published by 4drian3d about 3 years ago

Delayed detection

Delayed client detection by 1 second to reduce existing false positives

Change of java version requirement

Now the plugin requires java 11+ instead of java 16

Improved code

The code has been improved, offering better performance (better than it already has) and better quality.

ClientCatcher - ClientCatcher

Published by 4drian3d about 3 years ago

ClientCatcher shows you the client with which users have connected via a console message and gives you a command to verify each player's client yourself.

Features

  • Command /client to verify the client of each player.
  • A message will be sent to your proxy console mentioning the client of the incoming player.

Commands