-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Exception during heavy bot attack #83
Labels
bug
Something isn't working
Comments
Send me /velocity dump |
/velocity dump output(Some information was redacted.){
"versionInfo": {
"name": "Velocity",
"vendor": "Velocity Contributors",
"version": "3.2.0-SNAPSHOT (git-01f1e1a9-b243)"
},
"platform": {
"operatingSystemType": "Linux",
"operatingSystemVersion": "5.4.65-1-pve",
"operatingSystemArchitecture": "amd64",
"javaVersion": "17.0.6",
"javaVendor": "Eclipse Adoptium",
"listener": {
"listenerType": "epoll",
"compression": "libdeflate (Linux x86_64)",
"encryption": "OpenSSL 3.0.x (Linux x86_64)"
}
},
"config": {
"bind": "0.0.0.0:0",
"motd": "x",
"showMaxPlayers": 1,
"onlineMode": false,
"preventClientProxyConnections": false,
"playerInfoForwardingMode": "LEGACY",
"announceForge": false,
"onlineModeKickExistingPlayers": false,
"pingPassthrough": "DISABLED",
"advanced": {
"compressionThreshold": 512,
"compressionLevel": -1,
"loginRatelimit": 3000,
"connectionTimeout": 5000,
"readTimeout": 30000,
"proxyProtocol": true,
"tcpFastOpen": true,
"bungeePluginMessageChannel": false,
"showPingRequests": false,
"failoverOnUnexpectedServerDisconnect": false,
"announceProxyCommands": false,
"logCommandExecutions": false,
"logPlayerConnections": true
},
"query": {
"queryEnabled": false,
"queryPort": 25577,
"queryMap": "Velocity",
"showPlugins": false
},
"enablePlayerAddressLogging": true,
"forceKeyAuthentication": false,
"servers": {
"lobby": {
"currentPlayers": 0,
"host": "XXX.XXX.XXX.XXX",
"port": 0
},
"server": {
"currentPlayers": 0,
"host": "XXX.XXX.XXX.XXX",
"port": 0
}
},
"connectOrder": [
"lobby"
],
"forcedHosts": {}
},
"plugins": [
{
"id": "limboapi",
"name": "LimboAPI",
"version": "1.1.11",
"authors": [
"Elytrium (https://elytrium.net/)"
],
"description": "Velocity plugin for making virtual servers.",
"url": "https://elytrium.net/"
},
{
"id": "limboauth",
"name": "LimboAuth",
"version": "1.1.12",
"authors": [
"Elytrium (https://elytrium.net/)"
],
"url": "https://elytrium.net/",
"dependencies": [
"limboapi",
"floodgate"
]
},
{
"id": "limbofilter",
"name": "LimboFilter",
"version": "1.1.10",
"authors": [
"Elytrium (https://elytrium.net/)"
],
"url": "https://elytrium.net/",
"dependencies": [
"limboapi"
]
},
{
"id": "luckperms",
"name": "LuckPerms",
"version": "5.4.58",
"authors": [
"Luck"
],
"description": "A permissions plugin",
"url": "https://luckperms.net"
},
{
"id": "skinsrestorer",
"name": "SkinsRestorer",
"version": "14.2.5",
"authors": [
"knat",
"AlexProgrammerDE",
"Blackfire62",
"McLive"
],
"description": "Ability to restore/change skins on servers! (Offline and Online Mode)",
"url": "https://skinsrestorer.net/"
}
]
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
During a heavy bot attack, the following exceptions can be seen in Velocity logs:
To Reproduce
View the console during heavy bot attack with bots that join and leave the server after a few seconds.
Expected behavior
No exception
Screenshots
None
Server Info (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: