mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2477 from ChrisLR/patch-1
Fix paths to xyzgrid contrib in documentation
This commit is contained in:
commit
6858d7dbaf
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue