From 90124f337bed2ddc85bb9ac1f5554f0315ce7ee3 Mon Sep 17 00:00:00 2001 From: pStyl3 Date: Sat, 29 Jun 2024 20:42:45 +0200 Subject: [PATCH] Mention &mismatchedFormIDs in prelude node --- masterlist.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index b7b039e..24aefe3 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -77,6 +77,10 @@ prelude: type: say content: 'The **{0}** master must be reassigned to **{1}**.' + - &mismatchedFormIDs + type: error + content: 'This plugin is a **{0}**, but it contains FormIDs that do not match this type of Master. Using this plugin would have unpredictable consequences for your game and is therefore not recommended.' + - &missingRequirementXforY type: warn content: 'It appears you have installed **{1}**, but some of its requirements seem to be missing. Please ensure you have correctly installed **{0}**.'