mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-10 21:50:42 +00:00
Fixing Bukkit player kicking not functioning properly (#62)
* Fixing bug where player is not kicked when using proxy on Bukkit servers * Removing from PlayerLoginEvent and doing PlayerJoinEvent only instead. --------- Co-authored-by: Dawson <dawson@funkemunky.cc>
This commit is contained in:
@@ -11,7 +11,8 @@ cachedResults: true
|
||||
# All players with any of the following characters in the beginning of their name will be whitelisted
|
||||
# This is a useful feature for servers that allow players through Geyser and their IPs are not forwarded, causing
|
||||
# players to be removed falsely for use of proxy.
|
||||
prefixWhitelists: []
|
||||
prefixWhitelists:
|
||||
- "*"
|
||||
# Configure your database here.
|
||||
database:
|
||||
# Enable to cache queries and save alerts state beyond restarts
|
||||
|
||||
Reference in New Issue
Block a user