Stendhal:Administration: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
some newer commands
imported>Balaur
m Mention extra parameter to DeepInspect and apply formatting
 
(27 intermediate revisions by 3 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 72: Line 74:
:To release a player, use a time of 0 minutes.
:To release a player, use a time of 0 minutes.


;<code>/jailreport &lt;[player]&gt;
;<code>/jailreport [player]</code>
:Tells if a given player is in jail, and the reason, or if they are not in jail.
: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)
:Used without parameters it lists all Arrest Warrants (can be very long list)
Line 79: Line 81:
: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.
: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.


;/ban [player] [reason]
;<code>/ban [character] [hours] [reason] </code>
:Permanently bans the player from logging onto the game server or website.
: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 89: 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 ''player''
: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 98: 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]]