Added serversession configurability and some other cleanup.
This commit is contained in:
parent
2c46ede247
commit
c2e15f33a3
4 changed files with 51 additions and 14 deletions
|
|
@ -5,11 +5,12 @@ This plugin module can define user-created services for the Portal to
|
|||
start.
|
||||
|
||||
This module must handle all imports and setups required to start
|
||||
twisted services (see examples in src/server/server.py). It must also
|
||||
contain a function start_plugin_services(application). Evennia will
|
||||
call this function with the main Portal application (so your services
|
||||
can be added to it). The function should not return anything. Plugin
|
||||
services are started last in the Portal startup process.
|
||||
twisted services (see examples in evennia.server.portal.portal). It
|
||||
must also contain a function start_plugin_services(application).
|
||||
Evennia will call this function with the main Portal application (so
|
||||
your services can be added to it). The function should not return
|
||||
anything. Plugin services are started last in the Portal startup
|
||||
process.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue