-
|
How can i ban offline user? because it always says something invalid |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
What command are you running? And who are you trying to ban? If the user has an account, do If the user doesn't have an account, then you will have to browse the logs to find their IP address. After that you can use I understand that it may be tedious, but you're not alone, you can upvote #2427 |
Beta Was this translation helpful? Give feedback.
What command are you running? And who are you trying to ban?
If the user has an account, do
/accountinfo <Account Name>first. That command will give you information about the user. Then you can use/ban -a <Account Name> -n <Account Name> -ip <IP Address>to ban them. Note, you can't do UUID bans at the moment without directly accessing the databaseIf the user doesn't have an account, then you will have to browse the logs to find their IP address. After that you can use
/ban -n <Player Name> -ip <IP Address>. TShock offline bans for non-registered user has always been hard since it doesn't save much info about themI understand that it may be tedious, but you're not alone, you can upvote …