Allow players to suicide in Minecraft.
Use lip to install.
lip install github.com/futrime/better-suicide
The configuration file under config
directory in the plugin directory looks like:
{
"version": 1,
"doGiveClockOnFirstJoin": true,
"enableClockMenu": true
}
version
: format version of the configuration file. You shouldn't change it.doGiveClockOnFirstJoin
: if true, players first joining the server will be given a clock (for menu entrypoint purpose).enableClockMenu
: if true, when using a clock, a suicide confirmation menu will appear.
Players can commit suicide by typing command /suicide
. Players can also use a clock to commit suicide. But in this way, a confirmation menu pops up to prevent misuse.
PRs accepted.
This project follows the Contributor Covenant Code of Conduct.
GPL-3.0-only © futrime