diff --git a/evennia/contrib/grid/xyzgrid/README.md b/evennia/contrib/grid/xyzgrid/README.md index 02cc11836e..3a2ab909f2 100644 --- a/evennia/contrib/grid/xyzgrid/README.md +++ b/evennia/contrib/grid/xyzgrid/README.md @@ -53,28 +53,31 @@ Exits: northeast and east (then go back to your mygame/ folder) This will install all optional requirements of Evennia. -2. Import and add the `evennia.contrib.commands.XYZGridCmdSet` to the +2. Import and [add] the `evennia.contrib.grid.xyzgrid.commands.XYZGridCmdSet` to the `CharacterCmdset` cmdset in `mygame/commands.default_cmds.py`. Reload the server. This makes the `map`, `goto/path` and the modified `teleport` and `open` commands available in-game. + +[add]: docs/source/Command-Sets.md#defining-command-sets + 3. Edit `mygame/server/conf/settings.py` and add - EXTRA_LAUNCHER_COMMANDS['xyzgrid'] = 'evennia.contrib.launchcmd.xyzcommand' - - and - - PROTOTYPE_MODULES += [’evennia.contrib.grid.xyzgrid.prototypes’] + EXTRA_LAUNCHER_COMMANDS['xyzgrid'] = 'evennia.contrib.grid.xyzgrid.launchcmd.xyzcommand' + PROTOTYPE_MODULES += ['evennia.contrib.grid.xyzgrid.prototypes'] This will add the new ability to enter `evennia xyzgrid