SadTurtle54

Untitled

Mar 31st, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 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
  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. # Vault-specific variables
  50. # $playerPrefix - Vault chat prefix of affected player
  51. # $playerSuffix - Vault chat suffix of affected player
  52. # $executorPrefix - Vault chat prefix of executor
  53. # $executorSuffix - Vault chat suffix of executor
  54. # Any message can be disabled by setting it to "". Empty messages will not be sent by the plugin.
  55. #
  56. # JSON examples:
  57. # broadcast_ban: '&e$bannedPlayer &chas been banned. {hoverText: &aHover text here!}'
  58. # Hover text requires "litebans.json.hover_text" to view, players without this permission will see messages without hover text.
  59. #
  60. # https://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html
  61. # Example time format with hours + minutes:
  62. # time_format: 'dd/MM/yyyy HH:mm'
  63. time_format: yyyy-MM-dd
  64. history_time_format: yyyy-MM-dd
  65. banned_message_base: |
  66. &cYou are banned from this server!&f
  67.  
  68. Banned on: $dateStart
  69. Banned by: $executor
  70. Reason: $reason&f
  71. banned_message: |-
  72. $base
  73. Expires in: $duration
  74. $appealMessage
  75. banned_message_permanent: |-
  76. $base
  77. Zostales permanentie zbanowany!
  78. $appealMessage
  79. banned_message_appeal_message: ''
  80. banned_message_geoip_blacklist: |-
  81. &cJestes zbanowany na tym serwerze!&f
  82.  
  83. Your location is blacklisted: $geoip
  84. bungee_switch_banned: |-
  85. &cZostales zbanowany na $serverScope! Powod:
  86. $reason
  87. default_ban_reason: Ban Hammer Przemowil!
  88. default_mute_reason: Spam
  89. permission_error: '&cBrak permisji!'
  90. muted: '&cZostales zmutowany! (Do konca pozostalo: $duration)!'
  91. muted_permanent: '&cZostales permanentnie zmutowany!'
  92. notify:
  93. banned_player_join: '&c$player&f probowal dolaczyc, ale jest zbanowany ($duration)!'
  94. banned_geoip_blacklist: '&c$player&f probowal dolaczyc, ale znajduje sie na blackliscie ($geoip)!'
  95. error_no_reason_provided: '&cMusisz podac powod kary!'
  96. error_no_sql_connection: '&cLiteBans nie jest podlaczony do bazy danych!'
  97. error_no_uuid_found: '&cGracz nie istnieje.'
  98. error_console_only: '&cTa komenda moze zostac wykonana jedynie przez konsole.'
  99. internal_error: '&cWystapil blad wewnetrzny podczas wykonywania tej komendy.'
  100. duration_limit_error: '&cMaksymalny czas kary: $duration'
  101. warned_join: '&cDostales nowe ostrzezenie:'
  102. warned_join_entry: |-
  103. &4 - Ostrzezony przez &c$executor&4: &c$reason
  104. &4(&c$timeSince ago&4)
  105. command:
  106. ban:
  107. usage: '&cPoprawne uzycie: $command [-s] <gracz> [czas] [powod]'
  108. unban_usage: '&cPoprawne uzycie: $command <gracz>'
  109. example: '&cPrzyklad: $command SzybkiBanan 7d [oszust]'
  110. silent_prefix: '&f[&7Cisza&f] '
  111. broadcast_ban: '&a$executor &fpermanentnie zbanowal gracza &a$bannedPlayer &fza ''&a$reason&f'''
  112. broadcast_tempban: '&a$executor &fczasowo zbanowal gracza &a$bannedPlayer &fna $tempDuration
  113. za ''&a$reason&f'''
  114. broadcast_ip_ban: '&a$executor &f permanentnie zbanowal IP gracza &a$bannedPlayer &fza ''&a$reason&f'''
  115. broadcast_temp_ip_ban: '&a$executor &fczasowo zbanowal IP gracza &a$bannedIP &fna $tempDuration
  116. za ''&a$reason&f'''
  117. broadcast_unban: '&a$executor &fodbanowal gracza &a$playerName'
  118. previous_ban_removed: '&aPoprzedni ban gracza $bannedPlayer zostal ususniety.'
  119. previous_ban_existing: '&c$bannedPlayer jest obecnie zbanowany i nie masz permisji aby
  120. to zmienic.'
  121. unban_queue: '&6Jesli sprobuja dolaczyc ponownie, zostana odbanowani'
  122. error_no_spec: '&cNieprawidlowy czas kary!'
  123. unban_fail: '&cGracz nie posiada bana!'
  124. no_override: '&cGracz jest juz zbanowany!'
  125. exempt: '&cNie mozesz zbanowac $player!'
  126. cooldown: '&cMusisz odczekac $seconds sekund zanim ponownie uzyjesz
  127. tej komendy.'
  128. response: ''
  129. mute:
  130. usage: '&cPoprawne uzycie: $command [-s] <gracz> [czas] [powod]'
  131. unmute_usage: '&cPoprawne uzycie: $command <gracz>'
  132. example: '&cPrzyklad: $command Krystian 7d [Falszywiec]'
  133. broadcast: '&a$executor &fpermanentnie wyciszyl gracza &a$mutedPlayer &fza ''&a$reason&f'''
  134. broadcast_tempmute: '&a$executor &fczasowo wyciszyl gracza &a$playerName &fna$tempDuration
  135. za ''&a$reason&f'''
  136. broadcast_ip_mute: '&a$executor &fpermanentnie wyciszyl IP gracza &a$playerName &fza ''&a$reason&f'''
  137. broadcast_temp_ip_mute: '&a$executor &fczasowo wyciszyl IP gracza &a$mutedIP &fna $tempDuration
  138. za ''&a$reason&f'''
  139. message: |-
  140. &4Zostales wyciszony przez Administratora $executor&4 za &c'&4$reason&c'&4.
  141. &4Wyciszenie zostanie zniesione za: $duration.
  142. message_permanent: |-
  143. &4Zostales permanentie wyciszony przez Administratora $executor&4 za &c'&4$reason&c'&4.
  144. &4Wyciszenie nigdy nie zostanie zniesione.
  145. broadcast_unmute: '&a$executor &fzniosl wyciszenie gracza &a$bannedPlayer'
  146. unmute_fail: '&cGracz nie jest wyciszony!'
  147. no_override: '&cGracz jest juz wyciszony!'
  148. previous_mute_removed: '&aPoprzednie wyciszenie gracza $mutedPlayer zostalo usuniete.'
  149. previous_mute_existing: '&c$mutedPlayer jest obecnie wyciszony i nie masz
  150. permisji aby to zmienic.'
  151. exempt: '&cNie mozesz wyciszyc gracza $player!'
  152. notification: '&c$mutedPlayer probowal cos napisac ale jest wyciszony.'
  153. error_not_enabled: '&cWyciszanie jest aktualnie wylaczone!'
  154. response: ''
  155. warn:
  156. usage: '&cPoprawne uzycie: $command [-s] <gracz> [powod]'
  157. unwarn_usage: '&cPoprawne uzycie: $command <gracz>'
  158. example: ''
  159. broadcast: '&a$executor &fostrzegl &a$warnedPlayer &fza ''&a$reason&f'''
  160. message: |-
  161. &cDostales ostrzezenie od Administratora $executor&c za &c'$reason&c'.
  162. &cOstrzezenie wygasnie za: $duration.
  163. list_entry: '&f \- Ostrzezony przez: $executor: ''$reason&f'''
  164. unwarn_response: '&aUsunieto ostrzezenie gracza $player.'
  165. unwarn_fail: '&cGracz nie dostal zadnego ostrzezenia!'
  166. exempt: '&cNie mozesz ostrzec $player!'
  167. cooldown: '&cMusisz odczekac $seconds sekund zanim ponownie uzyjesz
  168. tej komendy.'
  169. response: ''
  170. history:
  171. usage: '&c$command <gracz> [wpisy=10]'
  172. start: '&aHistoria banow gracza: $target (Limit: $limit):'
  173. ban_entry: |-
  174. &a -- [&f$timeSince ago&a] --&f
  175. &f $name zostal &czbanowany&fprzez $executor: '&a$reason&f'
  176. mute_entry: |-
  177. &a -- [&f$timeSince ago&a] --&f
  178. &f $name zostal &7wyciszony &fprzez $executor: '&a$reason&f'
  179. warn_entry: |-
  180. &a -- [&f$timeSince ago&a] --&f
  181. &f $name dostal &6ostrzezenie &fod $executor: '&a$reason&f'
  182. kick_entry: |-
  183. &a -- [&f$timeSince ago&a] --&f
  184. &f $name zostal &ewyrzucony &fprzez $executor: '&a$reason&f'
  185. unban_entry: |2-
  186.  
  187. &f$name zostal &7odbanowany &fprzez $executor.
  188. unmute_entry: |2-
  189.  
  190. &f$name zostal &7odmutowany &fprzez $executor.
  191. active_suffix: '&f [&cAktywny&f]'
  192. expired_suffix: '&f [&8Wygasl&f]'
  193. active_suffix_temp: |-
  194. &f [&cAktywny&f]
  195. &fWygasnie za $duration.
  196. error_no_history: '&cNie znaleziono historii.'
  197. warnings:
  198. usage: '&c$command <gracz>'
  199. start: '&aAktywne ostrzezenia gracza $target:'
  200. prunehistory:
  201. usage: '&c$command <gracz> [odstep czasowy]'
  202. message: '&aHistoria wyczyszczona.'
  203. staffhistory:
  204. usage: '&c$command <gracz> [wpisy=10]'
  205. start: '&aHistoria gracza $target (Limit: $limit):'
  206. staffrollback:
  207. usage: '&c$command <gracz> [odstep czasowy]'
  208. message: '&aWycofanie zakonczone. Usunieto: $amount'
  209. banlist:
  210. start: '&f=== &aStrona &6$page&a zf &6$total&f ==='
  211. iphistory:
  212. usage: '&c$command <gracz> [wpisy=10]'
  213. start: '&aHistoria nickow gracza $target (Limit: $limit):'
  214. entry: '&a - [&f$date&a]&f $name&a:&f $ip'
  215. error_no_history: '&cNie znaleziono historii.'
  216. dupeip:
  217. usage: '&c$command <gracz>'
  218. start: '&fSkanowanie gracza &a$name&f na &a$ip&f. &f[&aOnline&f] [&7Offline&f] [&cZbanowany&f]'
  219. start_no_ip: '&fSkanowanie gracza &7$name&f. &f[&aOnline&f] [&7Offline&f] [&cZbanowany&f]'
  220. separator: '&f, '
  221. online: '&a'
  222. offline: '&7'
  223. banned: '&c'
  224. muted: '&6'
  225. multiple_addresses: '[$num addresses]'
  226. ipreport:
  227. start: '&fSkanowanie &a$num&f graczy online... [&aOnline&f] [&7Offline&f] [&cZbanowany&f]'
  228. entry: '&f$player&a: $result'
  229. checkban:
  230. usage: '&c$command <gracz>'
  231. no_ban: '&cGracz nie posiada bana!'
  232. banned: |-
  233. &aTarget &f[&a$target&f]&a jest juz zbanowany:
  234. &aBanned by: $executor
  235. &aReason: $reason&a
  236. &aBanned on: $dateStart
  237. &aBanned until: $dateEnd ($duration)
  238. &aBanned on server &6&a$serverOrigin&a, server scope: &6$serverScope
  239. &aIP ban: $ipban, silent: $silent, permanent: $permanent
  240. checkmute:
  241. usage: '&c$command <gracz>'
  242. no_mute: '&cGracz nie posiada wyciszenia!'
  243. muted: |-
  244. &aTarget &f[&a$target&f]&a jest juz wyciszony:
  245. &aMuted by: $executor
  246. &aReason: $reason&r
  247. &aMuted on: $dateStart
  248. &aMuted until: $dateEnd ($duration)
  249. &aMuted on server &6$serverOrigin&a, server scope: &6$serverScope
  250. &aIP mute: $ipban, silent: $silent, permanent: $permanent
  251. lastuuid:
  252. usage: '&c$command <gracz|IP>'
  253. message: '&fOstatnie UUID gracza &a$name&f: &a$uuid'
  254. geoip:
  255. usage: '&c$command <gracz|IP>'
  256. message: '&a$target&f jest z: &a$result'
  257. error_disabled: '&cGeoIP jest wylaczone!'
  258. error_unavailable: '&cGeoIP nie jest dostepne. Czy na pewno
  259. jest pobrane?'
  260. error_not_found: '&cGeoIP gracza $target nie zostalo odnalezione.'
  261. lockdown:
  262. usage: '&c$command <powod> | $command end'
  263. message: '&cAktywowano blokade serwera (powod: "$reason&c")'
  264. stopped: '&aDezaktywowano blokade serwera.'
  265. kick_message: |-
  266. Aktywna blokada serwera, sprobuj ponownie pozniej.
  267. Powod: $reason
  268. kick_message_global: |-
  269. Blokada aktywowana, sprobuj ponowie pozniej.
  270. Powod: $reason
  271. error_not_active: '&cBlokada nie jest aktywna!'
  272. kick:
  273. usage: '&c$command <gracz> [powod]'
  274. no_match: '&cError: &4Nie odnaleziono gracza.'
  275. kick_requested: '&6Gracz $player nie jest online. Poproszono o wyrzucenie z innego trybu.'
  276. message: 'Zostales wyrzucony z serwera przez $executor: $reason'
  277. message_no_reason: Zostales wyrzucony z serwera przez $executor.
  278. response: '&6$player zostal wyrzucony.'
  279. broadcast: '&a$player&f zostal wyrzucony przez &a$executor&f za ''&a$reason&f''.'
  280. broadcast_no_reason: '&a$player&f zostal wyrzucony przez &a$executor&f.'
  281. exempt: '&cNie mozesz wyrzucic $player!'
  282. togglechat:
  283. toggle_off: '&aChat zostal wylaczony.'
  284. toggle_on: '&aChat zostal wlaczony.'
  285. clearchat:
  286. broadcast: '&aChat zostal wyczyszczony przez $executor.'
  287. mutechat:
  288. response: '&cChat jest aktualnie wylaczony!'
  289. broadcast_disabled: '&cChat serwera zostal wylaczony przez $executor.'
  290. broadcast_enabled: '&aChat serwera zostal wlaczony przez $executor.'
  291. litebans:
  292. reload_success: '&aLiteBans zostal pomyslnie przeladowany.'
  293. reload_fail_connect: '&aLitebans przeladowany. &cNie udalo sie polaczyc z bana danych.'
  294. reload_fail: '&cPrzeladowanie nieudane.'
  295. reload_fail_config: |-
  296. &c[LiteBans] &4config.yml jest niewazny i nie udalo sie zaladowac, zostanie uzyta podstawowa konfiguracja.
  297. &cSprawdz konsole aby dowiedziec sie wiecej.
  298. reload_fail_messages: |-
  299. &c[LiteBans] &4messages.yml jest niewazny i nie udalo sie zaladowac, zostana uzyte podstawowe komunikaty.
  300. &cSprawdz konsole aby dowiedziec sie wiecej
  301. add_history_usage: '&c$command addhistory <nazwa> <UUID> <IP>'
  302. add_history: '&aHistoria dodana.'
  303. fix_history: '&aNaprawianie historii $table...'
  304. fix_history_result: '&aDodano $amount ewpisow.'
  305. fix_history_offline_uuids: '&c$amount UUIDs nie zostaly sciagniete ze strony Mojang-u
  306. i sa offline.'
  307. import_usage: '&c$command import start'
  308. import_start: '&aImportowanie z $db, moze to chwile zajac...'
  309. import_finish: '&aImport zakonczony sukcesem. $bans banow importowanych, $ipbans Banow IP.'
  310. import_finish_litebans: '&aImport zakonczony sukcesem. Dodano $amount wpisow
  311. do bazy danych.'
  312. import_fail: '&cImport nieudany. Sprawdz konsole.'
  313. import_unsupported: '&cImportowanie z ''$name'' nie jest jeszcze wspomagane!'
  314. sqlexec_success: '&aSQL query executed successfully.'
  315. sqlexec_failure: '&cNie udalo sie wykonac.'
  316. duration:
  317. expired: Wygasl
  318. forever: Na zawsze
  319. year: rok
  320. years: lata
  321. month: miesiac
  322. months: miesiace
  323. week: tydzien
  324. weeks: tygodnie
  325. day: dzien
  326. days: dni
  327. hour: godzina
  328. hours: godziny
  329. minute: minuta
  330. minutes: minuty
  331. second: sekunda
  332. seconds: sekundy
  333. format: '%d %s'
  334. separator: ', '
  335. strings:
  336. global: global
  337. 'null': undefined
  338. 'true': 'yes'
  339. 'false': 'no'
Add Comment
Please, Sign In to add comment