Stendhal:Administration: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Balaur
m Mention extra parameter to DeepInspect and apply formatting
 
(40 intermediate revisions by 5 users not shown)
Line 6:
 
If you run a server, you can give players administrator rights by adding their names to the file <code>data/conf/admins.txt</code>, which is in your server directory. The text file should contain one name per line. Once you have an initial admin he can use /adminlevel to grant rights to other players.
 
If you want to help maintain the community feeling but not get involved with detailed investigations into problems, please see [[Stendhal Helper Role]].
 
__FORCETOC__
Line 11 ⟶ 13:
== Help ==
;<code>/support [message]</code>
:All players and admin can use this command to ask for help (within limits). The message displays in orange on the chat log.
 
;<code>/supportanswer [playername] [message]</code>
:If a player has asked for support they should be answered with this, instead of private message. They should reply using /support. The messages are displayed in orange to the player and admin.
 
;<code>/supportanswer [playername] $shortcut</code>
:Shortcuts exist to help admin save time but still give a full and polite reply on the most common issues. They start with ''Hi, <playername>''. If you can't remember the shortcut name try
:<code>/supportanswer [yourname] $blah</code>
:which will tell you
::$blah is not a recognised shortcut. Did you mean $faq, $faqsocial, $faqpvp, $wiki, $knownbug, $bugstracker, $rules or $abuse?
:or try ''/gmhelp support''
 
;<code>/gmhelp</code>
:Shows an overview of the commands described here.
:Also see ''/gmhelp alter'', ''/gmhelp script'' and ''/gmhelp scriptsupport''
 
;<code>/adminlevel [playername] &lt;[newlevel]&gt;</code>
Line 43 ⟶ 46:
 
;<code>/teleclickmode</code>
:Toggles teleclickmode on and off. When onactive you can doublesingle click on minimap or game window to instantly teleport yourself around.
 
;<code>/alter [object] [attrib] [mode] [value]</code>
Line 69 ⟶ 72:
;<code>/jail [player] [minutes] [reason]</code>
:Send a player directly to jail. The player will be automatically released after the specified number of minutes. To release an inmate earlier (e.g. because you found out he's innocent), use the <code>teleport</code> command. If the player is offline at the time his sentence finishes, he will be released on login (but not if the server is restarted).
:To release a player, use a time of 0 minutes.
 
;<code>/jailreport [player]</code>
:Tells if a given player is in jail, and the reason, or if they are not in jail.
:Used without parameters it lists all Arrest Warrants (can be very long list)
 
;<code>/gag [player] [minutes] [reason]</code>
:Gag a player from speaking out loud and using private messages, for the number of minutes specified. To remove a gag, use a time of 0 minutes.
 
;<code>/ban [character] [hours] [reason] </code>
:Bans the player from logging onto the game server or website for <hours> hours. Reason is visible to player.
 
;<code>/ban [character] -1 [reason] </code>
:Permanently bans the player from logging onto the game server or website. Reason is visible to player.
 
;<code>/invisible</code>
Line 80 ⟶ 94:
 
;<code>/inspect [player]</code>
:Shows detailed info about the player - stats, quest slots, armor, content of bag and bank chests. Visited zones, killed creatures and players can be seen with <code>/script DeepInspect.class ''[character|username] [player'']</code>
 
;<code>/destroy [entity]</code>
Line 89 ⟶ 103:
;<code>delete [player]</code>
:Removes sign which player has rented from Gordon. (You must start a conversation with Gordon first.)
 
;<code>/alterquest [player] [questslot] [value]</code>
:Update the quest slot for a player Without [value] it sets it to null (not started)
 
For /script, see [[Stendhal:Scripts_For_Admins]]