diff --git a/evennia/contrib/xyzgrid/README.md b/evennia/contrib/xyzgrid/README.md index f3ccc5cbdc..a2d69c29f0 100644 --- a/evennia/contrib/xyzgrid/README.md +++ b/evennia/contrib/xyzgrid/README.md @@ -25,13 +25,13 @@ in the docs. ## Installation -1. Import and add the `evennia.contrib.commands.XYZGridCmdSet` to the +1. Import and add the `evennia.contrib.xyzgrid.commands.XYZGridCmdSet` to the `CharacterCmdset` cmdset in `mygame/commands.default_cmds.py`. Reload the server. This makes the `map`, `goto/path` and modified `teleport` and `open` commands available in-game. 2. Edit `mygame/server/conf/settings.py` and set - EXTRA_LAUNCHER_COMMANDS['xyzgrid'] = 'evennia.contrib.launchcmd.xyzcommand' + EXTRA_LAUNCHER_COMMANDS['xyzgrid'] = 'evennia.contrib.xyzgrid.launchcmd.xyzcommand' 3. Run the new `evennia xyzgrid help` for instructions on how to spawn the grid.