Death Notes allows you to broadcast deaths of different variety to chat, including information like the weapon used and which body part was hit.
These message blocks can be edited, removed or added to your liking.To disable a message, please just remove the respective message block entirely.The plugin dynamically decides which message should be used in a certain situation.Therefore, you have to specify the KillerType, VictimType and DamageType describing the situation you want your message to appear in.
The message example above is used when a player kills another player doing bullet damage.You can use the default configuration as an example of what it looks like when having multiple message blocks. If adding message blocks, remember to include a comma after the end brace ( }, ).
* and - can also be used for KillerType, VictimType, or DamageType.
Available for deaths involving a killer:
Available for deaths involving a Lock, Trap, or Turret as the killer:
Available for deaths involving a Player as the killer:
Miscellaneous configuration settings:
Permissions control the viewing of death notes by players.
Localization
The default messages are in the DeathNotes file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.Configuration
The settings and options can be configured in the DeathNotes file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Messages
The configurable messages consist of these message blocks:These message blocks can be edited, removed or added to your liking.To disable a message, please just remove the respective message block entirely.The plugin dynamically decides which message should be used in a certain situation.Therefore, you have to specify the KillerType, VictimType and DamageType describing the situation you want your message to appear in.
The message example above is used when a player kills another player doing bullet damage.You can use the default configuration as an example of what it looks like when having multiple message blocks. If adding message blocks, remember to include a comma after the end brace ( }, ).
* and - can also be used for KillerType, VictimType, or DamageType.
- * matches any possible killer/victim/damage type, including a situation with no killer/victim/damage type
- - matches if there is no killer/victim/damage type. This usually only applies to the killer, when one is not applicable or present.
Available Killer/Victim Types
Available Damage Types
Available Variable Placeholders
Always available:Available for deaths involving a killer:
Available for deaths involving a Lock, Trap, or Turret as the killer:
Available for deaths involving a Player as the killer:
Miscellaneous configuration settings:
Default Configuration
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.Permissions control the viewing of death notes by players.