BOHA - Blocker of Hacked Accounts
A Forge/LiteLoader/Vanilla/Sponge/Bukkit/BungeeCord plugin that blocks hacked accounts (McLeaks free accounts)
Databases
Downloads
Downloads can be found in the Releases page.
BOHA-Mod-{mcversion}-{version}.jar- BOHA for Forge/LiteLoader/VanillaBOHA-Plugin-{version}.jar- BOHA for Sponge/Bukkit/BungeeCord
Note: If you're using SpongeForge, please, use the plugin instead of the mod. It's safer and not version-dependent.
Installation
Bukkit/BungeeCord
Put the plugin file in the plugins folder
Forge/LiteLoader/Sponge
Put the mod/plugin file in the mods folder.
Vanilla
- Add the mod, LegacyLauncher and ASM to the classpath.
- Set the main class to
net.minecraft.launchwrapper.Launch - Add
--tweakClass guichaguri.boha.tweak.BlockerTweakto the start command
Configuration
For both the mod and the plugin, the configuration should look like this:
{
"message": "&cYou are using a hacked account.",
"gong": {
"enabled": true,
"cache": true,
"timeout": 3600
},
"doha": {
"enabled": true,
"cache": true,
"timeout": 3600
},
"doha_database": {
"enabled": true,
"refresh": 24
}
}messageis the message which will be used for kicking the hacked account. You can use formatting codes.gong- Gong's Database APIenabledis whether the database will be used for checking users.cacheis whether caching will be enabled.timeoutis the interval in seconds which the cache will be cleared.
doha- DOHA APIenabledis whether the database will be used for checking users.cacheis whether caching will be enabled.timeoutis the interval in seconds which the cache will be cleared.
doha_database- DOHA Local Databaseenabledis whether the whole database will be downloaded locallyrefreshis the minimum time in hours to redownload the database
It's recommended using the DOHA database instead of the API because, not only makes the verification faster, but also prevents hacked accounts from joining your server when the DOHA API is down.
Gong's Database doesn't have the whole database downloadable, but its API server seems to be stronger than DOHA's API server.
Credits
- IamBlueSlime for DOHA
- TheMrGong for his database
