(0)
Merchant: sydefq
Price: $12.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT
FQStressSystem
Stress System plugin is designed for roleplay servers, where each player has a stress level. This level increases when a player engages in combat with another player and decreases when a player meditates or consumes stress-relieving drugs. This feature enhances the realism of roleplay servers, similar to the experience in FiveM.
Features
- Stress indicator HUD to help players monitor their stress levels.
- Adjustable stress reduction amount and interval when meditating.
- Customizable stress threshold settings.
- Ability to add multiple medicines with their respective stress reduction values.
Commands
- /meditate - Starts/Stops meditation (Permission: meditate)
```xml
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<effectId>24711</effectId>
<stressedEffectLevel>70</stressedEffectLevel>
<stressBarEffectId>24710</stressBarEffectId>
<meditationEffectId>24712</meditationEffectId>
<meditationReduceStressInterval>5</meditationReduceStressInterval>
<meditationStressReductionAmount>10</meditationStressReductionAmount>
<medicines>
<Medicine>
<itemId>391</itemId>
<stressReduction>10</stressReduction>
</Medicine>
</medicines>
</Config>
```
```xml
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="MeditationStarted" Value="You are meditating now" />
<Translation Id="MeditationStopped" Value="You stopped meditating" />
</Translations>
```
Not found
No reviews were found.