I'm looking for a plugin for my Minecraft server that you only have half a heart even if you heal you should have half a heart all the time (all players) is there such a plugin?
Not half a heart, but you die the same way if you hit it. In the description is a link to download for 1.8
Tapl does that a lot
is not a plugin but mod!
Yes, do a plugin that resets your heart to half a reset is relatively easy to program
I can't program that
But I need a plugin: /
There are other types of control for servers, depending on what I mean. Magma supports the use of plugin and mods at the same time
you could do something like that. Otherwise search on compilaton pages half heart plugin
Hey can i take this plugin? https://dev.bukkit.org/...half-heart
Go to YT and look for BastiGHG half a heart. I think he puts a command in a purple command block and you can check it out. But must be part 1
I hope you could help. If the command was too long, go to / gamerule naturalRegeneration false and give yourself so much damage, you're on half a heart.
Which video from bastighg?
If it doesn't have to be a plugin, give poisoning to all players with a repeat command block. It permanently pulls you down to half a heart and as soon as you regenerate you get damage again until you are on half a heart
And what is the command?
You write in a command block (repeat | unconditional | always active):
/ data merge entity @a [limit = 1] {Attributes: [{Name: generic.maxHealth, Base: 1}]}
Goes 100%
The command does not work
What is the error message?
Which version are you playing on?
/ effect give @a poison 1 255 true
1.8 and there's nothing
I see. 1.8 is not lol
With / effect give @a poison 1 255 true you can poison all players. You insert this command into a command block that is on a clock so that the command is always executed.