- Added fallback font for when system is missing fonts.
- Changed default message to include new command.
- Added %2faguard_status% placeholder for PlaceholderAPI
- Added /2fa check <player> to see if someone enabled 2FA
Updated several dependencies
- Improved packet based handled even further.
- Slightly improved performance for packet based listener
- Official support for 1.0.24
- Now removed chatcolor from the messages, to prevent chatcolor plugins from messing with the code entering.
- Made sure spaces get removed from the chat when entering the message, as some people might get confused about entering the code.
- Added extra statistic to bStats to give me more insight on the plugin.
- 2fa remove now succesfully marks the user as unauthenticated over the bungee network
- Disabled tab completion while in setup
- Added option to disable inventory clicking while unauthenticated
- Added name and lore option to 2FA setup map
- Added reconnect to MySQL in case it loses connection.
- Will not allow damage to unauthenticated players anymore
- Fixed inconsistenty within reload message when you're required to authenticate
- Decreased JAR Size
- Added optional 'receive_chat' module that allows for blocking the receival of messages,
- Added tab completion to commands
- Fixed /2fa reload being available while unauthenticated
- Added optional 2FA permission
- Added support for multiple IPs when quitting (Useful for VPN)
- Fixed version detection for certain versions
- Added PlaceholderAPI support to disord messages (Where a player is bound to)
- Added Velocity support
- Added /2fa reload command
- Fixed color support for PAPI Placeholders
- Added message embed support for discord
- Added PlaceholderAPI support
- Fixed inconsistency with Bungeecord channels
- Fixed error when disabling plugin
- Added 'bungeecord_sync: true/false' to the config, this will determine if the user needs to update the data from MySQL when a player joins. This only works with MySQL
- Fixed typo when reading the ipcache.yml file.
- Fixed error regarding capitalizing within new versions of Bungee/Spigot
- Added Bungeecord (Bungee) support, it allows for blocking a simple command list as the rest of the logic should be handled by the hub server.
Code (YAML):
unauthenticated:
commands
: true
command_list
:
- server
- Renamed 'authententication_time' to 'authentication_timeout'
- Added 'authentication_timeout_enabled: true/false'
- Added more blocked commands to the default config entry