Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 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. # Any message can be disabled by setting it to "". Empty messages will not be sent by the plugin.
  50. #
  51. # JSON examples:
  52. # broadcast_ban: '&e$bannedPlayer &chas been banned. {hoverText: &aHover text here!}'
  53. # Hover text requires "litebans.json.hover_text" to view, players without this permission will see messages without hover text.
  54. #
  55. # https://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html
  56. # Example time format with hours + minutes:
  57. # time_format: 'dd/MM/yyyy HH:mm'
  58. time_format: yyyy-MM-dd
  59. history_time_format: yyyy-MM-dd
  60. banned_message_base: |
  61. &bYou are currently banned from the HySkies Network!&b
  62.  
  63. Banned on: $dateStart
  64. Banned by: $executor
  65. Reason: $reason&f
  66. banned_message: |-
  67. $base
  68. Expires in: &f$duration
  69. $appealMessage
  70. banned_message_permanent: |-
  71. $base
  72. &bYou are permanently banned from the HySkies Network!
  73. $appealMessage
  74. banned_message_appeal_message: ''
  75. banned_message_geoip_blacklist: |-
  76. &bYou are banned from the HySkies Network!&f
  77.  
  78. Your location is blacklisted: $geoip
  79. bungee_switch_banned: |-
  80. &bYou are banned on $serverScope! Reason:&f
  81. $reason
  82. default_ban_reason: '&fNot following the rules.'
  83. default_mute_reason: '&fNot following the rules.'
  84. permission_error: '&cYou do not have permission to access this command.'
  85. muted: '&cYou are currently muted! (&f$duration remaining&c)!'
  86. muted_permanent: '&cYou are permanently muted!'
  87. notify:
  88. banned_player_join: '&3$player&b tried to join, but is banned (&3$duration&b)!'
  89. banned_geoip_blacklist: '&3$player&b tried to join, but is blacklisted (&3$geoip&b)!'
  90. error_no_reason_provided: '&cYou must provide a reason for this punishment!'
  91. error_no_sql_connection: '&cLiteBans is not connected to a database!'
  92. error_no_uuid_found: '&cThat player does not exist.'
  93. error_console_only: '&cThis command can only be used from console.'
  94. internal_error: '&cAn internal error occurred while attempting to perform this command.'
  95. duration_limit_error: '&bMaximum duration allowed: &3$duration'
  96. warned_join: '&bYou have new warnings:'
  97. warned_join_entry: |-
  98. &7 » &bWarned by &3$executor&b: &3$reason
  99. &7(&3$timeSince ago&7)
  100. command:
  101. ban:
  102. usage: '&cUsage: $command [-s] <player> [time spec] [reason]'
  103. unban_usage: '&cUsage: $command <player>'
  104. example: '&7» &3Example: $command Player 7d [reason]'
  105. silent_prefix: '&7(Silent) '
  106. broadcast_ban: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been permanently banned.\n&7&m----------------------------------------\n'
  107. broadcast_tempban: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been temporarily banned.\n&7&m----------------------------------------\n'
  108. broadcast_ip_ban: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been permanetly IP banned.\n&7&m----------------------------------------\n'
  109. broadcast_temp_ip_ban: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been temporarily IP banned.\n&7&m----------------------------------------\n'
  110. broadcast_ip_ban_hidden: '&7(Hidden IP)'
  111. broadcast_unban: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been unbanned.\n&7&m----------------------------------------\n'
  112. previous_ban_removed: '&bPrevious ban for &3$bannedPlayer &bhas been removed.'
  113. previous_ban_existing: '&c$bannedPlayer &cis already banned, and you do not have
  114. permissions to replace existing bans.'
  115. unban_queue: '&cIf they try to reconnect, they will be unbanned.'
  116. error_no_spec: '&cNo valid time specification detected.'
  117. unban_fail: '&cTarget is not banned.'
  118. no_override: '&cPlayer is already banned.'
  119. exempt: '&cYou can not ban $player.'
  120. cooldown: '&cYou need to wait $seconds seconds before you can use this command
  121. again.'
  122. response: ''
  123. mute:
  124. usage: '&cUsage: $command [-s] <player> [time spec] [reason]'
  125. unmute_usage: '&cUsage: $command <player>'
  126. example: '&7» &3Example: $command Player 7d [reason]'
  127. broadcast: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been permanently muted.\n&7&m----------------------------------------\n'
  128. broadcast_tempmute: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been temporarily muted.\n&7&m----------------------------------------\n'
  129. broadcast_ip_mute: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been permanently IP muted.\n&7&m----------------------------------------\n'
  130. broadcast_temp_ip_mute: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$bannedPlayer &bhas been temporarily IP muted.\n&7&m----------------------------------------\n'
  131. message: '&bYou have been temporarily muted.\n &bBy: &7$executor\n &bReason: &7$reason\n &bDuration: &7$duration\n &bAppeal @www.HySkies.net/appeal\n&7&m----------------------------------------'
  132. message_permanent: '&bYou have been permanently muted.\n &bBy: &3$executor\n &bReason: &7$reason\n &bAppeal @www.HySkies.net/appeal\n&7&m----------------------------------------'
  133. broadcast_unmute: '&7&m----------------------------------------\n&r &b&lHySkies\n&3$bannedPlayer &bhas been unmuted.\n&7&m----------------------------------------'
  134. unmute_fail: '&cTarget is not muted.'
  135. no_override: '&cPlayer is already muted.'
  136. previous_mute_removed: '&bPrevious mute for &3$mutedPlayer&bhas been removed.'
  137. previous_mute_existing: '&c$mutedPlayer is already muted, and you do not have
  138. permissions to replace existing mutes.'
  139. exempt: '&bYou can not mute &3$player.'
  140. notification: '&3$mutedPlayer &btried to speak, but is muted.'
  141. error_not_enabled: '&cMuting is not enabled in the configuration!'
  142. response: ''
  143. warn:
  144. usage: '&cUsage: $command [-s] <player> [reason]'
  145. unwarn_usage: '&cUsage: $command <player>'
  146. example: ''
  147. broadcast: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$warnedPlayer &bhas been warned.\n&7&m----------------------------------------'
  148. message: '&7&m----------------------------------------\n&r &b&lHySkies\n &bYou have been warned.\n &bBy: &7$executor\n &bReason: &7$reason\n&7&m----------------------------------------'
  149. list_entry: '&7 \- &bWarned by &3$executor&b: &7$reason&f'
  150. unwarn_response: '&bLast warning removed for &3$player&b.'
  151. unwarn_fail: '&cTarget has no warnings.'
  152. exempt: '&cYou can not warn $player.'
  153. cooldown: '&cYou need to wait $seconds seconds before you can use this command
  154. again.'
  155. response: ''
  156. history:
  157. usage: '&cUsage: $command <player> [entries=10]'
  158. start: '&bHistory for &3$target&b &7(Limit: $limit)&b:'
  159. ban_entry: |-
  160. &7 » (&f$timeSince ago&7)
  161. &3 $name &bwas banned by &3$executor&b: '&7$reason&f'
  162. mute_entry: |-
  163. &7 » (&f$timeSince ago&7)
  164. &3 $name &bwas muted by &3$executor&b: '&7$reason&f'
  165. warn_entry: |-
  166. &7 » (&f$timeSince ago&7)
  167. &3 $name &bwas warned by &3$executor&b: '&7$reason&f'
  168. kick_entry: |-
  169. &7 » (&f$timeSince ago&7)
  170. &3 $name &bwas kicked by &3$executor&b: '&7$reason&f'
  171. unban_entry: |2-
  172.  
  173. &3$name &bwas unbanned by &3$executor&b.
  174. unmute_entry: |2-
  175.  
  176. &3$name &bwas unmuted by &3$executor&b.
  177. active_suffix: '&f [&cActive&f]'
  178. expired_suffix: '&f [&8Expired&f]'
  179. active_suffix_temp: |-
  180. &f [&cActive&f]
  181. &fExpires in $duration.
  182. error_no_history: '&cNo history found.'
  183. warnings:
  184. usage: '&cUsage: $command <player>'
  185. start: '&bActive warnings for &3$target&b:'
  186. prunehistory:
  187. usage: '&cUsage: $command <player> [duration]'
  188. message: '&bHistory pruned.'
  189. staffhistory:
  190. usage: '&cUsage: $command <player> [entries=10]'
  191. start: '&bStaff history for &3$target &7(Limit: $limit)&b:'
  192. staffrollback:
  193. usage: '&cUsage: $command <player> [duration]'
  194. message: '&bRollback completed, total entries removed: &7$amount'
  195. banlist:
  196. start: '&7» &bPage &3$page&a out of &3$total&b'
  197. iphistory:
  198. usage: '&cUsage: $command <player> [entries=10]'
  199. start: '&bLogin history for &3$target &7(Limit: $limit)&b:'
  200. entry: '&7 » &7(&f$date&7) &3$name&b:&7 $ip'
  201. error_no_history: '&cNo history found.'
  202. dupeip:
  203. usage: '&c$command <player>'
  204. start: '&fScanning &a$name&f on &a$ip&f. &f[&aOnline&f] [&7Offline&f] [&cBanned&f]'
  205. start_no_ip: '&fScanning &7$name&f. &f[&aOnline&f] [&7Offline&f] [&cBanned&f]'
  206. separator: '&f, '
  207. online: '&a'
  208. offline: '&7'
  209. banned: '&c'
  210. muted: '&6'
  211. multiple_addresses: '[$num addresses]'
  212. ipreport:
  213. start: '&bScanning &3$num&b online players.. [&aOnline&f] [&7Offline&f] [&cBanned&f]'
  214. entry: '&3$player&b: &7$result'
  215. checkban:
  216. usage: '&cUsage: $command <player>'
  217. no_ban: '&cTarget is not banned.'
  218. banned: |-
  219. &bTarget &7($target)&b is banned:
  220. &aBy: &7$executor
  221. &bReason: &7$reason&a
  222. &bBanned on: &7$dateStart
  223. &bBanned until: &7$dateEnd ($duration)
  224. &bBanned on server &7&a$serverOrigin&b, server scope: &7$serverScope
  225. &bIP ban: &7$ipban&b, silent: &7$silent&b, permanent: &7$permanent
  226. checkmute:
  227. usage: '&cUsage: $command <player>'
  228. no_mute: '&cTarget is not muted.'
  229. muted: |-
  230. &bTarget &7($target)&b is muted:
  231. &bMuted by: &7$executor
  232. &bReason: &7$reason&r
  233. &bMuted on: &7$dateStart
  234. &bMuted until: &7$dateEnd ($duration)
  235. &bMuted on server &7$serverOrigin&b, server scope: &7$serverScope
  236. &bIP mute: &7$ipban&b, silent: &7$silent&b, permanent: &7$permanent
  237. lastuuid:
  238. usage: '&cUsage: $command <player|IP>'
  239. message: '&bLast UUID for &3$name&b: &7$uuid'
  240. geoip:
  241. usage: '&cUsage: $command <player|IP>'
  242. message: '&3$target &bis from: &7$result'
  243. error_disabled: '&cGeoIP support is not enabled in the configuration!'
  244. error_unavailable: '&cGeoIP support is currently unavailable, has it been downloaded
  245. yet?'
  246. error_not_found: '&cGeoIP information for $target not found.'
  247. lockdown:
  248. usage: '&cUsage: $command <reason> | $command end'
  249. message: '&bServer lockdown activated (reason: &3"$reason&c"&b)'
  250. stopped: '&bLockdown has been deactivated.'
  251. kick_message: |-
  252. &bServer lockdown active, try again later.
  253. &bReason: &3$reason
  254. kick_message_global: |-
  255. &bNetwork lockdown active, try again later.
  256. &bReason: &3$reason
  257. error_not_active: '&cLockdown is not active.'
  258. kick:
  259. usage: '&cUsage: $command <player> [reason]'
  260. no_match: '&cPlayer not found.'
  261. kick_requested: '&bPlayer &3$player&b is not online on this server. Cross-server kick
  262. has been requested.'
  263. message: '&bYou have been kicked! Reason: &3$reason'
  264. message_no_reason: '&bYou have been kicked!'
  265. response: '&3$player&b has been kicked.'
  266. broadcast: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$player&b has been kicked.\n&7&m----------------------------------------\n'
  267. broadcast_no_reason: '&7&m----------------------------------------\n&r &b&lHySkies\n &3$player&b has been kicked.\n&7&m----------------------------------------\n'
  268. exempt: '&cYou can not kick $player.'
  269. togglechat:
  270. toggle_off: '&cChat has been toggled off.'
  271. toggle_on: '&bChat has been toggled on.'
  272. clearchat:
  273. broadcast: '&bChat has been cleared by &3$executor&b.'
  274. mutechat:
  275. response: '&cThe chat is currently disabled.'
  276. broadcast_disabled: '&cThe chat has been disabled by $executor&b.'
  277. broadcast_enabled: '&bThe chat has been enabled by &3$executor&b.'
  278. litebans:
  279. reload_success: '&aLiteBans reloaded successfully.'
  280. reload_fail_connect: '&aLitebans reloaded. &cFailed to connect to database.'
  281. reload_fail: '&cReload failed.'
  282. reload_fail_config: |-
  283. &c[LiteBans] &4config.yml is not valid and could not be loaded, the default configuration will be used.
  284. &cPlease check the server console for more information.
  285. reload_fail_messages: |-
  286. &c[LiteBans] &4messages.yml is not valid and could not be loaded, default messages will be used.
  287. &cPlease check the server console for more information.
  288. add_history_usage: '&cUsage: $command addhistory <name> <UUID> <IP>'
  289. add_history: '&bHistory added.'
  290. fix_history: '&aFixing history for table $table...'
  291. fix_history_result: '&aAdded $amount entries.'
  292. fix_history_offline_uuids: '&c$amount UUIDs were not fetched from Mojang since
  293. they are offline-mode UUIDs.'
  294. import_usage: '&c$command import start'
  295. import_start: '&aImporting from $db, this might take a while...'
  296. import_finish: '&aImport finished successfully. $bans bans imported, $ipbans IP-bans.'
  297. import_finish_litebans: '&aImport finished successfully. Added $amount entries
  298. to the database.'
  299. import_fail: '&cImport failed. Check console.'
  300. import_unsupported: '&cImporting from ''$name'' is not supported yet!'
  301. sqlexec_success: '&aSQL query executed successfully.'
  302. sqlexec_failure: '&cFailed to execute.'
  303. duration:
  304. expired: expired
  305. forever: forever
  306. year: year
  307. years: years
  308. month: month
  309. months: months
  310. week: week
  311. weeks: weeks
  312. day: day
  313. days: days
  314. hour: hour
  315. hours: hours
  316. minute: minute
  317. minutes: minutes
  318. second: second
  319. seconds: seconds
  320. format: '%d %s'
  321. separator: ', '
  322. strings:
  323. global: global
  324. 'null': undefined
  325. 'true': 'yes'
  326. 'false': 'no'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement