Object Manager
From Multiverse
The Object manager creates and loads objects from the database, and handles, spawning, despawning, and persisting objects to database. In addition to scripts and files it reads for messaging configuration, it reads the following scripts:
-
multiverse/bin/wmgr_local1.py -
multiverse/config/sampleworld/templates.py -
multiverse/config/common/obj_manager.py
By default, the server process also reads these scripts, where you can add custom code for your world. They are not provided for Sampleworld:
-
multiverse/config/world-name/mobs_db.py -
multiverse/config/world-name/items_db.py -
multiverse/config/world-name/extensions_objmgr.py
