×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: JSON
Posted by: Jacqueline Vera
Added: Jan 29, 2023 3:34 PM
Modified: Jan 29, 2023 3:35 PM
Views: 0
Tags: no tags
  1. {
  2.   "config.limitedlives.prop.maxLives.comment": "Prueba Maximum lives a player can have before being \"banned\".",
  3.   "config.limitedlives.prop.banType.comment": "Ban type once the player dies too many times.",
  4.   "config.limitedlives.prop.banTime.comment": "Length of time the player is banned (in seconds). Set to 0 to permaban.",
  5.   "config.limitedlives.prop.healthAdjust.comment": "Adjust health of the player.",
  6.  
  7.   "limitedlives.banReason": "[Limited Lives] Ran out of lives.",
  8.   "limitedlives.banKickReason": "You have ran out of lives. You are banned from this server.",
  9.   "limitedlives.spectateForce": "You have ran out of lives. You are being forced into spectator mode for %s seconds.",
  10.   "limitedlives.spectateForcePerma": "You have ran out of lives. You are being forced into spectator mode permanently.",
  11.   "limitedlives.respawned": "You have respawned. Welcome back.",
  12.   "limitedlives.respawnTimeLeft": "You have %s more minutes before respawning.",
  13.   "limitedlives.respawnTimeLeftSingle": "You have %s more minute before respawning.",
  14.   "limitedlives.livesLeft": "You have %s lives remaining.",
  15.   "limitedlives.livesLeftSingle": "You have %s life remaining.",
  16.   "limitedlives.setDeaths": "Set %s's deaths to %s."
  17. }