Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1.  
  2. # A player cannot be warned again while they are on cooldown.
  3. # This prevents two moderators from warning the same player for the same reason.
  4. warning_cooldown: 30
  5.  
  6. warnings:
  7. # Warnings will expire after this duration has passed.
  8. expire_after: 7 days
  9.  
  10. # Warning actions.
  11. # Format: <amount>[+]:<action>
  12. # If '+' is provided after the amount, the action will execute if the player has that amount of warnings or more.
  13. actions:
  14. - '3:/kick -s:$silent $player Final warning: $reason'
  15. - '4:/tempban -s:$silent $player 1 day Reached 4 warnings: $list'
  16.  
  17. # If enabled, the console will execute warning actions.
  18. # Otherwise, the player who executes the last warning also executes the warning action.
  19. actions_execute_as_console: false
  20.  
  21. # If enabled, all active warnings will be deactivated after a warning action is executed.
  22. delete_warnings_after_action: false
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. warn:
  31. usage: '&cUsage: /warn [-s] <player> [reason]'
  32. unwarn_usage: '&cUsage: /unwarn <player>'
  33. example: ''
  34. broadcast: '&a$executor &fwarned &a$warnedPlayer &ffor ''&a$reason&f'''
  35. message: |-
  36. &4You have been warned by $executor&4 for &c'&4$reason&c'&4.
  37. &4This warning will expire in $duration.
  38. list_entry: ' \- Warned by $executor: ''$reason&f'''
  39. unwarn_response: '&aLast warning removed for $player.'
  40. unwarn_fail: '&cTarget has no warnings!'
  41. exempt: '&cYou can''t warn $player!'
  42. cooldown: '&cYou need to wait $seconds seconds before $player can be warned again.'
  43. response: ''
  44. history:
  45. usage: '&c/history <player> [entries=10]'
  46. start: '&aHistory for $target (Limit: $limit):'
  47. ban_entry: |-
  48. &a -- [&f$timeSince ago&a] --&f
  49. &f $name was &cbanned &fby $executor: '&a$reason&f'
  50. mute_entry: |-
  51. &a -- [&f$timeSince ago&a] --&f
  52. &f $name was &7muted &fby $executor: '&a$reason&f'
  53. warn_entry: |-
  54. &a -- [&f$timeSince ago&a] --&f
  55. &f $name was &6warned &fby $executor: '&a$reason&f'
  56. kick_entry: |-
  57. &a -- [&f$timeSince ago&a] --&f
  58. &f $name was &ekicked &fby $executor: '&a$reason&f'
  59. active_suffix: '&f [&cActive&f]'
  60. active_suffix_temp: |-
  61. &f [&cActive&f]
  62. &fExpires in $duration.
  63. error_no_history: '&cNo history found.'
  64. unban_entry: |2-
  65.  
  66. &f$name was &7unbanned &fby $executor.
  67. unmute_entry: |2-
  68.  
  69. &f$name was &7unmuted &fby $executor.
  70. expired_suffix: '&f [&8Expired&f]'
  71. warnings:
  72. usage: '&c/warnings <player>'
  73. start: '&aActive warnings for $target:'
  74.  
  75.  
  76.  
  77. warned_join: '&cSen Oyunda değilken Sana Uyarı Verdiler:'
  78. warned_join_entry: |-
  79. &4 - Seni Uyaran &c$executor&4: Sebep &c$reason
  80. &4(&c$timeSince Önce&4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement