Fix paths to xyzgrid contrib in documentation

This commit is contained in:
ChrisLR 2021-07-29 10:20:48 -04:00 committed by GitHub
parent 3bc841b781
commit dba460ec71

View file

@ -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.