A fun/troll plugin that allows you to Spontaneously Combust players with a command. You can specify the length of time, or use the default on in the config.
Commands:
/combust <target> [seconds] Lights the target player on fire for the specified amount of time. If the [seconds] argument is omitted, then it uses the default time from the config.yml file.
/sc <target> [seconds] An optional alias for the /combust command.
Permissions:
spontaneouscombustion.combust Allows use of /combust command.
Config:
Code (YAML):
#Default amount of seconds to ignite a player if the seconds argument is omitted default: 3
#Customizable Messages messages: #Prefix before all plugin messages prefix: "&7[&bSpontaneousCombustion&7] &e" no-permission: "&cYou do not have permission to use this command" description: "This command spontaneously combusts a player for an optionally specified number of seconds. Usage: /combust <target> [seconds]" success: "&aSuccessfully lit &e%TARGET%&a on fire for &e%SECONDS%&a seconds." reload: "&aReloaded Config." invalid:
unknown-target: "The specified player &c%TARGET%&e was not found." not-int: "The provided number of seconds is not an integer" to-many-args: "To many arguments were sent. Usage: /combust <target> [seconds]"