Merge pull request #2477 from ChrisLR/patch-1

Fix paths to xyzgrid contrib in documentation
This commit is contained in:
Griatch 2021-08-13 15:22:34 +02:00 committed by GitHub
commit 6858d7dbaf

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.