moss-n-puddles/commands
Howard Abrams bbe8d06759 Add a Tavern of NPCs!
Plus a few bug tweaks.
2026-03-26 21:27:45 -07:00
..
__init__.py
command.py
consumables.py
default_cmdsets.py Fix the say command ... for real this time 2026-02-14 20:43:50 -08:00
everyone.py Fix the say command ... for real this time 2026-02-14 20:43:50 -08:00
feedables.py
hint.py Fix a few more minor bugs 2025-08-06 22:40:05 -07:00
misc.py Add a Tavern of NPCs! 2026-03-26 21:27:45 -07:00
pets.py Kiss a frog to transform into a frog 2025-09-14 22:27:11 -07:00
README.md
say.py Fix bug in say to command 2026-03-13 22:18:46 -07:00
scoring.py Add a Scoring system to character 2025-08-24 22:34:11 -07:00
sittables.py
wizards.py Fix a bug for wizards 2026-02-27 22:16:24 -08:00

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.