Page 1 of 1

How to i Blacklist a player

Posted: 28 Feb 2016, 19:11
by Silverghost
Hi

Can someone tell me how to a blacklist a player for admin abuse so on and so on

Re: How to i Blacklist a player

Posted: 29 Feb 2016, 09:08
by Xymph
Silverghost wrote:Can someone tell me how to a blacklist a player for admin abuse so on and so on
If you use a server controller (e.g. XAseco2, UAseco, eXpansion, etc), see its documentation.

Without, you can use the RPC utilities you can send the BlackList method from the command line.

Re: How to i Blacklist a player

Posted: 02 Mar 2016, 03:12
by sotn0r
... or enter their login into the UserData/Config/blacklist.txt file in your server's folder (restart it afterwards or stop it before)

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<blacklist>
        <player>
                <login>login-you-want-to-blacklist</login>
        </player>
</blacklist>