Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
EasyBan
PluginMIT

EasyBan

Minimalistik Ban plugin. with ban , tempban, kick, unban, mute, tempmute, unmute, and more!

2.2K
Downloads
1
Followers
1 months ago
Updated
📦
7
Versions
game-mechanicsfoliapaperpurpurspigotvelocity
Download Latestv1.4View on Modrinth

📖About EasyBan

EasyBan

simple commands to manage bans, kicks, and mutes on your server.

Description:

Easy Ban is a simple Minecraft plugin that helps you manage punishments on your server quickly.

🧰 Commands:

(version 1.4)

  • "/eb ban (nickname) (reason) server:(server)" — permanently ban a player
  • "/eb tempban (nickname) (time) (timestamp) (reason) server:(server)" — temporarily ban a player
  • "/eb delban (nickname) server:(server)" — unban a player
  • "/eb kick (nickname) (reason)" — kick a player
  • "/eb mute (nickname) (reason) server:(server)" — mute a player
  • "/eb tempmute (nickname) (time) (timestamp) (reason) server:(server)" — temporary mute
  • "/eb delmute (nickname) server:(server)" — unmute a player
  • "/eb ban-ip (nickname Or ip) (reason) server:(server)" — permanently ban a ip
  • "/eb tempban-ip (nickname) (time)" (timestamp) (reason) server:(server)" — temporarily ban a ip
  • "/eb mute-ip (nickname Or ip) (reason) server:(server)" — mute a ip
  • "/eb tempmute-ip (nickname Or ip) (time) (timestap) (reason) server:(server)" — temporary mute a ip
  • "/eb donotbrake (nickname) (reason)" — Make that this player can not brake blocks anymore
  • "/eb deldonotbrake (nickname)" — make that this player can breack blocks yet

You not should use "server:(server)" if you dont have MySQL connected OR when you want to ban a player that is in the server that you are.

If you want to do something on all server or even on Velocity then at "(server)" you can write "all"

New version 1.4!

Now you can connect Mysql and Synchronize data with another servers!

Сonfig: # ---------------------------------------------------- # # EasyBan Configuration # # ---------------------------------------------------- #

Name of this specific server (used for MySQL syncing)

server-name: "survival"

Should the plugin check GitHub for new updates on startup?

checkupdates: true

storage:

Type can be "local" (uses data.yml) or "mysql" (cross-server sync)

type: "local"

How often the plugin checks the database for new bans (in seconds)

sync-interval: 4

mysql:
host: "localhost"
port: 3306
database: "easyban"
username: "root"
password: ""
table-prefix: "eb_" # Optional. Leave blank for no prefix.

Messages.yml: # ---------------------------------------------------- # # EasyBan Messages # # Supports MiniMessage (e.g. , <#FF5555>, )# # ---------------------------------------------------- #

prefix: "[EasyBan] "
no-permission: "You do not have permission to use this command!"
player-only: "This command can only be used by players."
invalid-usage: "Usage: %usage%"
player-not-found: "Player not found or invalid IP."

banned-layout: "YOU ARE BANNED!Reason: %reason%Banned by: %admin%Server: %server%Expires: %time%"
muted-message: "You are muted on server %server%! Reason: %reason%"
ipmuted-message: "Your IP is muted on server %server%! Reason: %reason%"
cant-break-message: "You are restricted from breaking blocks on server %server%! Reason: %reason%"

ban-success: "Player %player% has been banned on %server%."
unban-success: "Player %player% has been unbanned."
kick-success: "Player %player% has been kicked."
mute-success: "Player %player% has been muted on %server%."
unmute-success: "Player %player% has been unmuted."
ipmute-success: "IP %ip% has been muted on %server%."
unmute-ip-success: "IP %ip% has been unmuted."
donotbreak-success: "Player %player% has been blocked from breaking blocks on %server%."
deldonotbreak-success: "Player %player% can now break blocks again."

update-available: "There is a new version of the plugin available. You have version %current% and the newest one is %newest%."

Now with Velocity! (beta)

Velocity Config storage: sync-interval: 4 mysql: host: "localhost" port: 3306 database: "easyban" username: "root" password: "" table-prefix: "eb_"

From now the plugin is open-source
*The MySQL is working on NON SSL mode!

✨ Features:

  • Easy to use commands
  • Supports temporary and permanent bans
  • Kick and mute players quickly
  • Works on small and large servers

🖥️ Requirements:

  • Minecraft 1.21+

❗info

If you reinstall the plugin version, the bans that existed before the plugin was downloaded will not work.

It is NOT recommended to use plugin on Folia.

In version 1.4 can be bugs, if you find one please write in Discord Chanel.

👥 Team & Contributors

VovchikCraft
VovchikCraftOwner
Mr_Cobra_
Mr_Cobra_
Member
spotifi
spotifi
Member

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
foliapaperpurpurspigotvelocity
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+7 more

🔗 Links

Modrinth Page