Stephen White
Stephen White
Throwing an exception in either a service's constructor or in a dispose method causes OpenMod to crash as it will cancel the building or disposing of the underlying IHost.
Unsure of steps to reproduce, or what's causing the error, but multiple reports have been given in the Discord of a wrong command usage error occurring when running the command...
As the title says, if the setup for a plugin service causes an exception, OpenMod will fail to load ``` Autofac.Core.Activators.Reflection.NoConstructorsFoundException: No accessible constructors were found for the type 'SilK.Unturned.Extras.Configuration.ConfigurationAccessor`1'....
Create a wrapper that adds and removes buildable data to and from OM's lists whenever a buildable is created or when OM loads (if reloaded). Helps with optimization rather than...
Fixed System.ArgumentNullException in `public TSerializable DeserializeJson()`
This PR makes two additions: 1. Services are defined via the config instead of code. This works by adding two environment variables: `VM_IP` and `TULIP_SERVICES_PATH`. The `TULIP_SERVICES_PATH` variable specifies the...