Edit: I just realized how inappropriate the name is, I may change it in the next update.
##DeathPenalty[API v4]
##Download
##Source
##Description
This plugin helps you to punish players who kill themselves on purpose. It is very attractive for servers with keepInventory
gamerule enabled. Maybe the players want to fill up their hunger bar? Maybe they want to be teleported to their spawn? Who knows…
This plugin is the solution! Currently there are three types to punish a player: Reducing the xp, reducing the money and giving them potion effects.
##Requirements
- An economy plugin. You don’t have to have one when the
moneyReduction
in the config equals 0 or 0%.
##Config
Generated at startup. This is an example config:
# Whether it should be logged to the console when someone dies.
logDeath=true
# Relative or fixed => with or without percent sign
moneyReduction="250"
# Relative or fixed => with or without percent sign
xpReduction="70%"
# Potion effects applied at death. You can do 'copy & paste' to add new effects.
potionEffects=[
{
amplifier=2
# Duration in seconds
duration=180
id=slowness
showParticles=false
},
{
amplifier=1
# Duration in seconds
duration=180
id=nausea
showParticles=false
}
]
# Ways to die when this plugin should NOT take any action.
deathTypes {
pvp=true
}
...(Cut off the death message configs)...
# Don't modify this value! It is for internal use.
recentlyDiedPlayers=[]
moneyReduction
or xpReduction
equal 0 or 0% are ignored!
Suggestions are welcome!
RandomByte
5 Likes
Awesome! Thanks for this. Will definitely check it out as soon as I can
Edit: so uhh @RandomByte the config file didn’t generate on startup
Other stuff works such as exp and blindness but the money portion doesn’t work with totaleconomy
This is good for Skyblock as well. Youve churned out a lot of plugins for Sponge @RandomByte ! Much appreciated.
@Joe_Schmo2840 Thanks! More good things are coming 
@SnowBlitzz When someone dies the config will be generated. What files and folders are in your config folder? Does my plugin say anything about “can’t do financial thing because no economy”? The config defaults to not reduce money.
Ah ok it generated when I drowned myself. I thought the default money multiplier was 0.9 which turned out to be 1. I’ve changed that and I guess its working now, thanks! However it sends 2 blank lines when I die, I assume messages are supposed to go there telling players about the penalty? Is that gonna be a feature soon? 
The example config in the first post isn’t the default one. Sorry for the inconvenience. Also I have to change the default money multiplier to below zero to avoid error messages when no economy plugin is installed.
The two lines shouldn’t appear. I am very sure that it isn’t this plugin. The only messages it writes is “initialized”, “reloaded”(will be removed soon as the plugin doesn’t need a reload) and “no economy plugin”. Maybe it is your economy plugin? To test it, set the money multiplier below zero and the lines shouldn’t appear.
And I’ll add that on server start up the config will be generated.
Do you want a “penalty executed message”?
Yeah penalty messages seem nice, there are 2 blank lines after you die which I’m not sure why but it’s weird XD also how about an option for fixed amount of money reduction instead of multiplier?
The changelog is at the above linked page.
The changelog is at the above linked page.
1 Like
The changelog is at the above linked page.
1 Like
pvp is still affected by the penalty although it’s whitelisted
Thanks for the report, I’ll look into this when I have time.
The changelog can be found at the above linked page.
@SnowBlitzz I hope it is fixed now 
1 Like
##v1.0 released!
The changelog is on the above linked page.
1 Like
Awesome! Glad it has API 5 support now
##v1.1 released!
The changelog can be found at the download page.
I just realized how inappropriate the plugin name is…
1 Like
Thank you for making this plugin. Would you possible be able to update this plugin? Maybe add some features like :
Remove part of their inventory (based on %) if they die
Damage items if they die based on %
let me know what you think about these ideas 