Advertisement
Giller

Litebans Custom Msg's (Aqwa & White)

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