Advertisement
Guest User

Messages Litebans NIX!

a guest
Feb 14th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.21 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. # Punished 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 punished player
  19. # $playerIP - IP of punished 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: yyyy-MM-dd
  51. history_time_format: yyyy-MM-dd
  52. banned_message_base: |2
  53.  
  54.  
  55. &cIP BAN: &b$ipban
  56.  
  57. &cBan expire: &b$duration
  58. banned_message: |-
  59. &6&lBans &8» &7You are banned for &a$reason
  60.  
  61. $base
  62.  
  63. $appealMessage
  64. banned_message_permanent: |-
  65. &6&lBans &8» &7You are &cpermanent&7 banned for &a$reason
  66.  
  67. $base
  68.  
  69. $appealMessage
  70. banned_message_appeal_message: '&3&lAk si dostal ban nepravom, obrat sa na nas teamspeak
  71. &ats3.a-games.eu'
  72. banned_message_geoip_blacklist: |-
  73. &cYou are banned from this server!&f
  74.  
  75. Your location is blacklisted: $geoip
  76. default_ban_reason: Ni?enie majetku A-Games.eu
  77. default_mute_reason: Spam
  78. permission_error: '&6&lBans &8» &cYou are not allowed to do this'
  79. muted: '&6&lBans &8» &8&lYou are muted (&e$duration remaining)!'
  80. muted_permanent: '&6&lBans &8» &6&LYou are permanently muted!'
  81. notify:
  82. banned_player_join: '&6&lBans &8» &a&l$player&f &7tried to join, but is &cbanned
  83. &7(&e$duration&7)!'
  84. banned_geoip_blacklist: '&6&lBans &8» &a&l$player&f &7tried to join, but is &cblacklisted
  85. &7(&e$geoip&7)'
  86. error_no_reason_provided: '&6&lBans &8» &cYou must provide a reason for this punishment!'
  87. error_no_sql_connection: '&6&lBans &8» &cLiteBans is not connected to a database!'
  88. internal_error: '&6&lBans &8» &cAn internal error occurred while attempting to perform
  89. this command.'
  90. duration_limit_error: '&6&lBans &8» &cMaximum duration allowed: $duration'
  91. warned_join: '&6&lBans &8» &cYou have new warnings:'
  92. warned_join_entry: |-
  93. &6&lBans &8» &4 - Warned by &e$executor&4: &a$reason
  94. &4(&e$timeSince ago&4)
  95. command:
  96. ban:
  97. usage: '&6&lBans &8» &7Use: &a/ban <player> [duration] [reason]'
  98. unban_usage: '&6&lBans &8» &7Use: &a/unban <player>'
  99. example: '&6&lBans &8» &7Example: &a/ban Peter 7d [reason]'
  100. silent_prefix: '&f[&7Silent&f] '
  101. broadcast_ban: '&6&lBans &8» &b$bannedPlayer&7 was banned &7by &e$executor &7for
  102. &a$reason'
  103. broadcast_tempban: '&6&lBans &8» &b$bannedPlayer&7 was banned &7by &e$executor
  104. &7for &a$reason &7on &e$duration'
  105. broadcast_ip_ban: '&6&lBans &8» &b$bannedPlayer&7 was IP-banned &7by &e$executor
  106. &7for &a$reason'
  107. broadcast_temp_ip_ban: '&6&lBans &8» &b$bannedPlayer&7 was IP-banned &7by &e$executor
  108. &7for &a$reason &7on &e$duration'
  109. broadcast_ip_ban_hidden: '&c[Hidden IP]'
  110. broadcast_unban: '&6&lBans &8» &bbannedPlayer &7was unbanned by &e$executor'
  111. previous_ban_removed: '&6&lBans &8» &7Previous ban for &b$bannedPlayer &7removed.'
  112. previous_ban_existing: '&6&lBans &8» &b$bannedPlayer &c is already banned permissions
  113. to replace existing bans.'
  114. unban_queue: '&6&lBans &8» &6If they try to reconnect, they will be unbanned.'
  115. error_no_spec: '&6&lBans &8» &cNo valid time specification detected!'
  116. unban_fail: '&6&lBans &8» &cTarget is not banned!'
  117. exempt: '&6&lBans &8» &cYou can''t ban &b$player!'
  118. broadcast_unmute: '&a$executor &funmuted &a$mutedPlayer'
  119. no_override: '&cPlayer is already banned!'
  120. response: ''
  121. mute:
  122. usage: '&6&lBans &8» &7Use: &a/mute <player> [duration] [reason]'
  123. unmute_usage: '&6&lBans &8» &7Use: &a/unmute <player>'
  124. example: '&6&lBans &8» &7Example: &a/mute Adrianko 1d [reason]'
  125. broadcast: '&6&lBans &8» &b$mutedPlayer&7 was muted &7by &e$executor &7for &a$reason'
  126. broadcast_tempmute: '&6&lBans &8» &b$mutedPlayer&7 was muted &7by &e$executor
  127. &7for &a$reason &7on &e$duration'
  128. message: |-
  129. &6&lBans &8» &bYou have been muted by &e$executor&4 &bfor &a$reason&c
  130. &6&lBans &8» &bExpire: &e$duration.
  131. message_permanent: |-
  132. &6&lBans &8» &bYou have been muted by &e$executor&4 &bfor &a$reason&c
  133. &6&lBans &8» &bExpire: &eNever.
  134. unmute_fail: '&6&lBans &8» &cTarget is not muted!'
  135. previous_mute_removed: '&6&lBans &8» &7Previous mute for &b$mutedPlayer &7removed.'
  136. previous_mute_existing: '&6&lBans &8» &b$mutedPlayer &c is already muted'
  137. exempt: '&6&lBans &8» &&cYou can''t mute &b$player!'
  138. notification: '&6&lBans &8» &&c$mutedPlayer tried to speak, but is muted.'
  139. error_not_enabled: '&6&lBans &8» &cMuting is not enabled in the configuration!'
  140. broadcast_ip_mute: '&6&lBans &8» &b$mutedPlayer&7 was IP-muted &7by &e$executor
  141. &7for &a$reason'
  142. broadcast_temp_ip_mute: '&6&lBans &8» &b$mutedPlayer&7 was IP-muted &7by &e$executor
  143. &7for &a$reason &7on &e$duration'
  144. no_override: '&6&lBans &8» &cPlayer is already muted!'
  145. response: ''
  146. warn:
  147. usage: '&6&lBans &8» &7Use: &a/warn <player> [reason]'
  148. unwarn_usage: '&6&lBans &8» &7Use: &a/unwarn <player>'
  149. example: '&6&lBans &8» &7Example: &a/warn Peter Klud'
  150. broadcast: '&6&lBans &8» &b$warnedPlayer&7 was warned &7by &e$executor &7for &a$reason'
  151. message: '&6&lBans &8» &bYou have been warned by &e$executor&4 &bfor &a$reason&c'
  152. list_entry: '&6&lBans &8» & \- Warned by &e$executor: &a$reason&f'
  153. unwarn_response: '&6&lBans &8» &&aLast warning removed for $player.'
  154. unwarn_fail: '&6&lBans &8» &&cTarget has no warnings!'
  155. exempt: '&6&lBans &8» &cYou can''t warn &b$player!'
  156. cooldown: '&6&lBans &8» &cYou need to wait $seconds seconds before $player can
  157. be warned again.'
  158. response: ''
  159. history:
  160. usage: '&6&lBans &8» &7Use: &a/history <player>'
  161. start: '&eHistory for $target (Limit: $limit):'
  162. ban_entry: |-
  163. &7 -- &8[&a$timeSince ago&8]&7 --
  164. &b$name&7 was &cbanned &7by &e$executor &7for &a$reason&7
  165. mute_entry: |-
  166. &7 -- &8[&a$timeSince ago&8]&7 --
  167. &b$name&7 was &amuted &7by &e$executor &7for &a$reason&7
  168. warn_entry: |-
  169. &7 -- &8[&a$timeSince ago&8]&7 --
  170. &b$name&7 was &ewarned &7by &e$executor &7for &a$reason&7
  171. kick_entry: |-
  172. &7 -- &8[&a$timeSince ago&8]&7 --
  173. &b$name&7 was &6kicked &7by &e$executor &7for &a$reason&7
  174. active_suffix: '&8 [&cActive&8]'
  175. active_suffix_temp: |-
  176. &8 [&cActive&8]
  177. &bExpires: &e$duration.
  178. error_no_history: '&6&lBans &8» &cNo history found'
  179. unban_entry: |2-
  180.  
  181. &b$name &7was unbanned by &e$executor
  182.  
  183. unmute_entry: |2-
  184.  
  185. &b$name &7was unmuted by &e$executor
  186. expired_suffix: '&8 [&aExpired&8]'
  187. warnings:
  188. usage: '&6&lBans &8» &7Use: &a/warnings <player>'
  189. start: '&6&lBans &8» &aActive warnings for &b$target:'
  190. prunehistory:
  191. usage: '&6&lBans &8» &7Use: &a/prunehistory <player> [duration]'
  192. message: '&6&lBans &8» &aHistory pruned.'
  193. staffhistory:
  194. usage: '&6&lBans &8» &7Use: &a/staffhistory <player> [entries=10]'
  195. start: '&6&lBans &8» &aStaff history for $target (Limit: $limit):'
  196. staffrollback:
  197. usage: '&6&lBans &8» &7Use: &a/staffrollback <player> [duration]'
  198. message: '&6&lBans &8» &aRollback completed, total entries removed: $amount'
  199. banlist:
  200. start: '&7=== &aPage &a$page&7 out of &c$total&7 ==='
  201. iphistory:
  202. usage: '&6&lBans &8» &7Use: &a/iphistory <player> [entries=10]'
  203. start: '&6&lBans &8» &aLogin history for $target (Limit: $limit):'
  204. entry: '&6&lBans &8» &a - [&f$date&a]&f $name&a:&f $ip'
  205. error_no_history: '&6&lBans &8» &cNo history found.'
  206. dupeip:
  207. usage: '&6&lBans &8» &7Use: &a/dupeip <player>'
  208. start: '&6&lBans &8» &7Scanning &b$name&7 on &a$ip&7 &8[&a&lOnline&8] [&7&lOffline&8]
  209. [&c&lBanned&8] [&e&lMuted&8]'
  210. start_no_ip: '&6&lBans &8» &7Scanning &b$name&7 &8[&a&lOnline&8] [&7&lOffline&8]
  211. [&c&lBanned&8] [&e&lMuted&8]'
  212. separator: '&f, '
  213. online: '&a&l'
  214. offline: '&7&l'
  215. banned: '&c&l'
  216. muted: '&e&l'
  217. multiple_addresses: '[$num addresses]'
  218. ipreport:
  219. start: '&6&lBans &8» &7Scanning &a$num&7 online players.. &8[&a&lOnline&8] [&7&lOffline&8]
  220. [&c&lBanned&8] [&e&lMuted&8]'
  221. entry: '&6&lBans &8» &b$player: &a$result'
  222. checkban:
  223. usage: '&6&lBans &8» &7Use: &a/checkban <player>'
  224. no_ban: '&6&lBans &8» &cTarget is not banned!'
  225. banned: |-
  226. &bTarget &a$target&b is banned:
  227. &7Banned by: &e$executor
  228. &7Reason: &e$reason&a
  229. &7Banned on: &e$dateStart
  230. &7Banned until: &e$duration&
  231. &7Banned on server &e$serverOrigin
  232. &7IP ban: &e$ipban, &7silent: &e$silent, &7permanent: &e$permanent
  233. checkmute:
  234. usage: '&6&lBans &8» &7Use: &a/checkmute <player>'
  235. no_mute: '&cTarget is not muted!'
  236. muted: |-
  237. &bTarget &a$target&b is muted:
  238. &7Muted by: &e$executor
  239. &7Reason: &e$reason&r
  240. &7Muted on: &e$dateStart
  241. &7Muted until: &e$duration
  242. &7Muted on server &e$serverOrigin&a
  243. &7IP mute: &e$ipban, &7silent: &e$silent, &7permanent: &e$permanent
  244. lastuuid:
  245. usage: '&6&lBans &8» &7Use: &a/lastuuid <player|IP>'
  246. message: '&6&lBans &8» &fLast UUID for &a$name&f: &a$uuid'
  247. geoip:
  248. usage: '&6&lBans &8» &7Use: &a/geoip <player|IP>'
  249. message: '&6&lBans &8» &a$target&f is from: &a$result'
  250. error_disabled: '&6&lBans &8» &cGeoIP support is not enabled in the configuration!'
  251. error_unavailable: '&6&lBans &8» &cGeoIP support is currently unavailable, has
  252. it been downloaded yet?'
  253. error_not_found: '&cGeoIP information for $target not found.'
  254. lockdown:
  255. usage: '&6&lBans &8» &7Use: &a/lockdown <reason> | /lockdown end'
  256. message: '&6&lBans &8» &cServer lockdown activated (reason: "$reason&c")'
  257. stopped: '&6&lBans &8» &aLockdown has been deactivated.'
  258. kick_message: '&6&lBans &8» &cPrebieha údr?ba servera!'
  259. error_not_active: '&6&lBans &8» &cLockdown is not active!'
  260. kick_message_global: Network lockdown active, try again later.
  261. kick:
  262. usage: '&6&lBans &8» &7Use: &a/kick <player> [reason]'
  263. no_match: '&6&lBans &8» &cPlayer not found.'
  264. message: '&6&lBans &8» &7You are kicked by &e$executor&7 for &a$reason'
  265. message_no_reason: '&6&lBans &8» &7You are kicked by &e$executor&7'
  266. response: '&6&lBans &8» &6$player has been kicked.'
  267. broadcast: '&6&lBans &8»&b$player&f was kicked &7by &e$executor &7for &a$reason'
  268. broadcast_no_reason: '&6&lBans &8»&b$player&f was kicked &7by &e$executor'
  269. exempt: '&6&lBans &8» &cYou can''t kick &b$player!'
  270. kick_requested: '&6&lBans &8» &6Player $player is not online on this server. Cross-server
  271. kick has been requested.'
  272. togglechat:
  273. toggle_off: '&6&lBans &8» &aChat has been toggled off.'
  274. toggle_on: '&6&lBans &8» &aChat has been toggled on.'
  275. clearchat:
  276. broadcast: '&6&lBans &8» &aChat has been cleared by $executor.'
  277. mutechat:
  278. response: '&6&lBans &8» &cServer chat is currently disabled!'
  279. broadcast_disabled: '&6&lBans &8» &cServer chat has been disabled by $executor.'
  280. broadcast_enabled: '&6&lBans &8» &aServer chat has been enabled by $executor.'
  281. litebans:
  282. reload_success: '&6&lBans &8» &aLiteBans reloaded successfully.'
  283. reload_fail_connect: '&6&lBans &8» &aLiteBans reloaded. &cFailed to connect to
  284. database.'
  285. add_history_usage: '&6&lBans &8» &c/litebans addhistory <name> <UUID> <IP>'
  286. add_history: '&6&lBans &8» &aHistory added.'
  287. fix_history: '&6&lBans &8» &aFixing history for table $table...'
  288. fix_history_result: '&6&lBans &8» &aAdded $amount entries.'
  289. import_usage: '&6&lBans &8» &c/litebans import start'
  290. import_start: '&6&lBans &8» &aImporting from $db, this might take a while...'
  291. import_finish: '&6&lBans &8» &aImport finished successfully. $bans bans imported,
  292. $ipbans IP-bans.'
  293. import_finish_litebans: '&6&lBans &8» &aImport finished successfully. Added $amount
  294. entries to the database.'
  295. import_fail: '&6&lBans &8» &cImport failed. Check console.'
  296. import_unsupported: '&6&lBans &8» &cImporting from ''$name'' is not supported
  297. yet!'
  298. sqlexec_success: '&6&lBans &8» &aSQL query executed successfully.'
  299. sqlexec_failure: '&6&lBans &8» &cFailed to execute.'
  300. reload_fail: '&6&lBans &8» &cReload failed.'
  301. reload_fail_config: |-
  302. &c[LiteBans] &4config.yml is not valid and could not be loaded, the default configuration will be used.
  303. &cPlease check the server console for more information.
  304. reload_fail_messages: |-
  305. &c[LiteBans] &4messages.yml is not valid and could not be loaded, default messages will be used.
  306. &cPlease check the server console for more information.
  307. fix_history_offline_uuids: '&c$amount UUIDs were not fetched from Mojang since
  308. they are offline-mode UUIDs.'
  309. duration:
  310. expired: expired
  311. forever: never
  312. year: year
  313. years: years
  314. month: month
  315. months: months
  316. week: week
  317. weeks: weeks
  318. day: day
  319. days: days
  320. hour: hour
  321. hours: hours
  322. minute: minute
  323. minutes: minutes
  324. second: second
  325. seconds: seconds
  326. strings:
  327. global: global
  328. 'null': undefined
  329. 'true': 'yes'
  330. 'false': 'no'
  331. error_no_uuid_found: '&6&lBans &8» &cPlayer does not exist.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement