vantaMOO/commands
vanta black 3267572f56 Merge pull request 'RPG dice module' (#32) from oreolek/vantaMOO:dice into vanta
Reviewed-on: vantablack/vantaMOO#32
2023-01-22 05:46:40 +00:00
..
README.md vantaMOO! 2023-01-06 03:50:33 +00:00
__init__.py vantaMOO! 2023-01-06 03:50:33 +00:00
cmdcustomexamine.py Hide creator_ip from non-admins 2023-01-11 13:52:00 +07:00
command.py vantaMOO! 2023-01-06 03:50:33 +00:00
default_cmdsets.py Merge pull request 'RPG dice module' (#32) from oreolek/vantaMOO:dice into vanta 2023-01-22 05:46:40 +00:00

README.md

commands/

This folder holds modules for implementing one's own commands and command sets. All the modules' classes are essentially empty and just imports the default implementations from Evennia; so adding anything to them will start overloading the defaults.

You can change the organisation of this directory as you see fit, just remember that if you change any of the default command set classes' locations, you need to add the appropriate paths to server/conf/settings.py so that Evennia knows where to find them. Also remember that if you create new sub directories you must put (optionally empty) __init__.py files in there so that Python can find your modules.