Configuration
The config.yml will automatically generate on the first run of the plugin, and can be regenerated by deleting and then either reloading/restarting the server, or using /gibby reload.
# Gibby config # Commands that are disallowed whilst a player is in the GibbyGame disallowedCommands: - gamemode - gm # How long a player is invincible after respawning during the GibbyGame - in milliseconds (default: 3000) respawnCooldown: 3000 # How long a player is invisible before reappearing after being gibbed - in seconds (default: 3) regenTime: 3 # How much entities are knocked back when another entity is gibbed. Note that 3 is a pretty massive knockback. (default: 1) knockbackPower: 1 # Kill non-player entities on gib (default: true) killMobs: true # Specialise gibs to represent mob type and armour. Eg: diamond block gibs if player is wearing diamond armour, pink gibs for pink sheep etc. # Disabling this will cause only netherrack and red wool to be produced when an entity is gibbed. # Only disable this if gibbing is causing lag (default: true) specificGibs: true
Comments