From dba460ec71dd4e4be07edf6b2a632a8cb8e495ea Mon Sep 17 00:00:00 2001 From: ChrisLR Date: Thu, 29 Jul 2021 10:20:48 -0400 Subject: [PATCH] Fix paths to xyzgrid contrib in documentation --- evennia/contrib/xyzgrid/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.