Advertisement
Giller

Litebans Custom Msg's (Purple)

Sep 6th, 2018
327
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&dYour account\
  53. \ has been suspended from &5&lMC-Market&d!\n\n&dReason &8\xbb &5$reason\n&dBanned\
  54. \ by &8\xbb &5$executor\n\n&dYou may appeal at &5www.mc-market.org&d.\n&8&m-------------------------------------------"
  55. banned_message: "&8&m-------------------------------------------\n&dYour account has\
  56. \ been suspended from &5&lMC-Market&d!\n\n&dReason &8\xbb &5$reason\n&dBanned by\
  57. \ &8\xbb &5$executor\n&dDuration &8\xbb &5$duration\n\n&dYou may appeal at &5www.mc-market.org&d.\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. &dYou are banned from this server!&f
  63.  
  64. Your location is blacklisted: $geoip
  65. default_ban_reason: Cheating
  66. default_mute_reason: Spamming
  67. permission_error: '&dYou don''t have permission!'
  68. muted: '&dYou are muted! ($duration remaining)!'
  69. muted_permanent: '&dYou are permanently muted!'
  70. notify:
  71. banned_player_join: '&d$player&f tried to join, but is banned ($duration)!'
  72. banned_geoip_blacklist: '&d$player&f tried to join, but is blacklisted ($geoip)!'
  73. error_no_sql_connection: '&dLiteBans is not connected to a database!'
  74. internal_error: '&dAn internal error occurred while attempting to perform this command.'
  75. duration_limit_error: '&dMaximum duration allowed: $duration'
  76. warned_join: '&dYou have new warnings:'
  77. warned_join_entry: "&8&m-----------------------------------------\n&dYou have been\
  78. \ warned by &8\xbb &5$executor\n&dReason &8\xbb &5$reason\n&8&m-----------------------------------------"
  79. command:
  80. ban:
  81. usage: '&dUsage: /ban [-s] <player> [time spec] [reason]'
  82. unban_usage: '&dUsage: /unban <player>'
  83. example: '&dExample: /ban Player 7d [reason]'
  84. silent_prefix: '&f[&7Silent&f] '
  85. broadcast_ban: "&8&m-----------------------------------------&r\n &7\xbb &5$bannedPlayer\
  86. \ &dhas been banned by &5$executor\n &7\xbb &dReason: &5$reason\n&8&m-----------------------------------------"
  87. broadcast_tempban: "&8&m-----------------------------------------&r\n &7\xbb &5$bannedPlayer\
  88. \ &dhas been temporarily banned by &5$executor\n &7\xbb &dReason: &5$reason\n\
  89. \ &7\xbb &dDuration: &5$duration\n&8&m-----------------------------------------"
  90. broadcast_ip_ban: '&5$bannedPlayer &dhas been blacklisted by &5$executor'
  91. broadcast_temp_ip_ban: '&d$executor &ftemp IP-banned &d$bannedIP &ffor $tempDuration
  92. for ''&d$reason&f'''
  93. broadcast_ip_ban_hidden: '[Hidden IP]'
  94. broadcast_unban: '&5$bannedPlayer &dhas been unbanned by &5$executor'
  95. previous_ban_removed: '&dPrevious ban for $bannedPlayer removed.'
  96. previous_ban_existing: '&d$bannedPlayer is already banned, and you do not have
  97. permissions to replace existing bans.'
  98. unban_queue: '&5If they try to reconnect, they will be unbanned.'
  99. error_no_spec: '&dNo valid time specification detected!'
  100. unban_fail: '&dTarget is not banned!'
  101. exempt: '&dYou can''t ban $player!'
  102. broadcast_unmute: '&5$unmutedPlayer &dhas been unmuted by &5$executor'
  103. no_override: '&dPlayer is already banned!'
  104. response: ''
  105. mute:
  106. usage: '&dUsage: /mute [-s] <player> [time spec] [reason]'
  107. unmute_usage: '&dUsage: /unmute <player>'
  108. example: '&dExample: /mute Player 7d [reason]'
  109. broadcast: "&8&m-----------------------------------------&r\n &7\xbb &5$mutedPlayer\
  110. \ &dhas been muted by &5$executor\n &7\xbb &dReason: &5$reason\n&8&m-----------------------------------------"
  111. broadcast_tempmute: "&8&m-----------------------------------------&r\n &7\xbb\
  112. \ &5$mutedPlayer &dhas been muted by &5$executor\n &7\xbb &dReason: &5$reason\n\
  113. \ &7\xbb &dDuration: &5$duration\n&8&m-----------------------------------------"
  114. unmute_fail: '&dTarget is not muted!'
  115. previous_mute_removed: '&dPrevious mute for $mutedPlayer removed.'
  116. previous_mute_existing: '&d$mutedPlayer is already muted, and you do not have
  117. permissions to replace existing mutes.'
  118. exempt: '&dYou can''t mute $player!'
  119. notification: '&d$mutedPlayer tried to speak, but is muted.'
  120. error_not_enabled: '&dMuting is not enabled in the configuration!'
  121. broadcast_ip_mute: '&d$executor &fIP-muted &d$mutedPlayer &ffor ''&d$reason&f'''
  122. broadcast_temp_ip_mute: '&d$executor &ftemp IP-muted &d$mutedIP &ffor $tempDuration
  123. for ''&d$reason&f'''
  124. message: "&8&m-----------------------------------------\n&dYou have been warned\
  125. \ by &8\xbb &5$executor\n&dReason &8\xbb &5$reason\n&dDuration &8\xbb &5$duration\n\
  126. &8&m-----------------------------------------"
  127. message_permanent: "&8&m-----------------------------------------\n&dYou have\
  128. \ been permanently muted by &8\xbb &5$executor\n&dReason &8\xbb &5$reason\n\
  129. &8&m-----------------------------------------"
  130. no_override: '&dPlayer is already muted!'
  131. response: ''
  132. warn:
  133. usage: '&dUsage: /warn [-s] <player> [reason]'
  134. unwarn_usage: '&dUsage: /unwarn <player>'
  135. example: ''
  136. broadcast: "&8&m-----------------------------------------&r\n &7\xbb &5$warnedPlayer\
  137. \ &dhas been warned by &5$executor\n &7\xbb &dReason: &5$reason\n&8&m-----------------------------------------"
  138. message: "&8&m-----------------------------------------\n&dYou have been warned\
  139. \ by &8\xbb &5$executor\n&dReason &8\xbb &5$reason\n&8&m-----------------------------------------"
  140. list_entry: ' \- Warned by $executor: ''$reason&f'' ($timeSince ago)'
  141. unwarn_response: '&dLast warning removed for $player.'
  142. unwarn_fail: '&dTarget has no warnings!'
  143. exempt: '&dYou can''t warn $player!'
  144. cooldown: '&dYou need to wait $seconds seconds before $player can be warned again.'
  145. response: ''
  146. history:
  147. usage: '&d/history <player> [entries=10]'
  148. start: '&dHistory for $target (Limit: $limit):'
  149. ban_entry: |-
  150. &d -- [&f$timeSince ago&d] --&f
  151. $name was &dbanned &fby $executor: '&d$reason&f'
  152. mute_entry: |-
  153. &d -- [&f$timeSince ago&d] --&f
  154. $name was &7muted &fby $executor: '&d$reason&f'
  155. warn_entry: |-
  156. &d -- [&f$timeSince ago&d] --&f
  157. $name was &5warned &fby $executor: '&d$reason&f'
  158. kick_entry: |-
  159. &d -- [&f$timeSince ago&d] --&f
  160. $name was &dkicked &fby $executor: '&d$reason&f'
  161. active_suffix: '&f [&dActive&f]'
  162. active_suffix_temp: |-
  163. &f [&dActive&f]
  164. Expires in $duration.
  165. error_no_history: '&dNo history found.'
  166. unban_entry: |2-
  167.  
  168. &f$name was &7unbanned &fby $executor.
  169. unmute_entry: |2-
  170.  
  171. &f$name was &7unmuted &fby $executor.
  172. expired_suffix: '&f [&8Expired&f]'
  173. warnings:
  174. usage: '&d/warnings <player>'
  175. start: '&dActive warnings for $target:'
  176. prunehistory:
  177. usage: '&d/prunehistory <player> [duration]'
  178. message: '&dHistory pruned.'
  179. staffhistory:
  180. usage: '&d/staffhistory <player> [entries=10]'
  181. start: '&dStaff history for $target (Limit: $limit):'
  182. staffrollback:
  183. usage: '&d/staffrollback <player> [duration]'
  184. message: '&dRollback completed, total entries removed: $amount'
  185. banlist:
  186. start: '&f=== &dPage &5$page&d out of &5$total&f ==='
  187. iphistory:
  188. usage: '&d/iphistory <player> [entries=10]'
  189. start: '&dLogin history for $target (Limit: $limit):'
  190. entry: '&d - [&f$date&d]&f $name&d:&f $ip'
  191. error_no_history: '&dNo history found.'
  192. dupeip:
  193. usage: '&d/dupeip <player>'
  194. start: '&fScanning &7$name&f on &d$ip&f. &f[&dOnline&f] [&7Offline&f] [&dBanned&f]'
  195. separator: '&f, '
  196. online: '&d'
  197. offline: '&7'
  198. banned: '&d'
  199. multiple_addresses: '[$num addresses]'
  200. start_no_ip: '&fScanning &7$name&f. &f[&dOnline&f] [&7Offline&f] [&dBanned&f]'
  201. muted: '&5'
  202. ipreport:
  203. start: '&fScanning &d$num&f online players.. [&dOnline&f] [&7Offline&f] [&dBanned&f]'
  204. entry: '&f$player&d: $result'
  205. checkban:
  206. usage: '&d/checkban <player>'
  207. no_ban: '&dTarget is not banned!'
  208. banned: |-
  209. &dTarget &f[&d$target&f]&d is banned:
  210. Banned by: $executor
  211. Reason: $reason&d
  212. Banned on: $dateStart
  213. Banned until: $dateEnd ($duration)
  214. IP ban: $ipban, silent: $silent, permanent: $permanent
  215. lastuuid:
  216. usage: '&d/lastuuid <player|IP>'
  217. message: '&fLast UUID for &d$name&f: &d$uuid'
  218. geoip:
  219. usage: '&d/geoip <player|IP>'
  220. message: '&d$target&f is from: &d$result'
  221. error_disabled: '&dGeoIP support is not enabled in the configuration!'
  222. error_unavailable: '&dGeoIP support is currently unavailable, has it been downloaded
  223. yet?'
  224. error_not_found: '&dGeoIP information for $target not found.'
  225. lockdown:
  226. usage: '&d/lockdown <reason> | /lockdown end'
  227. message: '&dServer lockdown activated (reason: "$reason&d")'
  228. stopped: '&dLockdown has been deactivated.'
  229. kick_message: |-
  230. Server lockdown active, try again later.
  231. Reason: $reason
  232. error_not_active: '&dLockdown is not active!'
  233. kick_message_global: |-
  234. Network lockdown active, try again later.
  235. Reason: $reason
  236. kick:
  237. usage: '&d/kick <player> [reason]'
  238. no_match: '&dError: &5Player not found.'
  239. message: 'Kicked by $executor: $reason'
  240. message_no_reason: Kicked by $executor.
  241. response: '&5$player &dhas been kicked by &5$executor'
  242. broadcast: '&5$player &dhas been kicked by &5$executor'
  243. broadcast_no_reason: '&5$player &dhas been kicked by &5$executor'
  244. exempt: '&dYou can''t kick $player!'
  245. kick_requested: '&5Player $player is not online on this server. Cross-server kick
  246. has been requested.'
  247. togglechat:
  248. toggle_off: '&dChat has been toggled off.'
  249. toggle_on: '&dChat has been toggled on.'
  250. clearchat:
  251. broadcast: '&dChat has been cleared by $executor.'
  252. litebans:
  253. reload_success: '&dLiteBans reloaded successfully.'
  254. reload_fail_connect: '&dLitebans reloaded. &dFailed to connect to database.'
  255. add_history_usage: '&d/litebans addhistory <name> <UUID> <IP>'
  256. add_history: '&dHistory added.'
  257. fix_history: '&dFixing history for table $table...'
  258. fix_history_result: '&dAdded $amount entries.'
  259. import_usage: '&d/litebans import start'
  260. import_start: '&dImporting from $db, this might take a while...'
  261. import_finish: '&dImport finished successfully. $bans bans imported, $ipbans IP-bans.'
  262. import_finish_litebans: '&dImport finished successfully. Added $amount entries
  263. to the database.'
  264. import_fail: '&dImport failed. Check console.'
  265. import_unsupported: '&dImporting from ''$name'' is not supported yet!'
  266. sqlexec_success: '&dSQL query executed successfully.'
  267. sqlexec_failure: '&dFailed to execute.'
  268. reload_fail: '&dReload failed.'
  269. reload_fail_config: |-
  270. &d[LiteBans] &5config.yml is not valid and could not be loaded, the default configuration will be used.
  271. &dPlease check the server console for more information.
  272. reload_fail_messages: |-
  273. &d[LiteBans] &5messages.yml is not valid and could not be loaded, default messages will be used.
  274. &dPlease check the server console for more information.
  275. fix_history_offline_uuids: '&d$amount UUIDs were not fetched from Mojang since
  276. they are offline-mode UUIDs.'
  277. checkmute:
  278. usage: '&d/checkmute <player>'
  279. no_mute: '&dTarget is not muted!'
  280. muted: |-
  281. &dTarget &f[&d$target&f]&d is muted:
  282. &dMuted by: $executor
  283. &dReason: $reason&r
  284. &dMuted on: $dateStart
  285. &dMuted until: $dateEnd ($duration)
  286. &dMuted on server &5$serverOrigin&d, server scope: &5$serverScope
  287. &dIP mute: $ipban, silent: $silent, permanent: $permanent
  288. mutechat:
  289. response: '&dServer chat is currently disabled!'
  290. broadcast_disabled: '&dServer chat has been disabled by $executor.'
  291. broadcast_enabled: '&dServer 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: '&dYou must provide a reason for this punishment!'
  310. error_no_uuid_found: '&dPlayer 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