Server Companion Quickstart
Intended scope
Section titled “Intended scope”- When you need a server-side component — authoritative state, network-visible effects, admin integration.
- Skeleton — LabAPI
Plugin<Config>, referencingAnomaly.Server.dllandAnomaly.Shared.dll. - Sharing a mod id across client and server — why consistency matters (permissions, messaging, logs).
- Loading — drop both your plugin and
Anomaly.Server.dllinto the LabAPI plugins directory. - EXILED compatibility note — works, but LabAPI types may need unwrapping.
Sources
Section titled “Sources”Anomaly.Server\Plugin.cs— reference pattern.E:\Projects\AnomalyLabs\Anomaly\README.md— “If you would like to add a server component to your mod”.E:\Projects\AnomalyLabs\Anomaly\Anomaly.Client.Api\MODDING.md— “Server-side companion”.