Simple Illegal Blocker
Just blocks bad words, runs command when combat logging, disables commands when in combat.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Simple Illegal Blocker
Simple Illegal Blocker (just SIB)
Its very customizable and easy to use.
What is SIB(Simple Illegal Blocker)
> So SIB is an plugin for blocking bad word and combat logging.
What does it do
> Like I said it blocks some clasic things for SMPs
> Combat logging is bad most people don`t know how to fight very well so they will just leave the game but everyone else just crashout because they will leave in the middle of the game.
> Also blocks an commands when you are middle of the fight you can set what are disabled or just disable all of them but not chat.
Config
``` plugin: name: "Simple Illegal Blocker" version: "1.0.0"
language-detection: enabled: true case-insensitive: true partial-word-matching: true default-punishment-command: "mute {player} {hours}h" default-warn-message: "&c[BLOCKED] &fInappropriate language." default-admin-alert: "&4[ALERT] &e{player} &cused forbidden language: &f{word}"
prohibited-words: "badword": 0 # duration in hours. "swear": 24
combat: enabled: true
timer: duration: 20 reset-on-damage: true
commands: restriction-type: "all" disabled-commands: - "/home" - "/warp" - "/tpa" - "/logout" - "/quit"
warning-message: "&c[COMBAT] &fYou are in combat."
logout-punishment: enabled: true punishment-command: "tempban {player} {hours}h" duration: 24 alert-message: "&4[VIOLATION] &e{player} &clogged out during combat!" ```