Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Szukam spolszczenia do pluginu BanManager.


HARD_1337

Rekomendowane odpowiedzi

Opublikowano
Prosiłbym o spolszczenie tego daje lajki :)
# Variables
# [reason] = Ban/Mute reason
# [player] = The name of the player
# [ip] = The banned ip
# [actor] = Who banned/muted
# [expires] = How long until the ban/mute ends
 
messages:
  duplicateIP: '&cWarning: [player] has the same IP as the following banned players:\n&6[players]'
  configReloaded: '&aConfiguration reloaded successfully!'
  deniedNotify:
    player: '&cWarning: [player] attempted to join the server but was denied due to &4[reason]'
    ip: '&cWarning: [player] attempted to join the server but was denied due to &4[reason]'
  deniedMaxIp: '&cToo many players with your ip address online'
  deniedCountry: '&cYou may not connect from your region'
 
  time:
    now: 'now'
    year: 'year'
    years: 'years'
    month: 'month'
    months: 'months'
    day: 'day'
    days: 'days'
    hour: 'hour'
    hours: 'hours'
    minute: 'minute'
    minutes: 'minutes'
    second: 'second'
    seconds: 'seconds'
    never: 'never'
    error:
      invalid: '&cYour time length is invalid'
      limit: '&cYou cannot perform this action for that length of time'
 
  none: 'none'
# General command text
  sender:
    error:
      notFound: '&c[player] not found, are you sure they exist?'
      offline: '&c[player] is offline'
      noSelf: '&cYou cannot perform that action on yourself!'
      exception: '&cAn error occured whilst attempting to perform this command. Please check the console for further details.'
      invalidIp: '&cInvalid IP address, expecting w.x.y.z format'
      offlinePermission: '&cYou are not allowed to perform this action on an offline player'
      exempt: '&c[player] is exempt from that action'
      noPermission: '&cYou do not have permission to perform that action'
# Commands
  alts:
    header: 'Possible alts found:'
 
  export:
    error:
      inProgress: '&cAn export is already in progress, please wait'
    player:
      started: '&aPlayer ban export started'
      finished: '&aPlayer ban export finished, file [file] created'
    ip:
      started: '&aIP ban export started'
      finished: '&aIP ban export finished, file [file] created'
 
  import:
    error:
      inProgress: '&cAn import is already in progress, please wait'
    player:
      started: '&aPlayer ban import started'
      finished: '&aPlayer ban import finished'
    ip:
      started: '&aIP ban import started'
      finished: '&aIP ban inport finished'
 
  info:
    error:
      incorrectFlagUsage: '&cA flag has been incorrectly used'
    stats:
      player: '&6[player] has been banned [bans] times, muted [mutes] times, kicked [kicks] times and warned [warns]
      times'
      ip: '&6This ip has been banned [bans] times'
    connection: '&6Their last connection was with [ip] on [lastSeen]'
    geoip: 'Country: [country] City: [city]'
    ban:
      permanent: '&6Currently banned for &4[reason]&6 by [actor] at [created]'
      temporary: '&6Currently banned for &4[reason]&6 by [actor] at [created] which expires in [expires]'
      dateTimeFormat: 'dd-MM-yyyy HH:mm:ss'
    mute:
      permanent: '&6Currently muted for &4[reason]&6 by [actor] at [created]'
      temporary: '&6Currently muted for &4[reason]&6 by [actor] at [created] which expires in [expires]'
      dateTimeFormat: 'dd-MM-yyyy HH:mm:ss'
    website:
    history:
      row: '&7#[id] &a[&f[type]&a] &6[actor]&f [reason] - &e[created]'
      dateTimeFormat: 'dd-MM-yyyy HH:mm:ss'
      noResults: '&cNo results found'
 
  kick:
    player:
      noReason: '&6You have been kicked'
      reason: '&6You have been kicked for &4[reason]'
    notify: '&6[player] has been kicked by [actor] for &4[reason]'
 
  ban:
    player:
      disallowed: '&6You have been banned from this server for &4[reason]'
      kick: '&6You have been banned permanently for &4[reason]'
    notify: '&6[player] has been permanently banned by [actor] for &4[reason]'
    error:
      exists: '&c[player] is already banned'
 
  banall:
    notify: '&6[player] will be permanently banned by [actor] for &4[reason]'
 
  tempban:
    player:
      disallowed: '&6You have been temporarily banned from this server for &4[reason] \n&6It expires in [expires]'
      kick: '&6You have been temporarily banned for &4[reason]'
    notify: '&6[player] has been temporarily banned for [expires] by [actor] for &4[reason]'
 
  tempbanall:
    notify: '&6[player] will be temporarily banned for [expires] by [actor] for &4[reason]'
 
  unban:
    notify: '&6[player] has been unbanned by [actor]'
    error:
      noExists: '&c[player] is not banned'
      notOwn: '&c[player] was not banned by you, unable to unban'
 
  unbanall:
    notify: '&6[player] will be unbanned by [actor]'
 
  mute:
    player:
      blocked: '&cYou may not use the [command] command whilst muted!'
      disallowed: '&6You have been permanently muted for &4[reason] &6by [actor]'
    notify: '&6[player] has been permanently muted by [actor] for &4[reason]'
    error:
      exists: '&c[player] is already muted'
 
  muteall:
    notify: '&6[player] will be permanently muted by [actor] for &4[reason]'
 
  tempmute:
    player:
      disallowed: '&6You have been temporarily muted for &4[reason] &6by [actor] which expires in [expires]'
    notify: '&6[player] has been temporarily muted for [expires] by [actor] for &4[reason]'
    error:
      exists: '&c[player] is already muted'
 
  tempmuteall:
    notify: '&6[player] will be temporarily muted for [expires] by [actor] for &4[reason]'
 
  unmute:
    notify: '&6[player] has been unmuted by [actor]'
    error:
      noExists: '&c[player] is not muted'
      notOwn: '&c[player] was not muted by you, unable to unmute'
 
  unmuteall:
    notify: '&6[player] will be unmuted by [actor]'
 
  banip:
    ip:
      disallowed: '&6You have been banned from this server for &4[reason]'
      kick: '&6You have been banned permanently for &4[reason]'
    notify: '&6[ip] ([players]) has been permanently banned by [actor] for &4[reason]'
    error:
      exists: '&c[ip] is already banned'
 
  baniprange:
    error:
      invalid: '&cInvalid range, please use cidr notation 192.168.0.1/16 or wildcard 192.168.*.*'
      minMax: '&cRange must be lowest to higest'
      exists: '&cA ban containing those ranges already exists'
    ip:
      disallowed: '&6You have been banned from this server for &4[reason]'
      kick: '&6You have been banned permanently for &4[reason]'
    notify: '&6[from] - [to] have been banned by [actor]'
 
  tempbaniprange:
    notify: '&6[from] - [to] has been temporarily banned for [expires] by [actor]'
    ip:
      disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires in [expires]'
      kick: '&6You have been temporarily banned for [expires] by [actor] for &4[reason]'
 
  unbaniprange:
    notify: '&6[from] - [to] has been unbanned by [actor]'
 
  banipall:
    notify: '&6[ip] will be permanently banned by [actor] for &4[reason]'
 
  tempbanip:
    ip:
      disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires in [expires]'
      kick: '&6You have been temporarily banned for &4[reason]'
    notify: '&6[ip] ([players]) has been temporarily banned for [expires] by [actor] for &4[reason]'
 
  tempbanipall:
    notify: '&6[ip] will be temporarily banned for [expires] by [actor] for &4[reason]'
 
  unbanip:
    notify: '&6[ip] has been unbanned by [actor]'
    error:
      noExists: '&c[ip] is not banned'
 
  unbanipall:
    notify: '&6[ip] will be unbanned by [actor]'
 
  warn:
    player:
      warned: '&6You have been warned by [actor] for &4[reason]'
    notify: '&6[player] has been warned by [actor] for &4[reason]'
    error:
      cooldown: '&cThis player was warned too recently, try again later'
 
  tempwarn:
    player:
      warned: '&6You have been warned for [expires] by [actor] for &4[reason]'
    notify: '&6[player] has been warned for [expires] by [actor] for &4[reason]'
 
  dwarn:
    notify: '&cThe most recent warning for [player] has been deleted'
    error:
      noWarnings: '&c[player] has no warnings to delete'
 
  bmclear:
    notify: '&c[player] has had their [type] cleared'
    error:
      invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks or warnings'
 
  sync:
    player:
      started: '&aStarting force [type] synchronisation'
      finished: '&aForced [type] synchronisation complete'
 
  update:
    notify: '&6[banManager] &aAn update is available'
 
  notes:
    header: '&6[player] has the following notes:'
    note: '&6[[player]] &e[message]'
    playerNote: '&a[[player]] &6[[actor]] &e[message]'
    notify: '[player] has a new note attached by [actor]: [message]'
    error:
      noNotes: '&c[player] has no notes'
      noOnlineNotes: '&cNo online players have notes'
 
  adnoteall:
    notify: '&c[player] will have a new attached by [actor]: [message]'
 
  banlist:
    header: '&6There are [bans] [type] bans:'
 
  bmactivity:
    row:
      all: '&a[&f[type]&a] &6[player]&f - &6[actor]&f - &e[created]'
      player: '&a[&f[type]&a] &6[player]&f - &e[created]'
      dateTimeFormat: 'dd-MM-yyyy HH:mm:ss'
    noResults: '&cNo results found'
 
  bmdelete:
    notify: '&a[rows] rows deleted'
    error:
      invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks, notes or warnings'
      invalidId: '&c[id] is not a valid number'

 

1390144171-U592769.png


Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...