HomeJavaModsBanTools
BanTools
ModsJava

BanTools

by NSrank · on Modrinth

BanTools is an advanced ban management plugin designed for Minecraft Velocity servers. It supports banning players by UUID, IP address, or username, and…

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Velocity only.

⬇ Download for 1.20–1.21.11⬇ Download for 1.16–1.19.4
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

BanTools - Velocity Ban Management Plugin

Velocity Java License

BanTools is an advanced ban management plugin designed for Minecraft Velocity servers. It supports banning players by UUID, IP address, or username, and provides dynamic configuration reloading and real-time kicking of online players.

Note: This plugin is AI-developed to help server administrators manage player bans more efficiently.


Features


Installation

1. Download the Plugin

Download the latest version of BanTools.jar from GitHub or other distribution channels.

2. Install the Plugin

Place the downloaded BanTools.jar file into the plugins/ directory of your Velocity server.

3. Start the Server

Start the Velocity server. The plugin will automatically generate a default configuration file at plugins/BanTools/config.conf.

Configuration(config.conf

defaults {
  ban_reason = "违反服务器规则"
  kick_reason = "管理员强制踢出"
}

bans {
  "Player1": {
    name: "Player1"
    uuid: "069a79f4-44e9-4726-a5be-fca90e38aaf5"
    ip: "192.168.1.100"
    reason: "作弊行为"
    start_time: 1698765432
    end_time: null  # 永久封禁
    state: true     # 封禁状态(true:生效,false:解除)
  }
}

Usage

Commands

Command Permission Node Description
/bantools reload bantools.command.reload Reloads the plugin configuration file.
/bantools ban <type> <value> bantools.command.ban Bans the specified player.
/bantools unban <player> bantools.command.unban Unbans the specified player.
/bantools kick <player> bantools.command.kick Kicks the specified player.

Examples

  1. Ban a player named Bianpao_xiaohai: /bantools ban Bianpao_xiaohai (default ban duration is permanent; a reason can be added afterward).
  2. Unban a player named Steve: /bantools unban Steve.
  3. Kick a player named Steve: /bantools kick Steve.

Support & Feedback

If you encounter issues or have suggestions, please contact us via:


License & Disclaimer


Acknowledgments

Special thanks to the following technologies and tools:

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more