Stendhal:Administration: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>Balaur m Mention extra parameter to DeepInspect and apply formatting |
||
| (35 intermediate revisions by 4 users not shown) | |||
| Line 6: | 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 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__ |
__FORCETOC__ |
||
| Line 11: | Line 13: | ||
== Help == |
== Help == |
||
;<code>/support [message]</code> |
;<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. |
: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> |
;<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. |
: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> |
;<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. If you can't remember the shortcut name try |
: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> |
:<code>/supportanswer [yourname] $blah</code> |
||
which will tell you |
:which will tell you |
||
:$blah is not a recognised shortcut. Did you mean $faq, $faqsocial, $faqpvp, $wiki, $knownbug, $bugstracker, $rules or $abuse? |
::$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> |
;<code>/gmhelp</code> |
||
:Shows an overview of the commands described here. |
:Shows an overview of the commands described here. |
||
:Also see ''/gmhelp alter'' and ''/gmhelp |
:Also see ''/gmhelp alter'', ''/gmhelp script'' and ''/gmhelp support'' |
||
;<code>/adminlevel [playername] <[newlevel]></code> |
;<code>/adminlevel [playername] <[newlevel]></code> |
||
| Line 43: | Line 46: | ||
;<code>/teleclickmode</code> |
;<code>/teleclickmode</code> |
||
:Toggles teleclickmode on and off. When |
:Toggles teleclickmode on and off. When active you can single click on minimap or game window to instantly teleport yourself around. |
||
;<code>/alter [object] [attrib] [mode] [value]</code> |
;<code>/alter [object] [attrib] [mode] [value]</code> |
||
| Line 69: | Line 72: | ||
;<code>/jail [player] [minutes] [reason]</code> |
;<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). |
: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> |
;<code>/gag [player] [minutes] [reason]</code> |
||
:Gag a player from speaking out loud and using private messages, for the number of minutes specified. |
: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> |
;<code>/invisible</code> |
||
| Line 80: | Line 94: | ||
;<code>/inspect [player]</code> |
;<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 /script DeepInspect.class |
: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> |
;<code>/destroy [entity]</code> |
||
| Line 89: | Line 103: | ||
;<code>delete [player]</code> |
;<code>delete [player]</code> |
||
:Removes sign which player has rented from Gordon. (You must start a conversation with Gordon first.) |
: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]] |
For /script, see [[Stendhal:Scripts_For_Admins]] |
||