Advertisement
IPBan

Yellow Theme - Litebans Messages

Dec 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.73 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: "&8&m-------------------------------------------\n&eYour account\
  53. \ has been suspended from &6&lServer&e!\n\n&eReason &8\xbb &6$reason\n&eBanned\
  54. \ by &8\xbb &6$executor\n&8&m-------------------------------------------"
  55. banned_message: "&8&m-------------------------------------------\n&eYour account has\
  56. \ been suspended from &6&lServer&e!\n\n&eReason &8\xbb &6$reason\n&eBanned by\
  57. \ &8\xbb &6$executor\n&eDuration &8\xbb &6$duration\n&8&m-------------------------------------------"
  58. banned_message_permanent: $base
  59. banned_message_appeal_message: 'Appeal at: &nhttp://example.com'
  60. banned_message_geoip_blacklist: |-
  61. &eYou are banned from this server!&f
  62.  
  63. Your location is blacklisted: $geoip
  64. default_ban_reason: Violating Rules
  65. default_mute_reason: Violating Rules
  66. permission_error: '&eYou don''t have permission!'
  67. muted: '&eYou are muted! ($duration remaining)!'
  68. muted_permanent: '&eYou are permanently muted!'
  69. notify:
  70. banned_player_join: '&e$player&f tried to join, but is banned ($duration)!'
  71. banned_geoip_blacklist: '&e$player&f tried to join, but is blacklisted ($geoip)!'
  72. error_no_sql_connection: '&eLiteBans is not connected to a database!'
  73. internal_error: '&eAn internal error occurred while attempting to perform this command.'
  74. duration_limit_error: '&eMaximum duration allowed: $duration'
  75. warned_join: '&eYou have new warnings:'
  76. warned_join_entry: "&8&m-----------------------------------------\n&eYou have been\
  77. \ warned by &8\xbb &6$executor\n&eReason &8\xbb &6$reason\n&8&m-----------------------------------------"
  78. command:
  79. ban:
  80. usage: '&eUsage: /ban [-s] <player> [time spec] [reason]'
  81. unban_usage: '&eUsage: /unban <player>'
  82. example: '&eExample: /ban Player 7d [reason]'
  83. silent_prefix: '&f[&7Silent&f] '
  84. broadcast_ban: "&8&m-----------------------------------------&r\n &7\xbb &6$bannedPlayer\
  85. \ &ehas been banned by &6$executor\n &7\xbb &eReason: &6$reason\n&8&m-----------------------------------------"
  86. broadcast_tempban: "&8&m-----------------------------------------&r\n &7\xbb &6$bannedPlayer\
  87. \ &ehas been temporarily banned by &6$executor\n &7\xbb &eReason: &6$reason\n\
  88. \ &7\xbb &eDuration: &6$duration\n&8&m-----------------------------------------"
  89. broadcast_ip_ban: '&6$bannedPlayer &ehas been blacklisted by &6$executor'
  90. broadcast_temp_ip_ban: '&e$executor &ftemp IP-banned &e$bannedIP &ffor $tempDuration
  91. for ''&e$reason&f'''
  92. broadcast_ip_ban_hidden: '[Hidden IP]'
  93. broadcast_unban: '&6$bannedPlayer &ehas been unbanned by &6$executor'
  94. previous_ban_removed: '&ePrevious ban for $bannedPlayer removed.'
  95. previous_ban_existing: '&e$bannedPlayer is already banned, and you do not have
  96. permissions to replace existing bans.'
  97. unban_queue: '&6If they try to reconnect, they will be unbanned.'
  98. error_no_spec: '&eNo valid time specification detected!'
  99. unban_fail: '&eTarget is not banned!'
  100. exempt: '&eYou can''t ban $player!'
  101. broadcast_unmute: '&6$unmutedPlayer &ehas been unmuted by &6$executor'
  102. no_override: '&ePlayer is already banned!'
  103. response: ''
  104. mute:
  105. usage: '&eUsage: /mute [-s] <player> [time spec] [reason]'
  106. unmute_usage: '&eUsage: /unmute <player>'
  107. example: '&eExample: /mute Player 7d [reason]'
  108. broadcast: "&8&m-----------------------------------------&r\n &7\xbb &6$mutedPlayer\
  109. \ &ehas been muted by &6$executor\n &7\xbb &eReason: &6$reason\n&8&m-----------------------------------------"
  110. broadcast_tempmute: "&8&m-----------------------------------------&r\n &7\xbb\
  111. \ &6$mutedPlayer &ehas been muted by &6$executor\n &7\xbb &eReason: &6$reason\n\
  112. \ &7\xbb &eDuration: &6$duration\n&8&m-----------------------------------------"
  113. unmute_fail: '&eTarget is not muted!'
  114. previous_mute_removed: '&ePrevious mute for $mutedPlayer removed.'
  115. previous_mute_existing: '&e$mutedPlayer is already muted, and you do not have
  116. permissions to replace existing mutes.'
  117. exempt: '&eYou can''t mute $player!'
  118. notification: '&e$mutedPlayer tried to speak, but is muted.'
  119. error_not_enabled: '&eMuting is not enabled in the configuration!'
  120. broadcast_ip_mute: '&e$executor &fIP-muted &e$mutedPlayer &ffor ''&e$reason&f'''
  121. broadcast_temp_ip_mute: '&e$executor &ftemp IP-muted &e$mutedIP &ffor $tempDuration
  122. for ''&e$reason&f'''
  123. message: "&8&m-----------------------------------------\n&eYou have been warned\
  124. \ by &8\xbb &6$executor\n&eReason &8\xbb &6$reason\n&eDuration &8\xbb &6$duration\n\
  125. &8&m-----------------------------------------"
  126. message_permanent: "&8&m-----------------------------------------\n&eYou have\
  127. \ been permanently muted by &8\xbb &6$executor\n&eReason &8\xbb &6$reason\n\
  128. &8&m-----------------------------------------"
  129. no_override: '&ePlayer is already muted!'
  130. response: ''
  131. warn:
  132. usage: '&eUsage: /warn [-s] <player> [reason]'
  133. unwarn_usage: '&eUsage: /unwarn <player>'
  134. example: ''
  135. broadcast: "&8&m-----------------------------------------&r\n &7\xbb &6$warnedPlayer\
  136. \ &ehas been warned by &6$executor\n &7\xbb &eReason: &6$reason\n&8&m-----------------------------------------"
  137. message: "&8&m-----------------------------------------\n&eYou have been warned\
  138. \ by &8\xbb &6$executor\n&eReason &8\xbb &6$reason\n&8&m-----------------------------------------"
  139. list_entry: ' \- Warned by $executor: ''$reason&f'' ($timeSince ago)'
  140. unwarn_response: '&eLast warning removed for $player.'
  141. unwarn_fail: '&eTarget has no warnings!'
  142. exempt: '&eYou can''t warn $player!'
  143. cooldown: '&eYou need to wait $seconds seconds before $player can be warned again.'
  144. response: ''
  145. history:
  146. usage: '&e/history <player> [entries=10]'
  147. start: '&eHistory for $target (Limit: $limit):'
  148. ban_entry: |-
  149. &e -- [&f$timeSince ago&e] --&f
  150. $name was &ebanned &fby $executor: '&e$reason&f'
  151. mute_entry: |-
  152. &e -- [&f$timeSince ago&e] --&f
  153. $name was &7muted &fby $executor: '&e$reason&f'
  154. warn_entry: |-
  155. &e -- [&f$timeSince ago&e] --&f
  156. $name was &6warned &fby $executor: '&e$reason&f'
  157. kick_entry: |-
  158. &e -- [&f$timeSince ago&e] --&f
  159. $name was &ekicked &fby $executor: '&e$reason&f'
  160. active_suffix: '&f [&eActive&f]'
  161. active_suffix_temp: |-
  162. &f [&eActive&f]
  163. Expires in $duration.
  164. error_no_history: '&eNo history found.'
  165. unban_entry: |2-
  166.  
  167. &f$name was &7unbanned &fby $executor.
  168. unmute_entry: |2-
  169.  
  170. &f$name was &7unmuted &fby $executor.
  171. expired_suffix: '&f [&8Expired&f]'
  172. warnings:
  173. usage: '&e/warnings <player>'
  174. start: '&eActive warnings for $target:'
  175. prunehistory:
  176. usage: '&e/prunehistory <player> [duration]'
  177. message: '&eHistory pruned.'
  178. staffhistory:
  179. usage: '&e/staffhistory <player> [entries=10]'
  180. start: '&eStaff history for $target (Limit: $limit):'
  181. staffrollback:
  182. usage: '&e/staffrollback <player> [duration]'
  183. message: '&eRollback completed, total entries removed: $amount'
  184. banlist:
  185. start: '&f=== &ePage &6$page&e out of &6$total&f ==='
  186. iphistory:
  187. usage: '&e/iphistory <player> [entries=10]'
  188. start: '&eLogin history for $target (Limit: $limit):'
  189. entry: '&e - [&f$date&e]&f $name&e:&f $ip'
  190. error_no_history: '&eNo history found.'
  191. dupeip:
  192. usage: '&e/dupeip <player>'
  193. start: '&fScanning &7$name&f on &e$ip&f. &f[&eOnline&f] [&7Offline&f] [&eBanned&f]'
  194. separator: '&f, '
  195. online: '&e'
  196. offline: '&7'
  197. banned: '&e'
  198. multiple_addresses: '[$num addresses]'
  199. start_no_ip: '&fScanning &7$name&f. &f[&eOnline&f] [&7Offline&f] [&eBanned&f]'
  200. muted: '&6'
  201. ipreport:
  202. start: '&fScanning &e$num&f online players.. [&eOnline&f] [&7Offline&f] [&eBanned&f]'
  203. entry: '&f$player&e: $result'
  204. checkban:
  205. usage: '&e/checkban <player>'
  206. no_ban: '&eTarget is not banned!'
  207. banned: |-
  208. &eTarget &f[&e$target&f]&e is banned:
  209. Banned by: $executor
  210. Reason: $reason&e
  211. Banned on: $dateStart
  212. Banned until: $dateEnd ($duration)
  213. IP ban: $ipban, silent: $silent, permanent: $permanent
  214. lastuuid:
  215. usage: '&e/lastuuid <player|IP>'
  216. message: '&fLast UUID for &e$name&f: &e$uuid'
  217. geoip:
  218. usage: '&e/geoip <player|IP>'
  219. message: '&e$target&f is from: &e$result'
  220. error_disabled: '&eGeoIP support is not enabled in the configuration!'
  221. error_unavailable: '&eGeoIP support is currently unavailable, has it been downloaded
  222. yet?'
  223. error_not_found: '&eGeoIP information for $target not found.'
  224. lockdown:
  225. usage: '&e/lockdown <reason> | /lockdown end'
  226. message: '&eServer lockdown activated (reason: "$reason&e")'
  227. stopped: '&eLockdown has been deactivated.'
  228. kick_message: |-
  229. Server lockdown active, try again later.
  230. Reason: $reason
  231. error_not_active: '&eLockdown is not active!'
  232. kick_message_global: |-
  233. Network lockdown active, try again later.
  234. Reason: $reason
  235. kick:
  236. usage: '&e/kick <player> [reason]'
  237. no_match: '&eError: &6Player not found.'
  238. message: 'Kicked by $executor: $reason'
  239. message_no_reason: Kicked by $executor.
  240. response: '&6$player &ehas been kicked by &6$executor'
  241. broadcast: '&6$player &ehas been kicked by &6$executor'
  242. broadcast_no_reason: '&6$player &ehas been kicked by &6$executor'
  243. exempt: '&eYou can''t kick $player!'
  244. kick_requested: '&6Player $player is not online on this server. Cross-server kick
  245. has been requested.'
  246. togglechat:
  247. toggle_off: '&eChat has been toggled off.'
  248. toggle_on: '&eChat has been toggled on.'
  249. clearchat:
  250. broadcast: '&eChat has been cleared by $executor.'
  251. litebans:
  252. reload_success: '&eLiteBans reloaded successfully.'
  253. reload_fail_connect: '&eLitebans reloaded. &eFailed to connect to database.'
  254. add_history_usage: '&e/litebans addhistory <name> <UUID> <IP>'
  255. add_history: '&eHistory added.'
  256. fix_history: '&eFixing history for table $table...'
  257. fix_history_result: '&eAdded $amount entries.'
  258. import_usage: '&e/litebans import start'
  259. import_start: '&eImporting from $db, this might take a while...'
  260. import_finish: '&eImport finished successfully. $bans bans imported, $ipbans IP-bans.'
  261. import_finish_litebans: '&eImport finished successfully. Added $amount entries
  262. to the database.'
  263. import_fail: '&eImport failed. Check console.'
  264. import_unsupported: '&eImporting from ''$name'' is not supported yet!'
  265. sqlexec_success: '&eSQL query executed successfully.'
  266. sqlexec_failure: '&eFailed to execute.'
  267. reload_fail: '&eReload failed.'
  268. reload_fail_config: |-
  269. &e[LiteBans] &6config.yml is not valid and could not be loaded, the default configuration will be used.
  270. &ePlease check the server console for more information.
  271. reload_fail_messages: |-
  272. &e[LiteBans] &6messages.yml is not valid and could not be loaded, default messages will be used.
  273. &ePlease check the server console for more information.
  274. fix_history_offline_uuids: '&e$amount UUIDs were not fetched from Mojang since
  275. they are offline-mode UUIDs.'
  276. checkmute:
  277. usage: '&e/checkmute <player>'
  278. no_mute: '&eTarget is not muted!'
  279. muted: |-
  280. &eTarget &f[&e$target&f]&e is muted:
  281. &eMuted by: $executor
  282. &eReason: $reason&r
  283. &eMuted on: $dateStart
  284. &eMuted until: $dateEnd ($duration)
  285. &eMuted on server &6$serverOrigin&e, server scope: &6$serverScope
  286. &eIP mute: $ipban, silent: $silent, permanent: $permanent
  287. mutechat:
  288. response: '&eServer chat is currently disabled!'
  289. broadcast_disabled: '&eServer chat has been disabled by $executor.'
  290. broadcast_enabled: '&eServer chat has been enabled by $executor.'
  291. duration:
  292. forever: forever
  293. year: year
  294. years: years
  295. month: month
  296. months: months
  297. week: week
  298. weeks: weeks
  299. day: day
  300. days: days
  301. hour: hour
  302. hours: hours
  303. minute: minute
  304. minutes: minutes
  305. second: second
  306. seconds: seconds
  307. expired: expired
  308. error_no_reason_provided: '&eYou must provide a reason for this punishment!'
  309. error_no_uuid_found: '&ePlayer does not exist.'
  310. strings:
  311. global: global
  312. 'null': undefined
  313. 'true': 'yes'
  314. 'false': 'no'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement