Skip to content

Commit

Permalink
Add &pluginEnabler (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 authored Jul 8, 2024
1 parent 1ce3ce4 commit 7c8119b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions prelude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2249,6 +2249,19 @@ common:
- 'your game'
condition: 'file("NVSE/Plugins/nvac.dll")'

- &pluginEnabler
type: warn
content:
- lang: en
text: 'You have installed {0}, but since {1} version {2} this is no longer needed.'
- lang: de
text: 'Sie haben {0} installiert, aber seit {1} Version {2} wird dies nicht mehr benötigt.'
subs:
- 'Plugin Enabler'
- 'Game'
- 'Game Version'
condition: 'file("xSE/Plugins/xPluginsTxtEnabler.dll")'

- &scriptExtenderMissing
type: error
content:
Expand Down

0 comments on commit 7c8119b

Please sign in to comment.