(1)
Merchant: j1r4
Price: $3.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT
Death Screen
Displays a detailed UI overlay when a player dies. Shows killer info, distance, weapon stats, clothing armor values, and equipped weapon attachments.
- Loadout is displayed only for players, for other types of deaths it shows the killer name only, which is the death cause translated using translations file.
Workshop
- Plugin requires a workshop to function. You can download it in the "Workshop" tab.
Icons
- For the icons to work, you need to have them extracted and in an external source that you put in configuration. If you need help, feel free to DM me.
Commands
- Plugin allows the user to disable the UI using /deathui
- Plugin allows the user to disable showing his equipment to the victim if he has special permission using /deathloadout
Suggestions
- All kinds of suggestions are welcomed and will be considered for an update.
Contact
If you have issues with the plugin, feel free to make a ticket on my discord: https://discord.gg/vEMbPPdMbu
```
<?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"> <ConnectionString>SERVER=localhost;DATABASE=unturned;UID=root;PASSWORD=root;PORT=3306;charset=utf8</ConnectionString>
<UIID>32987</UIID>
<IconURL>https://raw.githubusercontent.com/Jiraxd/HypnoticRPImages/main/{ITEM_ID}.png</IconURL>
<notPlayerKillDisplayOnlyName>false</notPlayerKillDisplayOnlyName>
<permissionsAllowedHideLoadout>
<allowedPermission>permission1</allowedPermission>
<allowedPermission>permission2</allowedPermission>
</permissionsAllowedHideLoadout>
</Config>
```
```
<?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="BLEEDING" Value="Bleeding" />
<Translation Id="BONES" Value="Bones" />
<Translation Id="FREEZING" Value="Freezing" />
<Translation Id="BURNING" Value="Burning" />
<Translation Id="FOOD" Value="Food" />
<Translation Id="WATER" Value="Water" />
<Translation Id="GUN" Value="Gun" />
<Translation Id="MELEE" Value="Melee" />
<Translation Id="ZOMBIE" Value="Zombie" />
<Translation Id="ANIMAL" Value="Animal" />
<Translation Id="SUICIDE" Value="Suicide" />
<Translation Id="KILL" Value="Kill" />
<Translation Id="INFECTION" Value="Infection" />
<Translation Id="PUNCH" Value="Punch" />
<Translation Id="BREATH" Value="Breath" />
<Translation Id="ROADKILL" Value="Roadkill" />
<Translation Id="VEHICLE" Value="Vehicle" />
<Translation Id="GRENADE" Value="Grenade" />
<Translation Id="SHRED" Value="Shred" />
<Translation Id="LANDMINE" Value="Landmine" />
<Translation Id="ARENA" Value="Arena" />
<Translation Id="MISSILE" Value="Missile" />
<Translation Id="CHARGE" Value="Charge" />
<Translation Id="SPLASH" Value="Splash" />
<Translation Id="SENTRY" Value="Sentry" />
<Translation Id="ACID" Value="Acid" />
<Translation Id="BOULDER" Value="Boulder" />
<Translation Id="BURNER" Value="Burner" />
<Translation Id="SPIT" Value="Spit" />
<Translation Id="SPARK" Value="Spark" />
<Translation Id="toggledLoadout" Value="Your loadout won't be shown upon death!" />
<Translation Id="disabledLoadout" Value="Your loadout will be displayed upon death!" />
<Translation Id="disabledUI" Value="DeathUI won't be shown upon death!" />
<Translation Id="toggledUI" Value="DeathUI will be displayed upon death!" />
</Translations>
```
Not found