Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 14.03 KB | None | 0 0
  1. #
  2. # The following variables can be used in most messages that involve a punishment:
  3. #
  4. # Punishment specific variables
  5. # $id - The ID of the punishment in the database.
  6. # $type - Type of punishment - ban, mute, warn, kick.
  7. # $reason - the reason for the punishment
  8. # $executor - the moderator's name, or their display name (/nick) if this is enabled in the configuration
  9. # $executorUUID - the moderator's UUID
  10. # $permanent - whether this punishment is permanent
  11. # $ipban - whether this is an IP-ban
  12. # $silent - whether this punishment was executed silently (-s)
  13. # $active - whether this punishment is active
  14. #
  15. # Affected player specific variables
  16. # $playerDisplayName - player display name. If display names are not enabled in the configuration or if the player's display name is not available in the message's context, the player's regular name will be used instead.
  17. # $playerName - player name, only available in certain contexts
  18. # $playerUUID - UUID of affected player
  19. # $playerIP - IP of affected player
  20. # $geoip - Country of affected player, requires GeoIP to be enabled in the configuration, won't work with imported bans
  21. #
  22. # Servers
  23. # These variables represent a server.
  24. # If the plugin is installed on Spigot, a server is represented by the "server_name" option in config.yml.
  25. # If the plugin is installed on BungeeCord, a server is represented by their name in the "servers" section in the proxy's config.yml.
  26. # $serverScope - the scope of the punishment (the server(s) it will affect)
  27. # $serverOrigin - the origin of the punishment (the server/subserver it was placed on)
  28. #
  29. # Dates
  30. # Example format: "2017-02-03", depends on time_format
  31. # $dateStart - date the punishment was placed
  32. # $dateEnd - date the punishment will expire, "forever" if permanent
  33. #
  34. # Durations
  35. # Example format: "20 days, 5 hours, 2 minutes". If permanent, "forever", if expired, "expired" (both are configurable).
  36. # $duration - time until expiry
  37. # $originalDuration - the full duration of the punishment.
  38. # $timeSince - time since placement
  39. #
  40. # Placeholders
  41. # These variables represent messages in this configuration (messages.yml)
  42. # $base - banned_message_base
  43. # $appealMessage - banned_message_appeal_message
  44. #
  45. # Global variables
  46. # $activeBans, $activeMutes, $activeWarnings - total number of global active punishments
  47. # $totalBans, $totalMutes, $totalWarnings - total number of global punishments (including inactive ones)
  48. #
  49. # Any message can be disabled by setting it to "". Empty messages will not be sent by the plugin.
  50. time_format: dd/MM/yyyy
  51. history_time_format: dd/MM/yyyy
  52. banned_message_base: |
  53.  &cYour account has been suspended for violations:
  54.  &cReason: $reason
  55. banned_message: |-
  56.  &cYour account has been suspended for violations:
  57.  &cReason: $reason
  58. banned_message_permanent: |-
  59.  &cYour account has been suspended for violations:
  60.  &cReason: $reason
  61. banned_message_appeal_message: '&7Si tu penses que c''est une erreur, contacte nous
  62.   sur TeamSpeak : &4ts.potpvp.ca'
  63. banned_message_geoip_blacklist: '&7Your location is blacklisted :  &4$geoip'
  64. default_ban_reason: Violations
  65. default_mute_reason: Violations
  66. permission_error: '&cYou do no have permission.'
  67. muted: '&7You have been muted. ($duration remaining)'
  68. muted_permanent: '&7You have been muted.'
  69. notify:
  70.  banned_player_join: '&4$player&c join but is banned §4($duration)!'
  71.  banned_geoip_blacklist: '&4$player&c join but is blacklisted ($geoip)!'
  72. error_no_reason_provided: '&4Indicates a reason for this sanction'
  73. error_no_sql_connection: '&cLiteBans is not connected to a database!'
  74. internal_error: '&cAn internal error occurred while attempting to perform this command.'
  75. duration_limit_error: '&4Maximum duration: $duration'
  76. warned_join: '&4You have warnings :'
  77. warned_join_entry: |-
  78.  &4 - Par &6$executor &4: $reason
  79.     &4(Il y a $timeSince)
  80. command:
  81.  ban:
  82.    usage: '&4Usage: /ban <name> [time] [reason]'
  83.    unban_usage: '&4Usage : /unban <name>'
  84.    example: '&4Exemple : /ban name 7d reason'
  85.    silent_prefix: '&4[S] '
  86.    broadcast_ban: '&6- &4$executor&c a banni &4$bannedPlayer &cpour ''&4$reason&c'''
  87.    broadcast_tempban: '&6- &4$executor &ca banni &4$bannedPlayer &cpendant $tempDuration
  88.       pour : ''&4$reason&c'''
  89.    broadcast_ip_ban: '&6- &4$executor&c a banni &4$bannedPlayer &cpour ''&4$reason&c'''
  90.    broadcast_temp_ip_ban: '&6- &4$executor &ca banni &4$bannedPlayer &cpendant $tempDuration
  91.       pour : ''&4$reason&c'''
  92.    broadcast_ip_ban_hidden: '[IP Cachée]'
  93.    broadcast_unban: '&6- &4$executor &ca débanni &4$bannedPlayer'
  94.    previous_ban_removed: '&7Dernier bannissement de &4$bannedPlayer&7 annulé.'
  95.    previous_ban_existing: '&4$bannedPlayer &7est déjà banni, et tu n''a pas le droit
  96.       de modifier les bannissements existants.'
  97.    unban_queue: '&4Ce joueur sera débanni à sa reconnexion.'
  98.    error_no_spec: '&4Aucune durée valide détectée !'
  99.    unban_fail: '&4Ce joueur n''est pas banni !'
  100.    exempt: '&7Tu ne peux pas bannir &4$player&7.'
  101.    broadcast_unmute: '&6- &4$executor &ca unmute &4$bannedPlayer'
  102.    no_override: '&4Ce joueur est déjà banni.'
  103.    response: ''
  104.  mute:
  105.    usage: '&4Usage : /mute <name> [time] [reason]'
  106.    unmute_usage: '&4Usage : /unmute <name>'
  107.    example: '&4Exemple: /mute name 7d reason'
  108.    broadcast: '&4$executor &cmuted &4$mutedPlayer.'
  109.    broadcast_tempmute: '&4$executor &ctempmuted &4$mutedPlayer.'
  110.    message: |-
  111.      &7Tu as été réduit au silence par &4$executor&7.
  112.      &7Durée : &4$duration&7.
  113.    message_permanent: |-
  114.      &7Tu as été réduit au silence par &4$executor&7.
  115.      &7Cela est définitif.
  116.    unmute_fail: '&4Ce joueur n''est pas réduit au silence.'
  117.    previous_mute_removed: '&7Dernier mute de &4$mutedPlayer &7annulé.'
  118.    previous_mute_existing: '&4$mutedPlayer &7est déjà réduit au silence, et tu n''a
  119.       pas le droit de modifier les mute existants.'
  120.    exempt: '&7Tu ne peux pas réduire &4$player&7 au silence.'
  121.    notification: ''
  122.    error_not_enabled: '&cMuting is not enabled in the configuration !'
  123.    broadcast_ip_mute: '&6- &4$executor &ca réduit &4$mutedPlayer &cau silence pour
  124.       ''&4$reason&c'''
  125.    broadcast_temp_ip_mute: '&4$executor &ctempmuted &4$mutedPlayer.'
  126.    no_override: '&4Ce joueur est déjà réduit au silence.'
  127.    response: ''
  128.    broadcast_unmute: '&a$executor &funmuted &a$bannedPlayer'
  129.  warn:
  130.    usage: '&4Usage : /warn <pseudo> [raison]'
  131.    unwarn_usage: '&4Usage : /unwarn <pseudo>'
  132.    example: ''
  133.    broadcast: '&6- &4$executor &ca donné un avertissement à &4$warnedPlayer &cpour
  134.       ''&4$reason&c'''
  135.    message: |-
  136.      &4Avertissement de &6$executor&4 : &6$reason&c&4.
  137.      &4Cet avertissement expirera dans 7 jours.
  138.    list_entry: ' &7\- Averti par &4$executor&7 : ''&4$reason&7'''
  139.    unwarn_response: '&7Dernier avertissement retiré pour &4$player&7.'
  140.    unwarn_fail: '&4Ce joueur n''a pas d''avertissements.'
  141.    exempt: '&4Tu ne peux pas donner d''avertissement à $player.'
  142.    cooldown: '&4Tu dois attendre encore $seconds secondes avant de pouvoir donner
  143.       un avertissement à $player.'
  144.    response: ''
  145.  history:
  146.    usage: '&4Usage : /history <pseudo> [nombre]'
  147.    start: '&7Historique de &4$target &7($limit derniers) :'
  148.    ban_entry: |-
  149.      &7 -- [&4Il y a $timeSince&7] --
  150.      &4 $name &cbanni &7par &4$executor&7 : '&4$reason&7'
  151.    mute_entry: |-
  152.      &7 -- [&4Il y a $timeSince&7] --
  153.      &4 $name &6mute &7par &4$executor&7 : '&4$reason&7'
  154.    warn_entry: |-
  155.      &7 -- [&4Il y a $timeSince&7] --
  156.      &4 $name &6averti &7par &4$executor&7 : '&4$reason&7'
  157.    kick_entry: |-
  158.      &7 -- [&4Il y a $timeSince&7] --
  159.      &4 $name &4kick &7par &4$executor&7 : '&4$reason&7'
  160.    active_suffix: '&7 [&cActif&7]'
  161.    active_suffix_temp: |-
  162.      &7 [&cActif&7]
  163.      &7Expire dans $duration.
  164.    error_no_history: '&4Ce joueur semble en règle.'
  165.    unban_entry: |2-
  166.  
  167.       &aDébanni &7par &4$executor&7.
  168.    unmute_entry: |2-
  169.  
  170.       &aUnmute &7par &4$executor&7.
  171.    expired_suffix: '&7 [&aTerminé&7]'
  172.  warnings:
  173.    usage: '&4Affiche les avertissements : /warnings <pseudo>'
  174.    start: '&7Avertissements en cours pour &4$target &7:'
  175.  prunehistory:
  176.    usage: '&4Efface l''historique d''un joueur : /prunehistory <pseudo> [durée]'
  177.    message: '&4Historique nettoyé.'
  178.  staffhistory:
  179.    usage: '&4Usage : /staffhistory <pseudo> [nombre]'
  180.    start: '&7Sanctions données par &4$target &7($limit dernières) :'
  181.  staffrollback:
  182.    usage: '&4Usage : /staffrollback <membre> [durée]'
  183.    message: '&4Rollback effectué, sanctions annulées : &6$amount'
  184.  banlist:
  185.    start: '&7 -- [&4Page &6$page&4 sur &6$total&7] --'
  186.  iphistory:
  187.    usage: '&4Usage : /iphistory <pseudo> [nombre]'
  188.    start: '&7Adresses IP enregistrées pour &4$target &7($limit dernières) :'
  189.    entry: '&7 - [&4$date&7]&4 $name&7 :&4 $ip'
  190.    error_no_history: '&4Aucun historique trouvé.'
  191.  dupeip:
  192.    usage: '&4Usage : /dupeip <pseudo>'
  193.    start: '&7Scan de &4$name&7 sur l''IP &4$ip&7. &7[&aEn ligne&7] [&8Hors-ligne&7]
  194.       [&cBanni&7]'
  195.    separator: '&f, '
  196.    online: '&a'
  197.    offline: '&8'
  198.    banned: '&c'
  199.    multiple_addresses: '[$num adresses]'
  200.    start_no_ip: '&7Scan de &4$name&7 sur l''IP &4$ip&7. &7[&aEn ligne&7] [&8Hors-ligne&7]
  201.       [&cBanni&7]'
  202.    muted: '&6'
  203.  ipreport:
  204.    start: '&7Scan de &4$num&f joueurs en ligne... [&7[&aEn ligne&7] [&8Hors-ligne&7]
  205.       [&cBanni&7]'
  206.    entry: '&4$player &7: &4$result'
  207.  checkban:
  208.    usage: '&4Usage : /checkban <pseudo>'
  209.    no_ban: '&4Ce joueur n''est pas banni.'
  210.    banned: |-
  211.      &4$target&7 est banni :
  212.      &7Banni par : &4$executor
  213.      &7Raison: &4$reason
  214.      &7Banni le : &4$dateStart
  215.      &7Expire le : &4$dateEnd &7($duration)
  216.      &7Serveur d'origine : &4$serverOrigin
  217.       &7Ban IP : &4$ipban
  218.   lastuuid:
  219.     usage: '&4Usage : /lastuuid <pseudo|IP>'
  220.     message: '&7Dernier UUID de &4$name&7 : &4$uuid'
  221.   geoip:
  222.     usage: '&4Usage : /geoip <pseudo|IP>'
  223.     message: '&4$target&7 est localisé : &4$result'
  224.     error_disabled: '&cGeoIP support is not enabled in the configuration!'
  225.     error_unavailable: '&cGeoIP support is currently unavailable, has it been downloaded
  226.      yet?'
  227.     error_not_found: '&7Localisation inconnue pour &4$target&7.'
  228.   lockdown:
  229.     usage: '&4Usage : /lockdown <raison> | /lockdown end'
  230.     message: ''
  231.     stopped: '&4Maintenance terminée.'
  232.     kick_message: |-
  233.       &4Maintenance du serveur en cours.
  234.       &4Réessaie plus tard.
  235.     error_not_active: '&4Aucune maintenance en cours.'
  236.     kick_message_global: |-
  237.       Network lockdown active, try again later.
  238.       Reason: $reason
  239.   kick:
  240.     usage: '&4Usage : /kick <pseudo> [raison]'
  241.     no_match: '&4Joueur introuvable.'
  242.     message: '&7Tu as été exclu du serveur par &4$executor &7pour ''&4$reason&7'''
  243.     message_no_reason: '&7Tu as été exclu du serveur par &4$executor&7.'
  244.     response: '&4$player &7a été exclu.'
  245.     broadcast: '&6- &4$player&c a été exclu par &4$executor&c pour ''&4$reason&c''.'
  246.     broadcast_no_reason: '&6- &4$player&c a été exclu par &4$executor&c.'
  247.     exempt: '&4Tu ne peux pas exclure $player.'
  248.     kick_requested: '&4$player n''est pas connecté sur ce serveur. Une requête à été
  249.      envoyée sur les autres serveurs.'
  250.   togglechat:
  251.     toggle_off: '               &4&o>> &7&oChat désactivé &4&o<<'
  252.     toggle_on: '     &4&o>> &7&oChat à nouveau disponible &4&o<<'
  253.   clearchat:
  254.     broadcast: '&7   - Chat nettoyé par &4$executor&7 -'
  255.   mutechat:
  256.     response: '&4Tu ne peux pas parler tant que le chat est désactivé.'
  257.     broadcast_disabled: '&7   - Chat désactivé par &4$executor&7 -'
  258.     broadcast_enabled: '&7   - Chat réactivé par &4$executor&7 -'
  259.   litebans:
  260.     reload_success: '&aLiteBans reloaded successfully.'
  261.     reload_fail_connect: '&aLiteBans reloaded. &cFailed to connect to database.'
  262.     add_history_usage: '&4Usage : /litebans addhistory <nom> <UUID> <IP>'
  263.     add_history: '&aHistory added.'
  264.     fix_history: '&aFixing history for table $table...'
  265.     fix_history_result: '&aAdded $amount entries.'
  266.     import_usage: '&4Usage : /litebans import start'
  267.     import_start: '&aImporting from $db, this might take a while...'
  268.     import_finish: '&aImport finished successfully. $bans bans imported, $ipbans IP-bans.'
  269.     import_finish_litebans: '&aImport finished successfully. Added $amount entries
  270.      to the database.'
  271.     import_fail: '&cImport failed. Check console.'
  272.     import_unsupported: '&cImporting from ''$name'' is not supported yet!'
  273.     sqlexec_success: '&aSQL query executed successfully.'
  274.     sqlexec_failure: '&cFailed to execute.'
  275.     reload_fail: '&cReload failed.'
  276.     reload_fail_config: |-
  277.       &c[LiteBans] &4config.yml is not valid and could not be loaded, the default configuration will be used.
  278.       &cPlease check the server console for more information.
  279.     reload_fail_messages: |-
  280.       &c[LiteBans] &4messages.yml is not valid and could not be loaded, default messages will be used.
  281.       &cPlease check the server console for more information.
  282.     fix_history_offline_uuids: '&c$amount UUIDs were not fetched from Mojang since
  283.      they are offline-mode UUIDs.'
  284.   checkmute:
  285.     usage: '&4Usage : /checkmute <pseudo>'
  286.     no_mute: '&4Ce joueur n''est pas réduit au silence.'
  287.     muted: |-
  288.       &4$target&7 est réduit au silence :
  289.       &7Réduit au silence par : &4$executor
  290.       &7Raison : &4$reason
  291.       &7Le : &4$dateStart
  292.       &7Expire le : &4$dateEnd &7($duration)
  293.       &7Serveur d'origine : &4$serverOrigin
  294. duration:
  295.  expired: expiré
  296.  forever: à vie
  297.  year: an
  298.  years: ans
  299.  month: mois
  300.  months: mois
  301.  week: semaine
  302.  weeks: semaines
  303.  day: jour
  304.  days: jours
  305.  hour: heure
  306.  hours: heures
  307.  minute: minute
  308.  minutes: minutes
  309.  second: seconde
  310.  seconds: secondes
  311. error_no_uuid_found: '&4Ce joueur n''existe pas.'
  312. strings:
  313.  global: global
  314.  'null': inconnu
  315.  'true': oui
  316.  'false': non
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement