Releases: creepycats/Ultimate294
Releases · creepycats/Ultimate294
v1.1.1-BugFixes
- Fixed Compatibility with other VoiceChat Plugins
- Updated to work with Latest MER build
v1.1.1 - Exiled 8.4.3 + SCP:SL 13.3.1
- Added
VoiceEffects
- Drinking a Community Drink that makes you
Big
orSmall
, or justHelium
orSulfur Hexaflouride
will change your voice's pitch. - Can be disabled in config. Should be disabled to mitigate performance impact on servers with high numbers of drinks given per round.
- Drinking a Community Drink that makes you
- Added
.scp294 random
subcommand andForceRandom
config option to allow/force users to get random drinks from the machine. - Minor Fixes
v1.1.0 - Exiled 8.4.3 + SCP:SL 13.3.1
- Fixed compatibility with AudioPlayers (Changed from
DedicatedServer
tonull
NPC UserId) - Replaced
EulerRotation
withVector3
(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.