Dedicated Minecraft Server Hosting
  • Minecraft Server Docs
  • Basic Server Setup
    • How to Join a Minecraft Server
    • How to Adding Sub-users
    • How to Server Icon
    • How to Upload Files using SFTP
    • How to Creating MySQL Databases
    • How to Enable command Blocks
    • How to Install jar file
    • How to Upload Custom Minecraft Map
    • How to setup a server whitelist
    • How to setup and use Gamerules
    • How to setup a Reverse Proxy
    • How to set a custom MOTD
  • plugins
    • EssentialsX
    • Vault
    • LuckPerms
    • CoreProtect
    • Litebans
    • GriefPrevention
    • Advanced Anti-Cheat
    • Conditional Commands
    • AdvancedBan
    • Chunky
    • DiscordSRV
    • viaversion
    • Citizens 2
    • Prism
    • dynmap
    • CraftingStore
    • ServerNPC
    • Spark
    • Votifier
    • WorldEdit
    • Multiverse
    • Milk
    • GeyserMC
    • BungeeGuard
  • Scheduling Actions
  • Creating a Reverse Proxy
  • Resetting your world
  • Serverwide Resource Packs
  • Adding MySQL Databases
  • Setting Up Fabric
  • template
  • Installing Fabric mods on your server
  • DedicatedMinecraft Docs Overview
  • Installing Forge mods on your server
  • Server Optimization Guide
  • fabric_mods
    • LuckPerms
    • Chunky
    • Performance Mods
  • Basic Controls
  • Setting Up Forge
  • How to change your MOTD
  • Creating Backups
  • Installing Plugins on your server
  • Datapacks
  • Subusers
  • Editing Account Details
  • 2-Factor Authentication
  • Adding an icon to your server.
  • Using A Domain
  • How to use SFTP to transfer files
  • Contributing to the dedicatedminecraft.host documentation
  • change-java-version
  • How to take a Timings Report
  • Server Jars
  • File Manager Controls
  • SRVControl
  • Adding admin to minecraft server
Powered by GitBook
On this page
  • What does the plugin do?
  • Installation
  • Usage
  • Info

Was this helpful?

Edit on Git
  1. plugins

AdvancedBan

A bans and punishment management system

PreviousConditional CommandsNextChunky

Last updated 4 years ago

Was this helpful?

What does the plugin do?

Allows your server staff to issue punishments to players who break your server's rules, and can be used as an free alternative to .

Installation

Download the plugin off the and install it in the plugins folder. For assistance on how to install plugins, please refer to the .

You will then need to decide if you are going to be using internal storage (HSQLDB) or external storage (MySQL).

If you decide to use MySQL for AdvancedBan, you can .

Usage

AdvancedBan has many commands to be able to moderate and punish rule-breakers, the most important commands are here:

Note: Command arguments in square brackets are required. Command arguments in left/right arrows are optional.

  • /ban <-s> [PLAYER] <REASON | @LAYOUT> - permanently bans a player for the reason you specify

  • /tempban <-s> [PLAYER] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <REASON | @LAYOUT> - Temporarily bans a player for the duration and reason you specify

  • /kick <-s> [PLAYER] <REASON | @LAYOUT> - Kicks a player you specify

  • /mute <-s> [PLAYER] <REASON | @LAYOUT> - permanently mutes a player for the reason you specify

  • /tempmute <-s> [PLAYER] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <REASON | @LAYOUT> - Temporarily mutes a player for the duration and reason you specify

  • /warn <-s> [PLAYER] <REASON | @LAYOUT> - Temporarily bans a player for the duration and reason you specify

  • /tempwarn <-s> [PLAYER] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <REASON | @LAYOUT> - Temporarily warns a player for the duration and reason you specify

  • /history [PLAYER] <PAGE> - View moderation actions taken against a player

You can add -s to most of the punishment commands to make their outputs silent - this makes it so that people won't see an announcement when someone gets punished.

Info

There are more commands and features such as pre-prepared punishment layouts and the ability to set notes on players - see the for more information.

LiteBans
Spigot resource page
plugin installation page
learn how to setup a MySQL database here
wiki
Spigot Resource Page
Github