BansNexus

โญ โ€” (4 endorsements) ๐Ÿ“ฅ 680 downloads ๐Ÿ“Œ v1.1.1 ๐Ÿ“… 1/14/2026
๐ŸŸก Updated this year

By leifiyoo ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 2/18/2026 ๐Ÿ“… Created: 1/14/2026

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.6% endorsement rate
  • ๐Ÿ† #549 of 1452 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

<h1 align="center">๐Ÿ›ก๏ธ NexusBan</h1> !(https://i.imgur.com/0PDKhyj.png) <p align="center"> <b>A powerful, modern punishment system for Minecraft Spigot servers</b><br> <i>Keep your server safe with advanced moderation tools</i> </p> --- ## โœจ Features <table> <tr> <td width="50%"> ### ๐Ÿ”จ Punishment System - **Permanent Bans** - Ban troublemakers forever - **Temporary Bans** - Time-based bans with auto-expiry - **IP Bans** - Block by IP address - **Mutes** - Permanent & temporary mutes - **Kicks** - Remove players instantly - **Warnings** - Track player behavior </td> <td width="50%"> ### ๐Ÿ” Advanced Features - **Alt Detection** - Find alt accounts by IP - **Punishment GUI** - Easy point-and-click interface - **Ban History** - Complete punishment records - **Staff Protection** - Prevent staff from punishing each other - **Async I/O** - Zero server lag - **Auto-Punish** - Automatic escalation based on warnings </td> </tr> </table> --- ## ๐Ÿ“ฆ Installation 1. **Download** your wished version 2. **Drop** `NexusBan-1.1.1.jar` into your server's `plugins/` folder 3. **Restart** your server 4. **Configure** in `plugins/NexusBan/config.yml` --- ## ๐ŸŽฎ Commands ### Ban Commands | Command | Description | Example | |---------|-------------|---------| | `/ban <player> ` | Permanent ban | `/ban Griefer123 Griefing spawn` | | `/tempban <player> <time> ` | Temporary ban | `/tempban Hacker 7d Using xray` | | `/unban <player>` | Remove a ban | `/unban Griefer123` | | `/ipban <player\|ip> ` | IP ban | `/ipban Evader Alt account` | | `/unipban <player\|ip>` | Remove IP ban | `/unipban 192.168.1.1` | ### Mute Commands | Command | Description | Example | |---------|-------------|---------| | `/mute <player> ` | Permanent mute | `/mute Spammer Spam in chat` | | `/tempmute <player> <time> ` | Temporary mute | `/tempmute Toxic 1h Toxic behavior` | | `/unmute <player>` | Remove mute | `/unmute Spammer` | ### Other Commands | Command | Description | |---------|-------------| | `/kick <player> ` | Kick from server | | `/warn <player> ` | Issue a warning | | `/punish <player>` | Open punishment GUI | | `/history <player>` | View punishment history | | `/banlist` | List all active bans | | `/ipbanlist` | List all IP bans | | `/alts <player>` | Check for alt accounts | | `/checkban <id>` | Look up ban details | | `/nbreload` | Reload configuration | ### โฑ๏ธ Time Format ``` s = Seconds m = Minutes h = Hours d = Days w = Weeks M = Months y = Years Examples: 30m, 2h, 7d, 2w, 1M, 1y Combined: 1d12h30m = 1 day, 12 hours, 30 minutes ``` --- ## ๐Ÿ” Permissions <details> <summary><b>Click to expand permission list</b></summary> | Permission | Description | Default | |------------|-------------|---------| | `nexusban.*` | All permissions | OP | | `nexusban.ban` | Use /ban | OP | | `nexusban.tempban` | Use /tempban | OP | | `nexusban.unban` | Use /unban | OP | | `nexusban.ipban` | Use /ipban | OP | | `nexusban.unipban` | Use /unipban | OP | | `nexusban.ipbanlist` | Use /ipbanlist | OP | | `nexusban.kick` | Use /kick | OP | | `nexusban.mute` | Use /mute | OP | | `nexusban.tempmute` | Use /tempmute | OP | | `nexusban.unmute` | Use /unmute | OP | | `nexusban.warn` | Use /warn | OP | | `nexusban.history` | Use /history | OP | | `nexusban.gui` | Use /punish GUI | OP | | `nexusban.banlist` | Use /banlist | OP | | `nexusban.checkban` | Use /checkban | OP | | `nexusban.alts` | Use /alts | OP | | `nexusban.alts.showip` | See IPs in /alts | OP | | `nexusban.reload` | Use /nbreload | OP | | `nexusban.notify` | Receive staff alerts | OP | | `nexusban.exempt` | Cannot be punished | false | | `nexusban.admin` | Admin-level staff | false | | `nexusban.moderator` | Moderator-level | false | </details> --- ## โš™๏ธ Configuration ```yaml # Message settings messages: prefix: "&8 &7" # Staff Chat format staffchat-format: "&8 &e{sender} &8ยป &f{message}" # Freeze system messages freeze: frozen: "&c&lโš  YOU HAVE BEEN FROZEN โš \n&7You cannot move or interact..." chat-format: "&8 &e{player} &8ยป &f{message}" # Discord invite (shown on ban screens) discord: invite-url: "discord.gg/yourserver" server-name: "Our Discord" # Rejoin warnings rejoin-warning: enabled: true show-for-hours: 168 # Show warning for 7 days after punishment # Auto-punish system auto-punish: enabled: true warnings-for-tempmute: 3 warnings-for-tempban: 5 warnings-for-ban: 10 ``` ---

๐Ÿ›ก๏ธ NexusBan

!(https://i.imgur.com/0PDKhyj.png)

A powerful, modern punishment system for Minecraft Spigot servers

Keep your server safe with advanced moderation tools

## โœจ Features

### ๐Ÿ”จ Punishment System - Permanent Bans - Ban troublemakers forever - Temporary Bans - Time-based bans with auto-expiry - IP Bans - Block by IP address - Mutes - Permanent & temporary mutes - Kicks - Remove players instantly - Warnings - Track player behavior

### ๐Ÿ” Advanced Features - Alt Detection - Find alt accounts by IP - Punishment GUI - Easy point-and-click interface - Ban History - Complete punishment records - Staff Protection - Prevent staff from punishing each other - Async I/O - Zero server lag - Auto-Punish - Automatic escalation based on warnings

## ๐Ÿ“ฆ Installation

1. Download your wished version 2. Drop `NexusBan-1. 1. 1.jar` into your server's `plugins/` folder 3. Restart your server 4. Configure in `plugins/NexusBan/config.yml`

## ๐ŸŽฎ Commands

### Ban Commands | Command | Description | Example | |---------|-------------|---------| | `/ban ` | Permanent ban | `/ban Griefer123 Griefing spawn` | | `/tempban

### Mute Commands | Command | Description | Example | |---------|-------------|---------| | `/mute ` | Permanent mute | `/mute Spammer Spam in chat` | | `/tempmute

### Other Commands | Command | Description | |---------|-------------| | `/kick ` | Kick from server | | `/warn ` | Issue a warning | | `/punish ` | Open punishment GUI | | `/history ` | View punishment history | | `/banlist` | List all active bans | | `/ipbanlist` | List all IP bans | | `/alts ` | Check for alt accounts | | `/checkban ` | Look up ban details | | `/nbreload` | Reload configuration |

### โฑ๏ธ Time Format

``` s = Seconds m = Minutes h = Hours d = Days w = Weeks M = Months y = Years

Examples: 30m, 2h, 7d, 2w, 1M, 1y Combined: 1d12h30m = 1 day, 12 hours, 30 minutes ```

## ๐Ÿ” Permissions

Click to expand permission list

| Permission | Description | Default | |------------|-------------|---------| | `nexusban.*` | All permissions | OP | | `nexusban.ban` | Use /ban | OP | | `nexusban.tempban` | Use /tempban | OP | | `nexusban.unban` | Use /unban | OP | | `nexusban.ipban` | Use /ipban | OP | | `nexusban.unipban` | Use /unipban | OP | | `nexusban.ipbanlist` | Use /ipbanlist | OP | | `nexusban.kick` | Use /kick | OP | | `nexusban.mute` | Use /mute | OP | | `nexusban.tempmute` | Use /tempmute | OP | | `nexusban.unmute` | Use /unmute | OP | | `nexusban.warn` | Use /warn | OP | | `nexusban.history` | Use /history | OP | | `nexusban.gui` | Use /punish GUI | OP | | `nexusban.banlist` | Use /banlist | OP | | `nexusban.checkban` | Use /checkban | OP | | `nexusban.alts` | Use /alts | OP | | `nexusban.alts.showip` | See IPs in /alts | OP | | `nexusban.reload` | Use /nbreload | OP | | `nexusban.notify` | Receive staff alerts | OP | | `nexusban.exempt` | Cannot be punished | false | | `nexusban.admin` | Admin-level staff | false | | `nexusban.moderator` | Moderator-level | false |

## โš™๏ธ Configuration

```yaml # Message settings messages: prefix: "&8[&c&lNEXUS&4&lBAN&8] &7"

# Staff Chat format staffchat-format: "&8[&c&lSTAFF&8] &e{sender} &8ยป &f{message}"

# Freeze system messages freeze: frozen: "&c&lโš  YOU HAVE BEEN FROZEN โš \n&7You cannot move or interact..." chat-format: "&8[&c&lFROZEN&8] &e{player} &8ยป &f{message}"

# Discord invite (shown on ban screens) discord: invite-url: "discord.gg/yourserver" server-name: "Our Discord"

# Rejoin warnings rejoin-warning: enabled: true show-for-hours: 168 # Show warning for 7 days after punishment

# Auto-punish system auto-punish: enabled: true warnings-for-tempmute: 3 warnings-for-tempban: 5 warnings-for-ban: 10 ```

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
leifiyoo
Version
1.1.1
Downloads
680
Endorsements
4
Category
bukkit
Created
1/14/2026
Updated
2/18/2026
Game Versions
1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
Tags
game-mechanics, management, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does BansNexus support?

The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.

What is the latest version of BansNexus?

Version 1.1.1, published 2026-02-18 with 680 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by leifiyoo ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods