42 lines
1.3 KiB
TOML
42 lines
1.3 KiB
TOML
name = "admin-commands"
|
|
title = "admin command reference"
|
|
admin = true
|
|
body = """
|
|
quick reference for admin @ commands.
|
|
|
|
world building
|
|
@zones list all zones
|
|
@goto <zone> teleport to zone spawn point
|
|
@dig <name> <w> <h> create new zone
|
|
@paint toggle terrain paint mode
|
|
@save save current zone to file
|
|
@place <thing> place a thing at your position
|
|
|
|
spawning
|
|
spawn <mob> spawn a mob at your tile
|
|
|
|
content management
|
|
reload <name> hot-reload TOML definition
|
|
edit <move> edit combat move in-game
|
|
|
|
help topics
|
|
@help list all help topics
|
|
@help create create new help topic
|
|
@help edit <topic> edit existing topic
|
|
@help remove <topic> remove topic
|
|
|
|
player management
|
|
@promote <player> grant admin status
|
|
@demote <player> revoke admin status
|
|
|
|
paint mode (after @paint)
|
|
p toggle painting on/off
|
|
brush <char> set brush character
|
|
movement paint or survey while moving
|
|
|
|
other useful commands
|
|
power up/down/<num> manage power level
|
|
snapneck <target> instant kill unconscious target
|
|
|
|
see also: help building, help spawning, help editing, help content
|
|
"""
|