This plugin was requested by
u/Mr3ap3r The plugin is maintained
Whenever a player kills another player, the glowing effect will be applied to the killer for a configurable amount of time
Code (YAML):
# | The glowing duration in seconds. # Default value: 3600 punishment-duration: 3600
# | The delay in ticks for reapplying the effect when the player drinks milk or respawns. # ( 20 ticks is 1 second ) # The default value is recommended. # Default value = 1 reapplying-delay: 1
# | Set to false to make it so that an already punished player's punishment is not reapplied upon another kill. # Default value = true more-kills-reapplies-punishment: true
If you find any bugs - please enter the discussion and post some information about it - thanks! I will try to fix any reported bug(s) as soon as possible.