# Don't touch this. It's here to determine whether you need to refresh your config. config-version: 25 # The duration in seconds that both the attacker and victim should be tagged in combat. tag-duration: 40 # This message is displayed to both the attacker and victim when newly tagged. Set this to '' to display nothing. {opponent} is the other player. tag-message: '&cHas participado en combate con &b{opponent}&c. Tipo &b/ct &cpara verificar tu temporizador.' # This message is displayed to both the attacker and victim when newly tagged if the opponent is unknown. Set this to '' to display nothing. tag-unknown-message: '&cHas participado en combate. Tipo &b/ct &cpara verificar tu temporizador.' # This message is displayed the player when their tag expires. Set this to '' to display nothing. untag-message: '&aYa no estás en combate.' # This message is displayed to the player when they attempt to check the remaining time on their tag, while not being tagged command-untag-message: '&aNo estás en combate.' # This message is displayed to the player when they check the remaining time on their tag via command. {time} will be replaced with the remaining tag time. command-tag-message: '&c{time} segundos restantes en tu temporizador de combate.' # Resets the tag time when the tagged player throws an enderpearl. reset-tag-on-pearl: false # Plays an effect when a player logs off during combat. play-effect: true # Always spawns the NPC even without combat tagged to prevent any chance of running away. always-spawn: false # Allows mobs to combat tag players. mob-tagging: false # Duration in seconds the player must wait without movement to safely logout using the /logout command. logout-wait-time: 10 # This message is displayed when the player has attempted to safely log out but moved or entered pvp. logout-cancelled-message: '&cCierre de sesión cancelado debido al movimiento o pvping.' # This message is displayed when the player has successfully performed a safe logout. logout-success-message: '&aHas cerrado la sesión de forma segura felicidades.' # This message is displayed every second when the player is pending a logout. {remaining} is the time remaining. logout-pending-message: '&7Cerrar sesión de forma segura en &b{remaining}&7...' # Instantly kills the player when logged in PvP. instantly-kill: false # Untags the player if they are kicked from combat rather than logging. untag-on-kick: false # If a player is kicked with a kick message that contains any of the following, they will not be untagged. untag-on-kick-blacklist: - disconnect.spam # Only the attacker will be tagged if this is set to true. only-tag-attacker: false # Disables players being able to tag themselves. disable-self-tagging: true # Prevent block editing while tagged. disable-block-edit: false # This message is displayed when a player attempts to edit blocks within pvp if block editing is disabled in pvp. disable-block-edit-message: '&bEdición de bloques &cesta deshabilitado en combate.' # Disable a player from accessing storage (like chests and brewing stands) in combat disable-storage-access: false disable-storage-access-message: '&bAcceso al almacenamiento &cesta deshabilitado en combate' # Prevent players in creative from getting tagged. disable-creative-tags: true # Prevent tagged players throwing enderpearls while tagged. disable-enderpearls: false # This message is displayed when a player attempts to enderpearl within pvp if enderpearls are disabled in pvp. disable-enderpearls-message: '&bEnderpearls &cestán deshabilitados en combate.' # Prevent tagged players from flying during combat. disable-flying: false # This message is displayed when a player attempts to fly within pvp if flying is disabled in pvp. disable-flying-message: '&bFly &cesta deshabilitado en combate.' # Prevent tagged players from teleporting during combat. disable-teleportation: false # Optionally untag a player if tagged and teleportation is caused by PLUGIN or UNKNOWN # Players can avoid CombatTag by abusing some plugins like NoCheatPlus and WorldBorder s both can cause somewhat frequent UNKNOWN and PLUGIN teleport events. # This allows server-owners to avoid these issues by keeping the player CombatTagged untag-on-plugin-teleport: false # This message is displayed when a player attempts to teleport within pvp if teleportation is disabled in pvp. disable-teleportation-message: '&bTeletransporte &cesta deshabilitado en combate.' # Prevents tagged players from crafting during combat. disable-crafting: false # This message is displayed when a player attempts to craft an item while in combat if crafting is disabled. disable-crafting-message: '&bCrafting &cestá desactivado en combate' # The duration in seconds to despawn the combat logger's NPC if it hasn't died. npc-despawn-time: 60 # Should we reset the NPC despawn time when it gets hit? reset-despawn-time-on-hit: true # Generates a random name for the NPC. Turn this off to use the player name (potentially unsafe!) generate-random-name: true # This is the prefix to use for the random name. 12 characters max. random-name-prefix: PvPLogger # This message is displayed when a player is killed by another player. Set this to '' to display nothing. kill-message: '&8&l>> &c{victim} Fue asesinado por {attacker}' # Same as above, this is displayed when a player is killed by another player with an item in hand. kill-message-item: '&8&l>> &c{victim} Fue asesinado por {attacker} usando su {item}' # Enables BarAPI integration for displaying a boss bar counting down with the remaining tag time. barapi: true # Message to be displayed on BarAPI when players' pvp timer has ended. barapi-ended-message: '&aYa no estás en combate, corre lo mas pronto posible!' # Message to be displayed on BarAPI when the player is still in pvp. barapi-countdown-message: '&6&lTiempo: &f{remaining}' # Deny movement into safezones from PVP enabled areas while combat tagged. deny-safezone: true # Deny teleporting with enderpearls into safezones from PVP enabled areas while combat tagged. deny-safezone-enderpearl: true # Enables force fields around Anti-PvP zones while in combat. force-fields: true # Radius in blocks around the player that should be checked for forcefields (Higher numbers = more laggy) force-field-radius: 10 # Material of the forcefield block type. force-field-material: STAINED_GLASS # Damage value of the material specified above. force-field-material-damage: 14 # Enables Factions integration for disabling combat tagging in regions with PVP disabled. factions: true # Enables WorldGuard integration for disabling combat tagging in regions with PVP disabled. worldguard: true # Enables Towny integration for disabling combat tagging in regions with PVP disabled. towny: true # This is a list of worlds where combat tagging should be disabled. disabled-worlds: [world_the_end] # This message is displayed when the player tries to execute a disabled command whilst in combat. disabled-command-message: '&b{command}&c esta deshabilitado en combate.' # These commands are unusable by players who are combat tagged. Use '*' to blacklist all commands. command-blacklist: - '*' # Customize the words used to describe durations (both singular and plural) duration-words: day: "Dia" days: "Dias" hour: "Hora" hours: "Horas" minute: "Minuto" minutes: "Minutos" second: "Segundo" seconds: "Segundos" # These commands are exceptions to the blacklist. command-whitelist: - ct - ctplus - combattag - ctlog - logout - ctlogout - ctpluslogout