Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 17.81 KB | None | 0 0
  1. # Variables
  2. # [reason] = Ban/Mute reason
  3. # [player] = The name of the player
  4. # [ip] = The banned ip
  5. # [actor] = Who banned/muted
  6. # [expires] = How long until the ban/mute ends
  7.  
  8. messages:
  9.   duplicateIP: '&7[&c&lRcControl&7] &cUwaga: &4[player] &cma takie samo IP jak zbanowani
  10.     gracze:\n&6[players]'
  11.   configReloaded: '&aConfiguration reloaded successfully!'
  12.   deniedNotify:
  13.     player: '&7[&c&lRcControl&7] &cUwaga: &4[player] &cprobowal sie polaczyc z serwerem,
  14.       lecz dostep zostal zablokowany, powod: &4[reason]'
  15.     ip: '&7[&c&lRcControl&7] &cUwaga: &4[ip] &cprobowal sie polaczyc z serwerem, lecz
  16.       dostep zostal zablokowany, powod: &4[reason]'
  17.   deniedMaxIp: '&7[&cRC&7] &cZbyt wielu graczy z Twoim adresem IP online'
  18.   deniedMultiaccounts: '&7[&cRC&7] &cToo many players with your ip address logged in recently'
  19.   deniedCountry: '&7[&cRC&7] &cYou may not connect from your region'
  20.   time:
  21.     now: teraz
  22.     year: rok
  23.     years: lat
  24.     month: miesiac
  25.     months: miesiace
  26.     week: tydzien
  27.     weeks: tygodni
  28.     day: dzien
  29.     days: dni
  30.     hour: godzina
  31.     hours: godziny
  32.     minute: minuta
  33.     minutes: minut
  34.     second: sekunde
  35.     seconds: sekund
  36.     never: nigdy
  37.     error:
  38.       invalid: '&7[&c&lRcControl&7] &cWprowadzono bledna dlugosc blokady.'
  39.       limit: '&7[&c&lRcControl&7] &cPrzekroczylo limit dlugosci blokady.'
  40.   none: none
  41.   sender:
  42.     error:
  43.       notFound: '&7[&c&lRcControl&7] &cNie znaleziono uzytkownika o nicku &4[player]&c.'
  44.       offline: '&7[&c&lRcControl&7] &4[player] &cjest offline'
  45.       noSelf: '&7[&c&lRcControl&7] &cNie mozesz wykonac tej czynnosci na sobie.'
  46.       exception: '&7[&c&lRcControl&7] &cWystąpił błąd podczas próby wykonania tego polecenia. Wiecej informacji znajdziesz w konsoli.'
  47.       invalidIp: '&7[&c&lRcControl&7] &cInvalid IP address, expecting w.x.y.z format'
  48.       offlinePermission: '&7[&c&lRcControl&7] &cNie mozesz wykonac tej czynnosci na graczu, ktory jest Offline.'
  49.       exempt: '&c[player] is exempt from that action'
  50.       noPermission: '&7[&cRC&7] &cBrak uprawnien.'
  51.   alts:
  52.     header: 'Possible alts found:'
  53.   export:
  54.     error:
  55.       inProgress: '&cAn export is already in progress, please wait'
  56.     player:
  57.       started: '&aPlayer ban export started'
  58.       finished: '&aPlayer ban export finished, file [file] created'
  59.     ip:
  60.       started: '&aIP ban export started'
  61.       finished: '&aIP ban export finished, file [file] created'
  62.   import:
  63.     error:
  64.       inProgress: '&cAn import is already in progress, please wait'
  65.     player:
  66.       started: '&aPlayer ban import started'
  67.       finished: '&aPlayer ban import finished'
  68.     ip:
  69.       started: '&aIP ban import started'
  70.       finished: '&aIP ban import finished'
  71.   info:
  72.     error:
  73.       incorrectFlagUsage: '&cA flag has been incorrectly used'
  74.       invalidIndex: '&cInvalid player option used'
  75.       indexRequired: '&cMultiple players named [name], found, please select a player
  76.         by providing an index between 1 and [size], e.g. /bminfo [name] 1'
  77.       index: '&7#[index] - &6[name] - &4[uuid]'
  78.     stats:
  79.       player: '&7[&c&lRcControl&7] &4[player] &cbyl banowany juz &4[bans] &craz(y), wyciszony &4[mutes] &crazy, wyrzucony
  80.         &4[kicks] &crazy oraz ostrzezony &4[warns] &crazy &7(&4[warnPoints]&c puntkow&7)'
  81.       ip: '&7[&c&lRcControl&7] &cTen adres IP byl banowany juz &4[bans]&c raz(y)'
  82.     connection: '&6Their last connection was with [ip] on [lastSeen]'
  83.     geoip: 'Country: [country] City: [city]'
  84.     ban:
  85.       permanent: '&6Currently banned for &4[reason]&6 by [actor] at [created]'
  86.       temporary: '&6Currently banned for &4[reason]&6 by [actor] at [created] which
  87.         expires in [expires]'
  88.       dateTimeFormat: dd-MM-yyyy HH:mm:ss
  89.     ipban:
  90.       permanent: '&6Currently banned for &4[reason]&6 by [actor] at [created]'
  91.       temporary: '&6Currently banned for &4[reason]&6 by [actor] at [created] which
  92.         expires in [expires]'
  93.       dateTimeFormat: dd-MM-yyyy HH:mm:ss
  94.     mute:
  95.       permanent: '&6Currently muted for &4[reason]&6 by [actor] at [created]'
  96.       temporary: '&6Currently muted for &4[reason]&6 by [actor] at [created] which
  97.         expires in [expires]'
  98.       dateTimeFormat: dd-MM-yyyy HH:mm:ss
  99.     website:
  100.       player: http://yourdomain.com/index.php?action=viewplayer&player=[player]&server=0
  101.       ip: http://yourdomain.com/index.php?action=viewip&ip=[ip]&server=0
  102.     history:
  103.       row: '&7#[id] &a[&f[type]&a] &6[actor]&f [meta] [reason] - &e[created]'
  104.       dateTimeFormat: dd-MM-yyyy HH:mm:ss
  105.       noResults: '&cNo results found'
  106.     ips:
  107.       row: '&e[ip] - &6[join] - [leave]'
  108.       dateTimeFormat: dd-MM-yyyy HH:mm:ss
  109.   kick:
  110.     player:
  111.       noReason: ' &7############# [&4&lRC KICK&7] #############\n
  112.                \n &cZostales wyrzucony z serwera przez &4[actor]&c!\n
  113.                \n &7############# [&4&lRC KICK&7] #############'
  114.       reason: ' &7############# [&4&lRC KICK&7] #############\n
  115.                \n &cZostales wyrzucony z serwera przez &4[actor]&c!
  116.                \n &cPowod: &4[reason]\n
  117.                \n &7############# [&4&lRC KICK&7] #############'
  118.     notify:
  119.       noReason: '&7[&cRC&7] &4[player] &czostal wyrzucony przez &4[actor]'
  120.       reason: '&7[&cRC&7] &4[player] &czostal wyrzucony przez &4[actor] &cza &4[reason]&c.'
  121.   ban:
  122.     player:
  123.       disallowed: ' &7################## [&4&lRC MINIGAMES&7] ##################\n
  124.                \n   &cJestes permanentnie zablokowany na serwerze &4MiniGames&c!
  125.                \n   &cPowod blokady: &4[reason]
  126.                \n   &cZbanowany przez: &4[actor]
  127.                \n   &8Mozesz odwolac sie od nadanej blokady na naszym forum - &7realcraft.pl/forum&8!\n
  128.                 &7################## [&4&lRC MINIGAMES&7] ##################'
  129.       kick: ' &7################## [&4&lRC BAN&7] ##################\n
  130.                \n &cZostales permanentnie zablokowany na serwerze &4MiniGames&c!
  131.                \n &cPowod blokady: &4[reason]
  132.                \n &cZbanowany przez: &4[actor]
  133.                \n &8Mozesz odwolac sie od nadanej blokady na naszym forum - &7realcraft.pl/forum&8!\n
  134.                \n &7################## [&4&lRC BAN&7] ##################'
  135.     notify: '&7[&cRC&7] &4[player] &czostal permanentnie zbanowany przez &4[actor]
  136.       &cza &4[reason]&c.'
  137.     error:
  138.       exists: '&7[&c&lRcControl&7] &4[player] &cjest juz zbanowany.'
  139.   banall:
  140.     notify: '&6[player] will be permanently banned by [actor] for &4[reason]'
  141.   tempban:
  142.     player:
  143.       disallowed: '&7################## [&4&lRC MINIGAMES&7] ##################\n
  144.                \n   &cJestes tymczasowo zablokowany na serwerze &4MiniGames&c!
  145.                \n   &cPowod blokady: &4[reason]
  146.                \n   &cBlokada skonczy sie za: &4[expires]
  147.                \n   &cZbanowany przez: &4[actor]
  148.                \n   &8Mozesz odwolac sie od nadanej blokady na naszym forum - &7realcraft.pl/forum&8!\n
  149.                 &7################## [&4&lRC MINIGAMES&7] ##################'
  150.       kick: ' &7################## [&4&lRC BAN&7] ##################\n
  151.                \n &cZostales tymczasowo zablokowany na serwerze &4MiniGames&c!
  152.                \n &cPowod blokady: &4[reason]
  153.                \n &cDlugosc blokady: &4[expires]
  154.                \n &cZbanowany przez: &4[actor]
  155.                \n &8Mozesz odwolac sie od nadanej blokady na naszym forum - &7realcraft.pl/forum&8!\n
  156.                \n &7################## [&4&lRC BAN&7] ##################'
  157.     notify: '&7[&cRC&7] &4[player] &czostal zbanowany na &4[expires] &cprzez &4[actor]
  158.       &cza &4[reason]&c.'
  159.   tempbanall:
  160.     notify: '&6[player] will be temporarily banned for [expires] by [actor] for &4[reason]'
  161.   unban:
  162.     notify: '&7[&aRC&7] &2[player] &azostal odbanowany!'
  163.     error:
  164.       noExists: '&7[&c&lRcControl&7] &4[player] &cnie jest zbanowany'
  165.       notOwn: '&7[&c&lRcControl&7] &4[player] &cnie zostal zbanowany przez Ciebie, wiec nie mozesz go odbanowac.'
  166.   unbanall:
  167.     notify: '&6[player] will be unbanned by [actor]'
  168.   mute:
  169.     player:
  170.       blocked: '&7[&cRC&7] &cNie mozesz uzyc komendy &4[command]&c, poniewaz jestes zablokowany!'
  171.       disallowed: '&7[&cRC&7] &cZostales permanentnie wyciszony za &4[reason] &cprzez&4 [actor]&c.'
  172.       broadcast: '&7[&4Wyciszony&7]&r &8[player]&7:&8 [message]'
  173.     notify: '&7[&cRC&7] &4[player] &czostal permanentnie wyciszony przez &4[actor] &cza &4[reason]&c.'
  174.     error:
  175.       exists: '&7[&c&lRcControl&7] &4[player]&c jest juz wyciszony!'
  176.   muteip:
  177.     ip:
  178.       disallowed: '&7[&cRC&7] &cZostales permanetnie wyciszony przez &4[actor]&c za &4[reason]'
  179.       broadcast: '&7[&4Wyciszony&7]&r &8[player]&7:&8 [message]'
  180.     notify: '&7[&cRC&7] &4[ip] &7(&4[players]&7) zostalo permanetnie wyciszone przez &4[actor] &cza &4[reason]'
  181.     error:
  182.       exists: '&7[&c&lRcControl&7] &cAdres IP &4[ip] &cjest juz wyciszony!'
  183.   muteall:
  184.     notify: '&6[player] will be permanently muted by [actor] for &4[reason]'
  185.   tempmute:
  186.     player:
  187.       disallowed: '&7[&cRC&7] &cZostales tymczasowo wyciszony za &4[reason] &cprzez
  188.         &4[actor] \n&c Wygasa za: &4[expires]'
  189.     notify: '&7[&cRC&7] &4[player] &czostal tymczasowo wyciszony na &4[expires] &cprzez
  190.       &4[actor] &cza &4[reason]'
  191.     error:
  192.       exists: '&7[&c&lRcControl&7] &4[player] &cjest juz wyciszony!'
  193.   tempmuteip:
  194.     ip:
  195.       disallowed: '&7[&cRC&7] &cZostales tymczasowo wyciszony za &4[reason] &cprzez
  196.         &4[actor] \n&c Wygasa za: &4[expires]'
  197.     notify: '&7[&cRC&7] &4[ip] &c(&4[players]&c) zostalo tymczasowo wyciszone na &4[expires]&c przez&4 [actor]
  198.        &cPowód: &4[reason]'
  199.     error:
  200.       exists: '&7[&c&lRcControl&7] &cAdres &4[ip] &cjest juz wyciszony!'
  201.   tempmuteall:
  202.     notify: '&6[player] will be temporarily muted for [expires] by [actor] for &4[reason]'
  203.   unmute:
  204.     notify: '&7[&aRC&7] &2[player] &azostal odciszony przez &2[actor]&a!'
  205.     player: '&7[&aRC&7] &aZostales odciszony przez &2[actor]&a!'
  206.     error:
  207.       noExists: '&7[&c&lRcControl&7] &4[player] &cnie jest wyciszony.'
  208.       notOwn: '&7[&c&lRcControl&7] &4[player] &cnie zostal wyciszony przez Ciebie, wiec nie mozesz go odciszyc.'
  209.   unmuteip:
  210.     notify: '&7[&aRC&7] &aAdres &2[ip] &azostal odciszony przez &2[actor]&a!'
  211.     error:
  212.       noExists: '&7[&c&lRcControl&7] &cAdres &4[ip]&c nie jest wyciszony.'
  213.       notOwn: '&7[&c&lRcControl&7] &cAdres &4[ip] &cnie zostal wyciszony przez Ciebie, wiec nie mozesz go odciszyc.'
  214.   unmuteall:
  215.     notify: '&6[player] will be unmuted by [actor]'
  216.   banname:
  217.     name:
  218.       disallowed: '&6You have been banned from this server for &4[reason]'
  219.       kick: '&6You have been banned permanently for &4[reason]'
  220.     notify: '&6Name [name] has been permanently banned by [actor] for &4[reason]'
  221.     error:
  222.       exists: '&cName [name] is already banned'
  223.   tempbanname:
  224.     name:
  225.       disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires
  226.         in [expires]'
  227.       kick: '&6You have been temporarily banned for &4[reason]'
  228.     notify: '&6Name [name] has been temporarily banned for [expires] by [actor] for
  229.       &4[reason]'
  230.   unbanname:
  231.     notify: '&6Name [name] has been unbanned by [actor]'
  232.     error:
  233.       noExists: '&cName [name] is not banned'
  234.   banip:
  235.     ip:
  236.       disallowed: '&6You have been banned from this server for &4[reason]'
  237.       kick: '&6You have been banned permanently for &4[reason]'
  238.     notify: '&6[ip] ([players]) has been permanently banned by [actor] for &4[reason]'
  239.     error:
  240.       exists: '&c[ip] is already banned'
  241.   baniprange:
  242.     error:
  243.       invalid: '&cInvalid range, please use cidr notation 192.168.0.1/16 or wildcard
  244.         192.168.*.*'
  245.       minMax: '&cRange must be lowest to highest'
  246.       exists: '&cA ban containing those ranges already exists'
  247.     ip:
  248.       disallowed: '&6You have been banned from this server for &4[reason]'
  249.       kick: '&6You have been banned permanently for &4[reason]'
  250.     notify: '&6[from] - [to] have been banned by [actor]'
  251.   tempbaniprange:
  252.     notify: '&6[from] - [to] has been temporarily banned for [expires] by [actor]'
  253.     ip:
  254.       disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires
  255.         in [expires]'
  256.       kick: '&6You have been temporarily banned for [expires] by [actor] for &4[reason]'
  257.   unbaniprange:
  258.     notify: '&6[from] - [to] has been unbanned by [actor]'
  259.   banipall:
  260.     notify: '&6[ip] will be permanently banned by [actor] for &4[reason]'
  261.   tempbanip:
  262.     ip:
  263.       disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires
  264.         in [expires]'
  265.       kick: '&6You have been temporarily banned for &4[reason]'
  266.     notify: '&6[ip] ([players]) has been temporarily banned for [expires] by [actor]
  267.       for &4[reason]'
  268.   tempbanipall:
  269.     notify: '&6[ip] will be temporarily banned for [expires] by [actor] for &4[reason]'
  270.   unbanip:
  271.     notify: '&6[ip] has been unbanned by [actor]'
  272.     error:
  273.       noExists: '&c[ip] is not banned'
  274.   unbanipall:
  275.     notify: '&6[ip] will be unbanned by [actor]'
  276.   warn:
  277.     player:
  278.       warned: '&7[&cRC&7] &cZostales ostrzezony przez &4[actor] &cza &4[reason]'
  279.       disallowed:
  280.         header: '&cYou may not speak until you have accepted your most recent warning.
  281.           Please type the following:'
  282.         reason: '&4[reason]'
  283.         removed: '&aThank you for your understanding, you may now speak again'
  284.     notify: '&7[&cRC&7] &4[player] &czostal ostrzezony przez &4[actor] &cza &4[reason]'
  285.     error:
  286.       cooldown: '&7[&c&lRcControl&7] &cTen gracz niedawno temu zostal ostrzezony, zaczekaj chwile zanim znowu bedzie mozna to zrobic.'
  287.   tempwarn:
  288.     player:
  289.       warned: '&7[&cRC&7] &cZostales ostrzezony przez &4[actor] &cza &4[reason]&c, wygasa
  290.         za &4[expires]'
  291.     notify: '&7[&cRC&7] &4[player] &czostal ostrzezony przez &4[actor] &cza &4[reason]&c,
  292.       &cwygasa za &4[expires]'
  293.   dwarn:
  294.     player:
  295.       notify: '&7[&2RC&7] &aTwoje ostatnie ostrzezenie zostalo usuniete przez &2[actor]'
  296.     notify: '&7[&2RC&7] &aOstatnie ostrzezenie gracza &2[player] &azostalo usuniete'
  297.     error:
  298.       noWarnings: '&7[&cRC&7] &4[player] &cnie ma aktywnych ostrzezen.'
  299.   bmclear:
  300.     notify: '&c[player] has had their [type] cleared'
  301.     error:
  302.       invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks,
  303.         notes or warnings'
  304.   bmutils:
  305.     missingplayers:
  306.       notify: '&c[amount] missing players added'
  307.       noneFound: '&a0 missing players found'
  308.       found: '&c[amount] missing player data found. Fixing...'
  309.       error:
  310.         failedLookup: '&cFailed to lookup player [uuid], check server logs'
  311.       complete: '&a[amount] players resolved, please restart your server for failed
  312.         punishments to take affect'
  313.   bmrollback:
  314.     notify: '&c[player] has had their [type] actions undone'
  315.     error:
  316.       invalid: '&cInvalid type, please choose between bans, banrecords, mutes, muterecords,
  317.         kicks, notes or warnings'
  318.   sync:
  319.     player:
  320.       started: '&aStarting force [type] synchronisation'
  321.       finished: '&aForced [type] synchronisation complete'
  322.   update:
  323.     notify: '&6[BanManager] &aAn update is available'
  324.   notes:
  325.     header: '&6[player] has the following notes:'
  326.     joinAmount: '&6[player] has &e[amount] &6notes, click to view them'
  327.     note: '&6[[player]] &e[message] - &e[created]'
  328.     playerNote: '&a[[player]] &6[[actor]] &e[message] - &e[created]'
  329.     dateTimeFormat: dd-MM-yyyy
  330.     notify: '[player] has a new note attached by [actor]: [message]'
  331.     error:
  332.       noNotes: '&c[player] has no notes'
  333.       noOnlineNotes: '&cNo online players have notes'
  334.   report:
  335.     notify: '&6[player] has been reported by [actor] for &4[reason]'
  336.     error:
  337.       cooldown: '&cThis player was reported too recently, try again later'
  338.     assign:
  339.       player: '&aReport [id] assigned to [player]'
  340.       notify: '&aYou have been assigned report [id] by [actor]'
  341.     unassign:
  342.       player: '&aReport [id] unassigned'
  343.     close:
  344.       notify:
  345.         closed: '&aReport [id] closed by [actor]'
  346.         command: '&aReport [id] closed by [actor] with [command]'
  347.         comment: '&aReport [id] closed by [actor] with [comment]'
  348.       dispatch: Executing command [command]
  349.     list:
  350.       noResults: '&cNo reports found'
  351.       row:
  352.         dateTimeFormat: yyyy-MM-dd HH:mm:ss
  353.         header: '&e-- Reports ([count]) -- Page ([page]/[maxPage])'
  354.         all: '&7#[id] &e[[state]] &6- [created] - [player]'
  355.     tp:
  356.       error:
  357.         notFound: '&cReport not found'
  358.         worldNotFound: '&cWorld [world] could not be found'
  359.         invalidId: '&c[id] is not a valid report id'
  360.       dateTimeFormat: yyyy-MM-dd HH:mm:ss
  361.       notify:
  362.         report: '&7#[id] &6[actor] reported [player] for &4[reason]&6 at [created]'
  363.         location: '[world] - [x], [y], [z]'
  364.     info:
  365.       error:
  366.         notFound: '&cReport not found'
  367.         invalidId: '&c[id] is not a valid report id'
  368.       dateTimeFormat: yyyy-MM-dd HH:mm:ss
  369.       notify:
  370.         report: '&7#[id] &6[actor] reported [player] for &4[reason]&6 at [created]'
  371.         location: '[world] - [x], [y], [z]'
  372.   adnoteall:
  373.     notify: '&c[player] will have a new attached by [actor]: [message]'
  374.   banlist:
  375.     header: '&7[&c&lRcControl&7] &cAktualnie nadanych jest [bans] banów. \n[type] Blokady:'
  376.   bmactivity:
  377.     row:
  378.       all: '&a[&f[type]&a] &6[player]&f - &6[actor]&f - &e[created]'
  379.       player: '&a[&f[type]&a] &6[player]&f - &e[created]'
  380.       dateTimeFormat: dd-MM-yyyy HH:mm:ss
  381.     noResults: '&cNo results found'
  382.   bmdelete:
  383.     notify: '&a[rows] rows deleted'
  384.     error:
  385.       invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks,
  386.         notes or warnings'
  387.       invalidId: '&c[id] is not a valid number'
  388.   denyalts:
  389.     player:
  390.       disallowed: '&cProbujesz dolaczyc na tym samym adresie IP, na ktorym zostal juz zbanowany gracz!'
  391.   reasons:
  392.     row: '[hashtag] = [reason]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement