This repository was archived by the owner on May 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
AdminTools.xml
Bluscream edited this page Jul 28, 2016
·
2 revisions
###THIS SETTINGS ARE ONLY FOR THE EXTENDED ADMINTOOLS
Setting | Values | Description |
---|---|---|
Debug |
True/False | Set this to true for better debugging. |
KickOnDefaultNickName |
True/False | Kicks every player if their name starts with "RLD!", "Player" or "nosTEAM", ... |
KickOnNameDifference |
True/False | Kicks every player which's nickname is not the same as his Socialclub name. |
SocialClubOnly |
True/False | Kicks every player if their social club name is "RLD!", "Player" or "nosTEAM". |
MOTD |
Any Text | A custom welcommessage which will be send to new players through the chat. |
MaxPing |
Number | If players exceed this ping limit, they'll get kicked. |
AntiClones |
True/False | If a "Player (1)" connects, "Player" will get kicked. (Only use this on private servers) |
KickOnDifferentScript |
True/False | Checks if the player's script version matches NeededScriptVersion . |
KickOnOutdatedGame |
True/False | Checks if the player's game version matches MinGameVersion . |
NeededScriptVersion |
Any Text | Use /info on yourself to get your version. |
MinGameVersion |
Any Text | Use /info on yourself to get your version. |
ColoredNicknames |
True/False | Should player be allowed to have colored nicknames? |
OnlyAsciiNickName |
True/False | Kicks players with non-ASCII chars in their nickname. |
OnlyAsciiUserName |
True/False | Kicks players with non-ASCII chars in their username. |
LimitNickNames |
True/False | Limit nicknames to 3-33 chars. |
##Example Content:
<?xml version="1.0"?>
<AdminSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Debug>false</Debug>
<KickOnDefaultNickName>true</KickOnDefaultNickName>
<KickOnNameDifference>false</KickOnNameDifference>
<SocialClubOnly>false</SocialClubOnly>
<MOTD>Welcome to this GTA 5 Co-op Server! Max Ping: 250</MOTD>
<MaxPing>250</MaxPing>
<AntiClones>true</AntiClones>
<KickOnDifferentScript>false</KickOnDifferentScript>
<NeededScriptVersion>VERSION_0_9_2</NeededScriptVersion>
<KickOnOutdatedGame>false</KickOnOutdatedGame>
<MinGameVersion>25</MinGameVersion>
<ColoredNicknames>true</ColoredNicknames>
<OnlyAsciiNickName>true</OnlyAsciiNickName>
<OnlyAsciiUserName>false</OnlyAsciiUserName>
<LimitNickNames>true</LimitNickNames>
<CountryRestriction />
</AdminSettings>```