mirror of
https://github.com/Mooling0602/MatrixPyBridge-MCDR.git
synced 2026-03-01 13:39:43 +08:00
feat(src/mcdr.entry): add a new working message when server startup
This commit is contained in:
@@ -5,5 +5,9 @@ def on_load(server: PluginServerInterface, _prev_module):
|
||||
server.logger.info("Loading MatrixPyBridge in MCDR...")
|
||||
|
||||
|
||||
def on_server_startup(server: PluginServerInterface):
|
||||
server.logger.info("Game message listener will start!")
|
||||
|
||||
|
||||
def on_unload(server: PluginServerInterface):
|
||||
server.logger.info("Unloading MatrixPyBridge in MCDR...")
|
||||
|
||||
Reference in New Issue
Block a user