SimpleSuicide - Suicide Plugin for Minecraft
A specialized plugin designed for Minecraft servers running on the Spigot or Paper platform, which adds the functionality of voluntarily leaving the game world through a special command.
The suicide function can be activated in two ways: by typing in chat /suicide or the shortened version /s.
Message Settings
Server administrators can customize text notifications by modifying parameters in the config.yml configuration file:
messages:
no-permission: §cYou don't have permission
local-message: §4You committed suicide
global-message: §4%player% committed suicide
allow-messages:
local-message-allow: true
global-message-allow: false
Permission System
Access control to the function is managed through the permissions system:
SimpleSuicide.suicide:
description: Suicide permission
default: true
