You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running an offline mode server behind a Velocity proxy.
A player died, and was deathbanned. However, when I run the command undeathban Brohammad, I get the error Brohammad has not played on the server before. I am not sure why this issue is happening. Upon inspecting the database, I see the following:
Old bans (from before I set up Velocity) have NULL set for server_ip and server_port. I tried updating those fields:
UPDATE ah_ban SET server_ip =NULL, server_port =NULLWHERE server_ip ='172.18.0.4';
But this did not fix the issue.
EDIT: I found a fix for the issue.
Running the UPDATE query did not fix the issue while the server was online. When I shut the server down it updated the rows again. I shut the server down, ran the UPDATE query, and started the server again. This fixed the issue.
The text was updated successfully, but these errors were encountered:
I am running an offline mode server behind a Velocity proxy.
A player died, and was deathbanned. However, when I run the command
undeathban Brohammad
, I get the errorBrohammad has not played on the server before.
I am not sure why this issue is happening. Upon inspecting the database, I see the following:Old bans (from before I set up Velocity) have
NULL
set forserver_ip
andserver_port
. I tried updating those fields:But this did not fix the issue.
EDIT: I found a fix for the issue.
Running the
UPDATE
query did not fix the issue while the server was online. When I shut the server down it updated the rows again. I shut the server down, ran theUPDATE
query, and started the server again. This fixed the issue.The text was updated successfully, but these errors were encountered: