Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move &supersede #41

Merged
merged 1 commit into from
Jun 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ prelude:
type: say
content: 'If you add, remove, or update plugins that alter WRLD/CELL records, remember to update this module with **xLODGen**.'

- &supersede
type: warn
content: 'You seem to be using **{0}**, but it has been superseded. It is recommended that you use **{1}** instead.'

- &unsupportedChangeVerified
type: warn
content: 'This plugin has been changed from **{0}** to **{1}**.'
Expand Down Expand Up @@ -238,6 +234,10 @@ prelude:
- '[Starfield Script Extender](https://sfse.silverlock.org)'
condition: 'file("SFSE/Plugins/([^\.]+\.dll)") and not file("../sfse_loader.exe")'

- &supersede
type: warn
content: 'You seem to be using **{0}**, but it has been superseded. It is recommended that you use **{1}** instead.'

common:
# File Anchors
- &SFSE
Expand Down
Loading