The MoonBans plugin adds an advanced ban system to Minecraft. Now you will be able to make a perfect punishment system on your server.
Plugin features:
Plugin features:
- Priorities for privileges. You'll be able to prioritize different groups of moderators and admins. Now the moderator will not be able to ban the admin, and the admin of the creator, and so on.
- Set cooldown/delay on command input. You will be able to assign each privilege its own delay to entering a specific command.
- Setting the maximum time of punishment. You will be able to set the maximum time for banning, muting each privilege. For example, make it so that the moderator can block a player for a maximum of 2 days.
- Connecting the plugin to the MySQL database
- Plugin Compatibility with BungeeCord
- You will be able to issue punishments according to the points from the rules
- Full customization of the plugin
-
YAML:
[*]# Permissions: # # Bans.ban - ban permanently # Bans.tempban - temporarily ban # Bans.mute - mute permanently # Bans.tempmute - temporarily mute # Bans.{COMMAND}-cooldown.bypass - bypass cooldown on {COMMAND} # Bans.tempban-time.bypass - bypass maximum time on /tempban # Bans.tempmute-time.bypass - bypass maximum time on /tempmute # Bans.unban - unban # Bans.unmute - unmute # Bans.protect - protection against temporary ban/mute # Bans.kill - kill player # Bans.kick - kick player # # Settings Settings: # Module that will send clickable text to all # BungeeCord servers. Enable if the module is available! bungee_module_enable: true # Admins who have access to admin commands and bypass maximum punishment time admins_list: - 'MrLaco_' - 'BlackGooDNether' # Database - MySQL MySQL: host: 'localhost' database: 'bans' username: 'bgn' password: 'password' port: '3306' # Maximum ban time for groups. # Available times: 1s - 1 second; 1m - 1 minute; 1h - 1 hour; 1d - 1 day; 1y - 1 year. max_tempban_time: admin: '1h' moder: '4h' # Maximum mute time for groups. # Available times: 1s - 1 second; 1m - 1 minute; 1h - 1 hour; 1d - 1 day; 1y - 1 year. max_tempmute_time: admin: '1h' moder: '4h' # Priorities for groups, only apply to commands: /tempban, /tempmute, /kick groups-priority: default: 0 admin: 1 # Commands that will be blocked during mute. blocked_commands_mute: - '/msg' - '/r' # Cooldowns for groups # To remove cooldown from a command, remove it below. # Available times: 1s - 1 second; 1m - 1 minute; 1h - 1 hour; 1d - 1 day; 1y - 1 year. Cooldown-Manager: mute: admin: '1h' moder: '4h' ban: admin: '1h' moder: '4h' tempban: admin: '1h' moder: '4h' tempmute: admin: '1h' moder: '4h' unban: admin: '1h' moder: '4h'