When a player makes a potion, the script will normalize or replace dynamic (custom) potions with standard ones.
git clone https://github.com/Sarevalak/tes3mp-custom-potion-normalizer.git
cd ./tes3mp-custom-potion-normalizer
npm i
npm run build
- Copy contents of directory
./dist/custom
to/server/scripts/custom
- Copy contents of directory
./data
to/server/data
- Add
require("custom/CustomPotionNormalizer")
to/server/scripts/customScripts.lua