Unofficial site, not affiliated with modrinth.com.What is this?

Easy Ban

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: "<dark_gray>[EasyBan]</dark_gray> " 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.

Совместимость

Minecraft: Java Edition

Сведения

Лицензия:
Опубликован:7 месяцев назад
Обновлён:1 неделю назад
ID проекта:
Главная