Stendhal:Administration: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
Required adminlevel: added new adminlevel of 50
imported>Kymara
m jail update
Line 19: Line 19:
:<code>/tellall The server will be shut down in 2 hours for a software update.</code>
:<code>/tellall The server will be shut down in 2 hours for a software update.</code>


;<code>/jail [player]</code>
;<code>/jail [player] [minutes] [reason]</code>
:Send a player directly to jail. To later release the player, use the <code>teleport</code> command.
:Send a player directly to jail. To later release the player, before his time is up, use the <code>teleport</code> command.


;<code>/teleport [player] [zone] [x] [y]</code>
;<code>/teleport [player] [zone] [x] [y]</code>

Revision as of 23:15, 21 February 2007

The person who runs the Stendhal server can make some of the users administrators. Administrators have special abilities that help them to make sure that everyone is playing fair. The abilities are also useful for developers who want to test their code without having to waste much time playing.

If you run a server, you can give players administrator rights by adding their names to the file data/conf/admins.list. The text file should contain one name per line. You need to add "." at the beginning of the classpath in marauroa.bat. Once you have an inital admin he can use /adminlevel to grant rights to other players.


Help

/gmhelp
Shows an overview of the commands described here.
/adminlevel [playername] <[newlevel]>
Displays or changes the adminlevel of playername. Example
/adminlevel hendrik
/adminlevel Athanas 200
/tellall [message]
Writes a private message to all players. Example:
/tellall The server will be shut down in 2 hours for a software update.
/jail [player] [minutes] [reason]
Send a player directly to jail. To later release the player, before his time is up, use the teleport command.
/teleport [player] [zone] [x] [y]
Teleport the player. Example:
/teleport JohnDoe 0_semos_city 20 20
/teleportto [player]
Teleport yourself to the player.
/alter [player] [attrib] [mode] [value]
Change by setting, adding or subtracting the stat of player. Examples:
/alter JohnDoe hp add 20 - heals JohnDoe by 20 points.
/alter JohnDoe atk sub 1 - removes one attack strength point.
/alter JohnDoe def set 15 - sets the defense strength to 15.
/summon [creature|item] [x] [y]
Summon an item or creature at (x, y).
/summonat [player] [slot] [item] [amount]
Summon an item at the slot of the given player. Examples:
/summonat JohnDoe bag sword
/summonat JohnDoe head studded_helmet
/invisible
Makes yourself invisible for creatures, so they won't attack you.
/inspect [player]
Shows detailed info about the player.
/destroy [entity]
Destroy completly an entity. Example:
Right click on monster and choose (*) Destroy

Required adminlevel

Command Required Level
adminlevel 0
supportanswer 50
support 100
tellall 200
teleportto 300
teleport 400
jail 400
invisible 500
inspect 600
destroy 700
summon 800
summonat 800
alter 900
script 1000
super 5000