All Projects → Guichaguri → BOHA

Guichaguri / BOHA

Licence: MIT license
A Forge/LiteLoader/Vanilla/Bukkit/Sponge/BungeeCord plugin that blocks hacked accounts (McLeaks free accounts)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to BOHA

ZMusic
全功能Minecraft点歌插件
Stars: ✭ 22 (+69.23%)
Mutual labels:  bungeecord-plugin, bukkit-plugin, sponge-plugin
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (+76.92%)
Mutual labels:  bukkit-plugin, forge-mod
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+161.54%)
Mutual labels:  bukkit-plugin, sponge-plugin
PistonMOTD
Best MOTD plugin multi platform support!
Stars: ✭ 31 (+138.46%)
Mutual labels:  bungeecord-plugin, sponge-plugin
Minecraft QQ
一个用于Minecraft服务器与QQ群互联的插件
Stars: ✭ 19 (+46.15%)
Mutual labels:  bungeecord-plugin, bukkit-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+838.46%)
Mutual labels:  bungeecord-plugin, sponge-plugin
TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (+1061.54%)
Mutual labels:  sponge-plugin
ExCompressum
Minecraft Mod. Ex Nihilo Addon. Adds a compressed hammer that can be used on compressed blocks from Extra Utilities.
Stars: ✭ 26 (+100%)
Mutual labels:  forge-mod
HomeAssistantMC
Bridge Home Assistant with Minecraft
Stars: ✭ 24 (+84.62%)
Mutual labels:  forge-mod
coronablocker
🦠 Chrome extension to block any news about Covid-19 on social networks.
Stars: ✭ 30 (+130.77%)
Mutual labels:  blocker
PacketGate
Sponge library to manipulate incoming and outgoing Packets.
Stars: ✭ 22 (+69.23%)
Mutual labels:  sponge-plugin
HamsterAPI
Simple and easy to use API to read and write Packets.
Stars: ✭ 25 (+92.31%)
Mutual labels:  bukkit-plugin
EvenMoreFish
An advanced fishing plugin based on MoreFish, created 2 years after its last update.
Stars: ✭ 53 (+307.69%)
Mutual labels:  bukkit-plugin
AreaShop
A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Stars: ✭ 55 (+323.08%)
Mutual labels:  bukkit-plugin
FarmingForBlockheads
Minecraft Mod. Adds a seed market with a search bar and a scrolling grid.
Stars: ✭ 26 (+100%)
Mutual labels:  forge-mod
BetterChunkLoader
A Chunkloader plugin for SpongeForge
Stars: ✭ 19 (+46.15%)
Mutual labels:  sponge-plugin
RubyMod
RubyMod is an open-source mod, which prioritizes sharing its code to help other modders learn.
Stars: ✭ 15 (+15.38%)
Mutual labels:  forge-mod
ublacklist
Blocks specific sites from appearing in Google search results
Stars: ✭ 3,726 (+28561.54%)
Mutual labels:  blocker
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (+184.62%)
Mutual labels:  forge-mod
NotEnoughAnimations
Brings the First-Person animations to the Third-Person and tries to fix other animation issues of the Third-Person.
Stars: ✭ 41 (+215.38%)
Mutual labels:  forge-mod

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/Vanilla
  • BOHA-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

  1. Add the mod, LegacyLauncher and ASM to the classpath.
  2. Set the main class to net.minecraft.launchwrapper.Launch
  3. Add --tweakClass guichaguri.boha.tweak.BlockerTweak to 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
  }
}
  • message is the message which will be used for kicking the hacked account. You can use formatting codes.
  • gong - Gong's Database API
    • enabled is whether the database will be used for checking users.
    • cache is whether caching will be enabled.
    • timeout is the interval in seconds which the cache will be cleared.
  • doha - DOHA API
    • enabled is whether the database will be used for checking users.
    • cache is whether caching will be enabled.
    • timeout is the interval in seconds which the cache will be cleared.
  • doha_database - DOHA Local Database
    • enabled is whether the whole database will be downloaded locally
    • refresh is 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].