Advertisement
Guest User

Untitled

a guest
Jun 9th, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. # SuperVanish v6.1.5 - Messages
  2. #
  3. # Information:
  4. # <..> means that .. is required; [..] means that .. is optional and can be left out; | inside [] or <> stands for 'OR'
  5. # You can use the & character for color codes; Example: '&cThe color of this text would be red!'
  6. # You can use %p% to get the player's name; Example: '&4&l%p%, you aren't allowed to execute this command!'
  7. # You can use %other% to get the name of the target or cause
  8. # You can use %d% to get the player's display name; if you use Essentials then the display name contains the prefix too
  9. # You can use %tab% to get the player's name in the player list (TAB)
  10. # You can use %prefix% to get the player's prefix (Requires Vault)
  11. # You can use %suffix% to get the player's suffix (Requires Vault)
  12. # You can use %group% to get the player's group (Requires Vault)
  13. # You can use %nick% to get the player's nickname (Requires Essentials)
  14. # Some messages allow different, unique variables too
  15. #
  16. # NOTE: You can get WAY more placeholders by installing PlaceholderAPI or MVdWPlaceholderAPI
  17. #
  18. # Empty messages will not be sent
  19. # Using \n starts a new line
  20. #
  21. # Important:
  22. # You must double single quotes if you want to use them inside a message.
  23. # You must NOT use any tab characters inside this file (indent key) otherwise YAML will spam your console with errors!
  24. # !! If there are errors in the console after editing this file paste it into an online YAML parser to see if
  25. # there are any YAML syntax errors !!
  26. Messages:
  27. NoPermission: '&4¡Acceso denegado! No tienes permitido hacer esto.'
  28. InvalidUsage: '&cUso inválido, puedes usar &6/sv help&c para mostrar la lista de comandos.'
  29. VanishMessage: '&2&l%p% &a¡se ha ido, pero su espíritu prevalece!'
  30. ReappearMessage: '&2&l&e%p% &a¡se ha conectado!'
  31. VanishMessageWithPermission: '&a[SV] %p% ha desaparecido.'
  32. ReappearMessageWithPermission: '&a[SV] %p% ha reaparecido.'
  33. OnVanish: '&a¡Ahora eres invisible!'
  34. OnReappear: '&a¡Ya no eres invisible!'
  35. OnVanishCausedByOtherPlayer: '&a¡%other% te escondio, ahora eres invisible!'
  36. OnReappearCausedByOtherPlayer: '&a¡%other% te ha mostrado, ahora eres visible!'
  37. AlreadyVanishedError: '&c¡Ya eres invisible!'
  38. NotVanishedError: '&c¡No eres invisible!'
  39. SilentJoinMessageForAdmins: '&a[SV] %p% ingreso silenciosamente.'
  40. SilentQuitMessageForAdmins: '&a[SV] %p% salio silenciosamente.'
  41. RemindingMessage: '&a¡Aún eres invisible!'
  42. ListMessagePrefix: '&aJugadores invisibles:&f %l'
  43. ActionBarMessage: '&a¡Eres invisible a otros jugadores!'
  44. HideOtherMessage: '&aEl jugador &e%other%&a es ahora invisible!'
  45. ShowOtherMessage: '&aEl jugador &e%other%&a es ahora invisible!'
  46. CannotHideOtherPlayer: '&c¡No tienes permitido cambiar la visibilidad de %other%'!'
  47. AlreadyInvisibleMessage: '&c¡El jugador &e%other%&c ya es invisible!'
  48. AlreadyVisibleMessage: '&c¡El jugador &e%other%&c ya es visible!'
  49. PluginReloaded: '&a¡SuperVanish ha sido recargado exitosamente (%time%ms)!'
  50. InvalidSender: '&c¡Debes ser un jugador para ejecutar este comando!'
  51. PlayerNotOnline: '&c¡Ese jugador no esta en linea!'
  52. PlayerNonExistent: '&c¡Ese jugador no existe!'
  53. ToggledPickingUpItemsOn: '&eRecoger artículos esta ahora &aENCENDIDO&e.'
  54. ToggledPickingUpItemsOff: '&eRecoger artículos esta ahora &cDESACTIVADO&e.'
  55. UpdateWarning: '&c¡Precaución! Recreando %updates% restablece %changes%. Por favor usa &e/sv recreatefiles confirm&c si quieres continuar.'
  56. RecreatedConfig: '&aRecreado exitosamente %updates%! Por favor revisa %changes%.'
  57. NoConfigUpdateAvailable: '&e¡Los archivos del SuperVanish estan actualizados!'
  58. RecreationRequiredMsg: '&c[SV] Los archivos del SuperVanish no estan actualizados, puedes usar &e/sv recreatefiles&c para recrearlas
  59. o usar /sv recreatefiles dismiss para descartar este mensaje.
  60. La recreación de los archivos del SuperVanish te brinda acceso a las nuevas configuraciones y caracteristicas del complemento.'
  61. DismissedRecreationWarning: '&eYa no recibiras notificaciones de esta recreación.'
  62. UndismissedRecreationWarning: '&eAhora estaras recibiendo notificaciones sobre esta recreación.'
  63. PrintedStacktrace: '&e¡Se creo exitosamente un seguimiento de pila, revisa la consola!'
  64. EntityHitDenied: '&c[SV] ¡No puedes golpear jugadores en modo invisible!'
  65. BlockPlaceDenied: '&c[SV] ¡No puedes colocar bloques en modo invisible!'
  66. BlockBreakDenied: '&c[SV] ¡No puedes romper bloques en modo invisible!'
  67. PluginOutdated: '&c[SV] Su version actual de SuperVanish esta desactualizada. Nueva version: ''%new%''; Actual: ''%current%'''
  68. DynmapFakeJoin: '%d% ¡se ha conectado!'
  69. DynmapFakeQuit: '%d% ¡se ha ido, pero su espíritu prevalece!'
  70. HelpHeader: "&a<---------------&e SuperVanish-Help &a--------------->"
  71. HelpFormat: "&6%usage% &7- &b%description% &c(%permission%)"
  72. MessagesVersion: 6.1.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement