Stendhal:Administration: Difference between revisions

Content deleted Content added
imported>Kymara
some newer commands
imported>Balaur
m Mention extra parameter to DeepInspect and apply formatting
 
(32 intermediate revisions by 4 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 72 ⟶ 74:
:To release a player, use a time of 0 minutes.
 
;<code>/jailreport &lt;[player]&gt;</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)
Line 79 ⟶ 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.
 
;<code>/ban [playercharacter] [hours] [reason] </code>
:Permanently bansBans 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 89 ⟶ 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 98 ⟶ 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]]