LethalCompanyCommunity / LethalAPI.Core

A core modding library for Lethal Company
GNU Lesser General Public License v3.0
23 stars 7 forks source link

Feature required plugin lobby check #40

Closed MaxWasUnavailable closed 6 months ago

MaxWasUnavailable commented 6 months ago

Added system to check if plugin is required and present on both client & server side.

This makes it so that if a lobby has required plugins, it blocks vanilla clients and informs other users of the API that they're missing plugins (if this is the case). It checks for missing required plugins, as well as version mismatches between present required plugins.