Skip to content

v1.1.0 - Exiled 8.4.3 + SCP:SL 13.3.1

Compare
Choose a tag to compare
@creepycats creepycats released this 03 Dec 20:22
· 3 commits to main since this release
1648a6a
  • Fixed compatibility with AudioPlayers (Changed from DedicatedServer to null NPC UserId)
  • Replaced EulerRotation with Vector3 (because my stupid ass forgot it existed)
  • Added DrinkManager (DLL Method to Add, Remove, and Modify Custom Drinks in another plugin)
    • DrinkManager.RegisterDrink(CustomDrink[] newDrink) - Register a Custom Drink. You can write your own Callbacks using plugins.
    • DrinkManager.UnloadDrink(CustomDrink[] newDrink) - Remove a Custom Drink. Useful for replacing Base Plugin Drinks.