X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Fcommand.yaml;h=83e3d09004c4b69ee55ecc0cb6cafe1c6e9b448b;hp=f0da2fc8d41139071679e316aeb9197e7a7c6966;hb=cc75295d19d9d93c101810143f9a57ec5e7b0a24;hpb=1e9fd62ecb7c3f1563d674cb6417272524a516be diff --git a/share/command.yaml b/share/command.yaml index f0da2fc..83e3d09 100644 --- a/share/command.yaml +++ b/share/command.yaml @@ -1,7 +1,7 @@ --- -_copy: Copyright (c) 2004-2017 Jeremy Stanley . - Permission to use, copy, modify, and distribute this software is granted - under terms provided in the LICENSE file distributed with this software. +_copy: Copyright (c) 2004-2018 mudpy authors. Permission to use, copy, + modify, and distribute this software is granted under terms + provided in the LICENSE file distributed with this software. _desc: This is the standard library of command definitions. @@ -19,19 +19,19 @@ command.create.action: command_create(actor, parameters) command.create.administrative: true command.create.description: Create a new element in the universe. command.create.help: Ways to create an element:$(eol)$(eol) create - actor:fred$(eol) create other:garply foo/bar/baz + actor.avatar_fred_1$(eol) create other.garply foo/bar/baz command.delete.action: command_delete(actor, parameters) command.delete.administrative: true command.delete.description: Delete an existing facet from an element. command.delete.help: You can delete any facet of an element as - follows:$(eol)$(eol) delete area:boardroom terrain + follows:$(eol)$(eol) delete area.boardroom terrain command.destroy.action: command_destroy(actor, parameters) command.destroy.administrative: true command.destroy.description: Destroy an existing element in the universe. command.destroy.help: You can destroy any element in the universe as - follows:$(eol)$(eol) destroy prop:dagger + follows:$(eol)$(eol) destroy prop.dagger command.halt.action: command_halt(actor, parameters) command.halt.administrative: true @@ -81,18 +81,20 @@ command.say.see_also: chat command.set.action: command_set(actor, parameters) command.set.administrative: true command.set.description: Set a facet of an element. -command.set.help: Invoke it like this:$(eol)$(eol) set actor:dominique - description You see nothing special. +command.set.help: Invoke it like + this:$(eol)$(eol) set actor.avatar_dominique_0 description You see + nothing special. command.show.action: command_show(actor, parameters) command.show.administrative: true command.show.description: Show various data. command.show.help: Here are the possible incantations ( is required, - [option] is optional, (note) is a note):$(eol)$(eol) show groups (list - all element group names)$(eol) show group (list the elements in a - group)$(eol) show element (list facet definitions for an - element)$(eol) show file (list elements in a - file)$(eol) show files (list all element data files)$(eol) show log + [option] is optional, (note) is a note):$(eol)$(eol) show element + (list facet definitions for an element)$(eol) show file + (list elements in a file)$(eol) show files (list all element + data files)$(eol) show group (list the elements in a + group)$(eol) show groups (list all element group names)$(eol) show log [level [start [stop]]] (list logs above level from start to - stop)$(eol) show result (evaluates a python - expression)$(eol) show time (returns several current timer values) + stop)$(eol) show result (evaluate a python + expression)$(eol) show time (return several current timer + values)$(eol) show version (display running version and dependencies)