You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Initialize the logging framework (cf airframe-log)
Start the actor execution service
Load the predefined internal IDs in order to enforce their consistency across different runs of the server
Register the default server commands
Load the global plugin config, which may enable/disable some plugins in some worlds and enforce plugin loading order (the config is above the dependency resolution but must be compatible with it)
Open the plugins' jars and resolve the dependencies, ie compute the dependency graph and the correct loading order.
Load the plugins: create the instances and call plugin.onLoad()
Load the worlds and enable their associated plugins: call plugin.onEnable(World)
Current draft
plugin.onLoad()plugin.onEnable(World)