This plugin is still in beta & i released it to get suggestions and bug testing as i wasnt even to deeply bug test it.
config.yml:
combat-timer: 15 # in seconds / how long a player is in combat for disable_elytra: true # disable elytra completely while in combat auto_delete_empty_potion_bottles: true # automatically delete potion bottles when its empty to avoid clutter combat-log-punishment: kill # kill, drop_inventory (will drop the inventory, but he will still be alive with his stuff), recommend KILL prefix: '&c&lCOMBAT &8»' # Hex Codes & MINIMessage & color codes are supported actionbar-message: '&#DAFF00Combat &8- &#FF0000<sec>s'
reward: enabled: false # enable or disable the whole reward system region-money-reward: # enable or disable the money reward in REGIONS only enabled: false regions: - test percentage: 20.0 # percentage of the money that will be stolen from the killed player
pearl-settings: enabled: true cooldown: 5 block-throwing: false # whether the player can throw ender pearls completely while in combat or not
command-control: blacklist: enabled: true commands: - '*' # * is a wild card for every command & whitelist commands override the blacklist whitelist: enabled: true commands: - /msg - pm - /team chat - /r - /tell
safezone-wall-warning: enabled: true # set this option to true if you want players to not be able to worldguard regions with {pvp} flag set to false proximity-radius: 5 marker-block: RED_STAINED_GLASS marker-height: 10 debug: false # ignore (dont unless asked to) punishment: effect-duration: 60 # 3 seconds (20 ticks = 1 second) title: main: "" subtitle: "&c&lYou cant enter this region during combat"
Messages.yml
# default prefix is '&c&lCOMBAT &8» and you can change it in the config.yml' tagged: "{prefix} &7You are now in &ccombat &7with &c%username%&7. Do not quit!" untagged: "{prefix} &7You are &anot &7in combat anymore and can quit safely." combat_log: "{prefix} &c%username% &7has disconnected mid &ccombat &7and died." safezone_block: "{prefix} &7You cannot enter this region while in &ccombat&7." elytra_disabled: "{prefix} &7You cannot use an elytra while in &ccombat!" pearl_cooldown: "{prefix} &7You must wait &c<sec>s&7 to throw another pearl!" pearl_blocked: "{prefix} &7You cannot throw pearls while in &ccombat&7!" reload: "{prefix} &aBonkCombat reloaded!" blocked_command: "{prefix} &7You cannot use that command during &ccombat&7."