Skip to content

Server Companion Quickstart

  • When you need a server-side component — authoritative state, network-visible effects, admin integration.
  • Skeleton — LabAPI Plugin<Config>, referencing Anomaly.Server.dll and Anomaly.Shared.dll.
  • Sharing a mod id across client and server — why consistency matters (permissions, messaging, logs).
  • Loading — drop both your plugin and Anomaly.Server.dll into the LabAPI plugins directory.
  • EXILED compatibility note — works, but LabAPI types may need unwrapping.
  • 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”.