Difference between revisions of "Become Admin In Unturned"
Line 6: | Line 6: | ||
* Navigate to <Code> '''settings > Config Files''' </Code>. Here you will find the "Commands.dat" config file. | * Navigate to <Code> '''settings > Config Files''' </Code>. Here you will find the "Commands.dat" config file. | ||
* The following configuration is added to the "Commands.dat"<br> | * The following configuration is added to the "Commands.dat"<br> | ||
+ | <Code> | ||
<Group><br> | <Group><br> | ||
<Id>Admin</Id><br> | <Id>Admin</Id><br> | ||
Line 35: | Line 36: | ||
</Permissions><br> | </Permissions><br> | ||
</Group><br> | </Group><br> | ||
+ | </code> | ||
* Save changes | * Save changes | ||
* Restart Server | * Restart Server |
Revision as of 00:42, 31 October 2016
Introduction
Making yourself admin in Unturned is done through the webinterface of your server. We suggest the following:
- Navigate to the webinterface of your server
- Stop your server and wait 5 minutes
- Navigate to
settings > Config Files
. Here you will find the "Commands.dat" config file. - The following configuration is added to the "Commands.dat"
<Group>
<Id>Admin</Id>
<DisplayName>Admin</DisplayName>
<Color>13DB0C</Color>
<Members>
<Member>7656XXXXXXXXXXXXX</Member> #This line is for your SteamID64
<Member>7656XXXXXXXXXXXXX</Member>
</Members>
<ParentGroup>default</ParentGroup>
<Permissions>
<Permission>wreck</Permission>
<Permission>w</Permission>
<Permission>listvehicles</Permission>
<Permission>Admin</Permission>
<Permission>Admins</Permission>
<Permission>Decay</Permission>
<Permission>Give</Permission>
<Permission>Mode</Permission>
<Permission>Day</Permission>
<Permission>Night</Permission>
<Permission>Save</Permission>
<Permission>Time</Permission>
<Permission>Unadmin</Permission>
<Permission>Bans</Permission>
<Permission>callvote.day</Permission>
<Permission>p2p.noblock</Permission>
<Permission>investigate</Permission>
</Permissions>
</Group>
- Save changes
- Restart Server
Additional Information
You will need to configure your SteamID64 in order to make yourself admin. To find your SteamID64 we suggest the following:
- Navigate to your Steam profile
- Copy your Steam URL
- Navigate to SteamID.IO and paste your Steam URL
- This will bring up your information. Your SteamID64 will be ready to copy for easy access.