Jade - Detect cheaters before they connect.

Status
This thread has been locked.

Hustle

Premium
Feedback score
4
Posts
174
Reactions
129
Resources
0
Jade
I'm posting this thread on behalf of Boat.​

Eliminating cheaters has always proven to be a difficult task for server owners. Most server owners focus on perfecting their anti-cheat to wipe out cheaters, but what if you could detect cheaters before they even connected to the server? That's where Jade comes in.

Jade employs two advanced checks to detect possible cheaters with more to come before they even connect:
  • MCLeaks Check - This check detects players who have connected with an MCLeaks account.
  • Cheatbreaker Check - This check detects players who have violated Cheatbreaker's regulations.
0gIlLxc.png
Code:
# Jade by Juno

# Enable/Disable blocking mcleaks or cheatbreaker accounts
mcleaks: true
cheatbreaker: true

# Can either be 'disconnect', 'kick' or 'command'
# Disconnect - prevent player from logging in
# Command - execute command when player joins
# Kick - kick player on join
# NOTE: Kick is the default, if the mode does not match any of the three options, it will be used.
mode: 'kick'

# The message to display when kicking or disconnecting the player
message: 'You are not allowed!'

# Command to execute if mode is in 'command'
# Variables - %uuid%, %name%
# Don't include the / at the beginning
command: 'kick %name% You are not allowed!'

# UUIDs to exclude (not check)
# You can add as many as you wish (current one listed is an example)
exclude:
 - '255b28f3-6c37-480c-b834-1cbcb4979706'
Terms of Service ("TOS")

Last updated: 9th July 2018.
  • By purchasing or having access to this plugin you automatically agree to the TOS.
  • You may not redistrubite this plugin or any part of it.
  • You are not allowed to chargeback.
  • There are no refunds.

Contact
The price of this plugin is $10. To purchase this plugin please send me a direct message. Or add me on Discord Ethan#8811


 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Boat

Premium
Feedback score
6
Posts
170
Reactions
118
Resources
0
Proof that I gave him permission to post this on my behalf.
 

Matthew_Cash

Developer // System Admin
Supreme
Feedback score
2
Posts
71
Reactions
12
Resources
0
Newer versions of Minecraft already block MCLeaks, but for older versions this looks great. I have one question though, do the players (MCLeaks) get to stay in the server for ~6 seconds before a kick like SayNoToMcLeaks? Also, what is the difference between kick and disconnect, I would assume that kick works once the user has actually joined the server, but I'm not sure.
 

Boat

Premium
Feedback score
6
Posts
170
Reactions
118
Resources
0
Newer versions of Minecraft already block MCLeaks, but for older versions this looks great. I have one question though, do the players (MCLeaks) get to stay in the server for ~6 seconds before a kick like SayNoToMcLeaks? Also, what is the difference between kick and disconnect, I would assume that kick works once the user has actually joined the server, but I'm not sure.

Players get instantly kicked once they join if the plugin is on kick mode. You are correct, disconnect stops the player from even joining and kick instantly kicks the player when they join.

Also wanted to point out that this plugin checks CheatBreaker accounts in addition to MCLeaks accounts.[DOUBLEPOST=1531151235][/DOUBLEPOST]
You know actually I could just create a mod that does the same thing as cheatbroken do?
(I used with reason cheatbroken)
CheatBreaker simply sends a packet to the server before joining which server reads and which can be later used to deny or allow entrance to players.
Good to know :)
 
Last edited:

Boat

Premium
Feedback score
6
Posts
170
Reactions
118
Resources
0
Well just letting people know this is not a good way to stop cheaters.
Not to mention you have main class in package names "utils" facepalm
This plugin is an excellent way to stop cheaters. It can detect about 9,000+ cheaters from the start. It checks BOTH MCLeaks and CheatBreaker, not just one or the other. There are many different ways to check for cheaters, and this is a very efficient way. The "utils" package is my own way of organizing myself, nothing wrong with that.

If you have any further questions/concerns feel free to DM me.
 

michqql.jr

Premium
Feedback score
0
Posts
176
Reactions
34
Resources
0
This plugin is an excellent way to stop cheaters. It can detect about 9,000+ cheaters from the start. It checks BOTH MCLeaks and CheatBreaker, not just one or the other. There are many different ways to check for cheaters, and this is a very efficient way. The "utils" package is my own way of organizing myself, nothing wrong with that.

If you have any further questions/concerns feel free to DM me.
Im sorry, 9000+ cheaters from the start.. Where are you getting this information from? Also, the player may not be cheating with that MC-Leaks account, seems like this will just create more false bans. Seems like this system is to stop anyone who has ever cheated in the past, however they may not be cheating anymore. Seems like a rather hit and miss detection system that has the potential to false ban players based on whether their account is a free access account and whether they have used cheats on a different server, not whether they are hacking on YOUR server or not.
 
Status
This thread has been locked.
Top