HomeJavaModsSimpleBanX
ModsJava

SimpleBanX

A Simple Ban System for minecraft

⬇ Download on Modrinth

SimpleBan

Version Minecraft Java

A simple and open-source ban system for Paper Minecraft servers.

Developed by WRN.


Features


Requirements


Installation

  1. Download the latest release from GitHub.
  2. Put the .jar file into your server plugin folder:
plugins/
  1. Restart your Minecraft server.

SimpleBan will automatically create:

plugins/
└── SimpleBan/
    ├── config.yml
    └── bans.yml

Commands

Permanent Ban

/permban <player> <reason>

Example:

/permban Steve Advertising

Temporary Ban

/tempban <player> <time> <reason>

Examples:

/tempban Steve 10m Spam
/tempban Alex 2h Toxicity
/tempban Player 7d Rule violation

Time Formats

Format Description
s Seconds
m Minutes
h Hours
d Days
w Weeks

Permissions

Permission Description Default
simpleban.permban Use /permban OP
simpleban.tempban Use /tempban OP

Configuration

Configuration file:

plugins/SimpleBan/config.yml

You can customize messages, logging and update settings.


Development

Source code:

src/main/java/de/wrn/simpleban/

Main classes:

SimpleBan.java
BanCommand.java
BanManager.java
BanListener.java

Planned Features


License

This project is open source.

You are free to view, modify and contribute to the project according to the repository license.


Credits

Created by WRN

Minecraft plugin project.

Verified by MCModsHub

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

Explore more