Sprache

SimpleBanX

Modrinth

A Simple Ban System for minecraft

10 Downloads aktualisiert 22d ago
Modrinth
Bukkit Paper Spigot 1.21 – 1.21.11

SimpleBan

Version
Minecraft
Java

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

Developed by WRN.


Features

  • Permanent bans
  • Temporary bans
  • Custom ban reasons
  • UUID-based player storage
  • YAML data storage
  • Automatic temporary ban expiration
  • Join protection for banned players
  • Configurable messages
  • Expandable architecture

Requirements

  • Minecraft: 1.21+
  • Server software:
    • Paper
    • Spigot
  • Java: 21+

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

  • [ ] /unban
  • [ ] /baninfo
  • [ ] Ban IDs
  • [ ] Discord webhook integration
  • [ ] MySQL/MariaDB support
  • [ ] Web management panel
  • [ ] WRN Update API integration
  • [ ] Multi-server synchronization

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.

Versionen

Kein Versionsverlauf verfügbar. Nutze den Download-Button für die neueste Version von der Quelle.

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

FAQ

Wie installiere ich SimpleBanX?

Lade die Datei für deine Minecraft-Version und deinen Loader auf dieser Seite herunter, lege die .jar in den mods- (oder plugins-) Ordner und starte das Spiel.

Ist SimpleBanX kostenlos?

SimpleBanX ist auf Modgrid kostenlos — wir verlinken direkt zur offiziellen Quelle, ohne Paywall.

Welche Minecraft-Versionen unterstützt SimpleBanX?

Funktioniert mit Bukkit, Paper, Spigot. Unterstützt die Versionen 1.21–1.21.11. Die unterstützten Versionen und Loader findest du im Download-Bereich dieser Seite.

Herunterladen SimpleBanX

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.