7 Days to Die

7 Days to Die

View Stats:
GirthQQuakes Apr 4, 2015 @ 11:02am
Server commands not working
I'm renting a server from Bluefang. It wont recognise me as server admin since A11. It says " command 'lp' denied for player Theodore"

I know how to use the serveradmin.xml and add myself as an level 0 admin, and all of that.

Anyone have any ideas, I know I'm not the only one having this problem.
< >
Showing 1-6 of 6 comments
Red Eagle LXIX Apr 4, 2015 @ 11:05am 
Without seeing your serveradmin.xml it is hard to say.

Others most certainly do have it working on various hosts and dedicated server configurations. I know, even helped someone fix theirs.
GirthQQuakes Apr 4, 2015 @ 11:11am 
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file holds the settings for who is banned, whitelisted,
admins, moderators, and server command permissions.
Steam ID can be found using http://steamid.co/

STEAM ID INSTRUCTIONS:
===============================================================
http://steamid.co/ instructions:
Input the player's name in the search field. example: Kinyajuu
If the name doesn't work, you can also use the url of their steam page.
Also you may add/remove admins, mods, whitelist, blacklist using in game commands.
You will want the STEAM64ID. example: 76561198021925107

PERMISSION LEVEL INSTRUCTIONS:
===============================================================
permission level : 0-1000, a user may run any command equal to or above their permission level.

COMMAND PERMISSIONS INSTRUCTIONS:
===============================================================
cmd : This is the command name, any command not in this list will not be usable by anyone but the server.
permission level : 0-1000, a user may run any command equal to or above their permission level.
-->

<adminTools>
<admins>
<!-- <admin steamID="xxx" permission_level="0" /> -->
</admins>

<moderators>
<!-- <moderator steamID="xxx" permission_level="1" /> -->
</moderators>

<permissions>
<!-- <permission cmd="dm" permission_level="1" /> -->
<!-- <permission cmd="kick" permission_level="2" /> -->
<!-- <permission cmd="ban" permission_level="2" /> -->
<!-- <permission cmd="lp" permission_level="2" /> -->
<permission cmd="lp" permission_level="5"
</permissions>

<!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! -->
<!-- If there are any items in the whitelist, the whitelist only mode is enabled -->
<!-- Nobody can join that ISN'T in the whitelist once whitelist only mode is enabled -->

<whitelist>
<!-- <whitelisted steamID="" permission_level="" /> -->
</whitelist>

<blacklist>
<!-- <blacklisted steamID="" unbandate="" /> -->
</blacklist>
</adminTools>
GirthQQuakes Apr 4, 2015 @ 11:12am 
If you see anything that needs fixing let me know. My Stead64 id is typed into the admin slot, also tried moderator, neither worked.
Red Eagle LXIX Apr 4, 2015 @ 11:39am 
I see a few issues:
  • You only put your ID in either admin or moderator, not both (probably admin since it is your server and you'd likely want highest access).
  • You didn't uncomment the line
  • there is nothing private about your SteamID, anyone can look it up in all forms: http://steamrep.com/profiles/76561197963773765
  • You didn't uncomment which commands you'd like to have accessible.

As such, you need to change one line:

Find:
<!-- <admin steamID="xxx" permission_level="0" /> -->
Replace:
<admin steamID="76561197963773765" permission_level="0" />


Find:
<!-- <permission cmd="dm" permission_level="1" /> -->
<!-- <permission cmd="kick" permission_level="2" /> -->
<!-- <permission cmd="ban" permission_level="2" /> -->
<!-- <permission cmd="lp" permission_level="2" /> -->
Replace:
<permission cmd="dm" permission_level="1" />
<permission cmd="kick" permission_level="2" />
<permission cmd="ban" permission_level="2" />
<permission cmd="lp" permission_level="2" />
Last edited by Red Eagle LXIX; Apr 4, 2015 @ 11:42am
Red Eagle LXIX Apr 4, 2015 @ 11:42am 
I'd really suggest keeping dm at level 0 though.
GirthQQuakes Apr 4, 2015 @ 11:43am 
I dont remember having to uncomment the lines before, I'll give it a shot. Thanks Red!
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Apr 4, 2015 @ 11:02am
Posts: 6