Added new bypass permissions for 2 modules, you can toggle on or off if these permissions should be enabled.
Fixed issue with not erasing file with database download timestamp after updating it (This was causing database updating on every run after 1 week passed).
Added optional setting -new Beta-Layout, enabling this (server must restart) will change the design of /guard status: action bar will display attack status (statistics, etc) instead of information about currently blocked bot, and will completely disable title messages.
Changed event priority.
Fixed negative ping amount.
Updated GeoLite2 database.
Improved plugin.yml file.
Reformatted code.
Config changes (automatically updated):
Code (YAML):
# Enabling beta-layout will hide the title and change the design of the action bar on the attack. # New layout is better than the old one because it does not contain bot names, just statistics. # Screenshot: https://cdn.discordapp.com/attachments/659146286972403766/675713594276446219/unknown.png beta-layout: false
# Toggle ability to bypass specific modules # if player has permission for it. bypass: # Permission: epicguard.bypass.allowed-commands allowed-commands: true
# Permission: epicguard.bypass.custom-tab-complete custom-tab-complete: false