Advertisement
Guest User

Ban Manager v5

a guest
Mar 19th, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. # Variables
  2. # [reason] = Ban/Mute reason
  3. # [player] = The name of the player
  4. # [ip] = The banned ip
  5. # [actor] = Who banned/muted
  6. # [expires] = How long until the ban/mute ends
  7.  
  8. messages:
  9. duplicateIP: '&6Warning: &2[player] &6has the same IP as the following banned players:\n&2[players]'
  10. configReloaded: '&6Configuration reloaded successfully!'
  11. time:
  12. now: now
  13. year: year
  14. years: years
  15. month: month
  16. months: months
  17. day: day
  18. days: days
  19. hour: hour
  20. hours: hours
  21. minute: minute
  22. minutes: minutes
  23. second: second
  24. seconds: seconds
  25. never: never
  26. error:
  27. invalid: '&4Your time length is invalid'
  28. limit: '&4You cannot perform this action for that length of time'
  29. none: none
  30. sender:
  31. error:
  32. notFound: '&2[player] &4not found, are you sure they exist?'
  33. offline: '&2[player] &4is offline'
  34. noSelf: '&4You cannot perform that action on yourself!'
  35. exception: '&4An error occured whilst attempting to perform that command. Please check the console for the error'
  36. invalidIp: '&4Invalid IP address, expecting w.x.y.z format'
  37. offlinePermission: '&4You may not perform this action on an offline player'
  38. exempt: '&2[player] &4is exempt from that action'
  39. alts:
  40. header: '&6Possible alts found:'
  41. import:
  42. error:
  43. inProgress: '&6An import is already in progress, please wait'
  44. player:
  45. started: '&6Player ban import started'
  46. finished: '&6Player ban import finished'
  47. ip:
  48. started: '&6IP ban import started'
  49. finished: '&6IP ban inport finished'
  50. info:
  51. stats:
  52. player: '&2[player] &6has been banned &b[bans]&6 times\nMuted &b[mutes]&6 times\nWarned &b[warns] &6times'
  53. ip: '&6This ip has been banned &b[bans] &6times'
  54. connection: '&6Their last connection was with &b[ip]&6 on &b[lastSeen]'
  55. ban:
  56. permanent: 'Currently banned for &b[reason]&6 by &2[actor]&6 at &b[created]'
  57. temporary: 'Currently banned for &b[reason]&6 by &2[actor]&6 at &b[created]&6 which expires in [expires]'
  58. mute:
  59. permanent: '&6Currently muted for &b[reason]&6 by &2[actor]&6 at &b[created]'
  60. temporary: '&6Currently muted for &b[reason]&6 by &2[actor]&6 at &b[created]&6 which expires in [expires]'
  61. kick:
  62. player:
  63. noReason: &4You have been kicked
  64. reason: &4You have been kicked for &b[reason]
  65. notify: '&2[player] &6has been kicked by &2[actor]&6 for &2[reason]'
  66. ban:
  67. player:
  68. disallowed: &6 You have been &4banned&6 from this server for &b[reason]&6.\n&6Appeal at http://mcswish.net/forums/
  69. kick: &6You have been &4banned&6 permanently for &b[reason]&6.\n&6Appeal at http://mcswish.net/forums/
  70. notify: '&2[player]&6 has been permanently banned by &2[actor]&6 for &b[reason]'
  71. error:
  72. exists: '&2[player] &6is already banned'
  73. banall:
  74. notify: '&2[player]&6 will be permanently banned by &2[actor]&6 for &b[reason]'
  75. tempban:
  76. player:
  77. disallowed: &6You have been &4banned&6 from this server for &b[reason]&6 \n&6It expires in &b[expires].
  78. kick: &6You have been temporarily &4banned&6 for &b[reason]
  79. notify: '&2[player]&6 has been temporarily banned for &b[expires]&6 by &2[actor]&6 for &b[reason]'
  80. tempbanall:
  81. notify: '&2[player]&6 will be temporarily banned for &b[expires]&6 by &2[actor]&6 for &b[reason]'
  82. unban:
  83. notify: '&2[player]&6 has been unbanned by &2[actor]'
  84. error:
  85. noExists: '&2[player]&6 is not banned'
  86. notOwn: '&2[player]&6 was not banned by you, unable to unban'
  87. unbanall:
  88. notify: '&2[player]&6 will be unbanned by &2[actor]'
  89. mute:
  90. player:
  91. blocked: '&4You may not use the &b[command]&4 command whilst muted!\n&6Appeal at http://mcswish.net/forums/'
  92. disallowed: &4You have been permanently muted for &b[reason]&4 by &2[actor].\n&6Appeal at http://mcswish.net/forums/
  93. notify: '&2[player]&6 has been permanently muted by &2[actor]&6 for &b[reason]'
  94. error:
  95. exists: '&2[player]&4 is already muted'
  96. muteall:
  97. notify: '&2[player]&6 will be permanently muted by &2[actor]&6 for &b[reason]'
  98. tempmute:
  99. player:
  100. disallowed: &4You have been temporarily muted for &b[reason]&4 by &2[actor]&4 which expires in &b[expires].
  101. notify: '&2[player] &6has been temporarily muted for &b[expires]&6 by &2[actor]&6 for &b[reason]'
  102. error:
  103. exists: '&2[player]&4 is already muted'
  104. tempmuteall:
  105. notify: '&2[player]&6 will be temporarily muted for &b[expires]&6 by &2[actor]&6 for &b[reason]'
  106. unmute:
  107. notify: '&2[player]&6 has been unmuted by &2[actor]'
  108. error:
  109. noExists: '&2[player]&4 is not muted'
  110. notOwn: '&2[player]&4 was not muted by you, unable to unmute'
  111. unmuteall:
  112. notify: '&2[player]&6 will be unmuted by &2[actor]'
  113. banip:
  114. ip:
  115. disallowed: &6You have been &4banned&6 from this server for &b[reason].\n&6Appeal at http://mcswish.net/forums/
  116. kick: &6You have been &4banned&6 permanently for &b[reason].\n&6Appeal at http://mcswish.net/forums/
  117. notify: '&2[ip]&6 has been permanently banned by &2[actor]&6 for &b[reason]'
  118. error:
  119. exists: '&2[ip]&4 is already banned'
  120. banipall:
  121. notify: '&2[ip]&6 will be permanently banned by &2[actor]&6 for &b[reason]'
  122. tempbanip:
  123. ip:
  124. disallowed: &6You have been &4banned&6 from this server for &b[reason]&6 \n&6It expires in &b[expires].
  125. kick: &6You have been temporarily &4banned&6 for &2[reason].\n&6Appeal at http://mcswish.net/forums/
  126. notify: '&2[player]&6 has been temporarily banned for &b[expires]&6 by &2[actor]&6 for &b[reason]'
  127. tempbanipall:
  128. notify: '&2[player]&6 will be temporarily banned for &b[expires]&6 by &2[actor]&6 for &b[reason]'
  129. unbanip:
  130. notify: '&2[ip]&6 has been unbanned by &2[actor]'
  131. error:
  132. noExists: '&2[ip]&4 is not banned'
  133. unbanipall:
  134. notify: '&2[ip]&6 will be unbanned by &2[actor]'
  135. warn:
  136. player:
  137. warned: '&6You have been warned by &2[actor]&6 for &b[reason]'
  138. notify: '&2[player]&6 has been warned by &b[actor]&6 for &b[reason]'
  139. error:
  140. cooldown: '&4This player was warned too recently, try again later'
  141. dwarn:
  142. notify: '&6The most recent warning for &2[player]&6 has been deleted'
  143. error:
  144. noWarnings: '&2[player]&4 has no warnings to delete'
  145. bmclear:
  146. notify: '&2[player]&6 has had their &b[type]&6 cleared'
  147. error:
  148. invalid: '&4Invalid type, please choose between &bbanrecords&4, &bmuterecords&4, &bkicks&4 or &bwarnings'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement