Skip to content

futrime/better-suicide

Repository files navigation

better-suicide

Allow players to suicide in Minecraft.

Install

Use lip to install.

lip install github.com/futrime/better-suicide

Usage

Configurations

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.

How to Commit Suicide

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.

Contributing

PRs accepted.

This project follows the Contributor Covenant Code of Conduct.

License

GPL-3.0-only © futrime

About

Allow players to suicide in Minecraft.

Resources

License

Stars

Watchers

Forks