Advertisement
Guest User

Untitled

a guest
May 25th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 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: '&cWarning: [player] has the same IP as the following banned players:\n&6[players]'
  10. configReloaded: '&aConfiguration reloaded successfully!'
  11. deniedNotify:
  12. player: '&cWarning: [player] attempted to join the server but was denied due to
  13. [reason]'
  14. ip: '&cWarning: [player] attempted to join the server but was denied due to [reason]'
  15. deniedMaxIp: '&cToo many players with your ip address online'
  16. time:
  17. now: now
  18. year: year
  19. years: years
  20. month: month
  21. months: months
  22. day: day
  23. days: days
  24. hour: hour
  25. hours: hours
  26. minute: minute
  27. minutes: minutes
  28. second: second
  29. seconds: seconds
  30. never: never
  31. error:
  32. invalid: '&cYour time length is invalid'
  33. limit: '&cYou cannot perform this action for that length of time'
  34. none: none
  35. sender:
  36. error:
  37. notFound: '&c[player] not found, are you sure they exist?'
  38. offline: '&c[player] is offline'
  39. noSelf: '&cYou cannot perform that action on yourself!'
  40. exception: '&cAn error occured whilst attempting to perform that command. Please
  41. check the console for the error'
  42. invalidIp: '&cInvalid IP address, expecting w.x.y.z format'
  43. offlinePermission: '&cYou may not perform this action on an offline player'
  44. exempt: '&c[player] is exempt from that action'
  45. noPermission: '&cYou do not have permission to perform that action'
  46. alts:
  47. header: 'Possible alts found:'
  48. export:
  49. error:
  50. inProgress: '&cAn export is already in progress, please wait'
  51. player:
  52. started: '&aPlayer ban export started'
  53. finished: '&aPlayer ban export finished, file [file] created'
  54. ip:
  55. started: '&aIP ban export started'
  56. finished: '&aIP ban export finished, file [file] created'
  57. import:
  58. error:
  59. inProgress: '&cAn import is already in progress, please wait'
  60. player:
  61. started: '&aPlayer ban import started'
  62. finished: '&aPlayer ban import finished'
  63. ip:
  64. started: '&aIP ban import started'
  65. finished: '&aIP ban inport finished'
  66. info:
  67. stats:
  68. player: '&b[player] - &cBans&7: &4[bans] &b- &cMutes&7: &4[mutes] &b- &cWarnings:
  69. &4[warns]'
  70. ip: ip has been banned &4[bans] times
  71. connection: Their last connection was with [ip] on [lastSeen]
  72. ban:
  73. permanent: &cCurrently banned for &5[reason] &cby &5[actor] &cat &5[created]
  74. temporary: &cCurrently banned for &5[reason] &cby &5[actor] &cat &5[created] &cwhich expires in &5[expires]
  75. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  76. mute:
  77. permanent: &cCurrently muted for &5[reason] &cby &5[actor] &cat &5[created]
  78. temporary: &cCurrently muted for &5[reason] &cby &5[actor] &cat &5[created] &cwhich expires in &5[expires]
  79. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  80. website:
  81. player: http://www.skymc.org/
  82. ip: play.SkyMC.org
  83. kick:
  84. player:
  85. noReason: &cYou have been kicked.
  86. reason: &cYou have been kicked for &5[reason]&c. Please do not do this again.
  87. notify: '&5[player] &chas been kicked by &5[actor] &cfor &5[reason]'
  88. ban:
  89. player:
  90. disallowed: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/
  91. kick: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/
  92. notify: '[player] has been banned from SkyMC for &5[reason]&cby &5[actor]&c.'
  93. error:
  94. exists: '&c[player] is already banned'
  95. banall:
  96. notify: '[player] will be permanently banned by [actor] for [reason]'
  97. tempban:
  98. player:
  99. disallowed: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/\nIt expires in [expires]
  100. kick: You have been temporarily banned for [reason]
  101. notify: '&5[player] &chas been temporarily banned for &5[expires] &cby &5[actor] &cfor &5[reason]'
  102. tempbanall:
  103. notify: '[player] will be temporarily banned for [expires] by [actor] for [reason]'
  104. unban:
  105. notify: '&5[player] &chas been unbanned by &5[actor]'
  106. error:
  107. noExists: '&c[player] is not banned'
  108. notOwn: '&c[player] was not banned by you, unable to unban'
  109. unbanall:
  110. notify: '[player] will be unbanned by [actor]'
  111. mute:
  112. player:
  113. blocked: '&cYou may not use the [command] command whilst muted!'
  114. disallowed: &cYou have been permanently muted for &5[reason] &cby &5[actor]&c. Appeal: &bhttp://skymc.org/
  115. notify: '&5[player] &chas been permanently muted by &5[actor] &cfor &5[reason]'
  116. error:
  117. exists: '&5[player] &cis already muted'
  118. muteall:
  119. notify: '[player] will be permanently muted by [actor] for [reason]'
  120. tempmute:
  121. player:
  122. disallowed: &cYou have been temporarily muted for &5[reason] &cby &5[actor] &cwhich expires in [expires]&c. Appeal: &bhttp://skymc.org/
  123. notify: '&5[player] &chas been temporarily muted by &5[actor] &cfor &5[reason]'
  124. error:
  125. exists: '&c[player] is already muted'
  126. tempmuteall:
  127. notify: '&c[player] will be temporarily muted for [expires] by [actor] for [reason]'
  128. unmute:
  129. notify: '&5[player] &chas been unmuted by &5[actor]'
  130. error:
  131. noExists: '&c[player] is not muted'
  132. notOwn: '&c[player] was not muted by you, unable to unmute'
  133. unmuteall:
  134. notify: '[player] will be unmuted by [actor]'
  135. banip:
  136. ip:
  137. disallowed: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/
  138. kick: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/
  139. notify: '&5[ip] &2([players]) &chas been permanently banned by &5[actor] &cfor &5[reason]'
  140. error:
  141. exists: '&c[ip] is already banned'
  142. baniprange:
  143. error:
  144. invalid: '&cInvalid range, please use cidr notation 192.168.0.1/16 or wildcard
  145. 192.168.*.*'
  146. minMax: '&cRange must be lowest to higest'
  147. exists: '&cA ban containing those ranges already exists'
  148. ip:
  149. disallowed: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/
  150. kick: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/
  151. notify: '&5[from] - [to] &chas been permanently banned by &5[actor] &cfor &5[reason]'
  152. tempbaniprange:
  153. notify: '[from] - [to] has been temporarily banned for [expires] by [actor]'
  154. ip:
  155. disallowed: You have been banned from this server for [reason] \nIt expires in [expires]
  156. kick: You have been temporarily banned for [expires] by [actor] for [reason]
  157. unbaniprange:
  158. notify: '[from] - [to] has been unbanned by [actor]'
  159. banipall:
  160. notify: '[ip] will be permanently banned by [actor] for [reason]'
  161. tempbanip:
  162. ip:
  163. disallowed: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/\nIt expires in [expires]
  164. kick: &cYou have been banned from SkyMC for &5[reason]&cby &5[actor]&c.\n&cAppeal: &bhttp://skymc.org/\nIt expires in [expires]
  165. notify: '[ip] ([players]) has been temporarily banned for [expires] by [actor]
  166. for [reason]'
  167. tempbanipall:
  168. notify: '[ip] will be temporarily banned for [expires] by [actor] for [reason]'
  169. unbanip:
  170. notify: '[ip] has been unbanned by [actor]'
  171. error:
  172. noExists: '&c[ip] is not banned'
  173. unbanipall:
  174. notify: '[ip] will be unbanned by [actor]'
  175. warn:
  176. player:
  177. warned: '&cYou have been warned by [actor] for [reason]'
  178. notify: '[player] has been warned by [actor] for [reason]'
  179. error:
  180. cooldown: '&cThis player was warned too recently, try again later'
  181. dwarn:
  182. notify: The most recent warning for [player] has been deleted
  183. error:
  184. noWarnings: '&c[player] has no warnings to delete'
  185. bmclear:
  186. notify: '[player] has had their [type] cleared'
  187. error:
  188. invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks
  189. or warnings'
  190. sync:
  191. player:
  192. started: '&aStarting force [type] synchronisation'
  193. finished: '&aForced [type] synchronisation complete'
  194. update:
  195. notify: '&a[BanManager] An update is available'
  196. notes:
  197. header: '&6[player] has the following notes:'
  198. note: '&6[[player]] &e[message]'
  199. notify: '[player] has a new note attached by [actor]: [message]'
  200. error:
  201. noNotes: '&c[player] has no notes'
  202. banlist:
  203. header: '&6There are [bans] [type] bans:'
  204. bmactivity:
  205. row:
  206. all: '&a[&f[type]&a] &6[player]&f - &6[actor]&f - &e[created]'
  207. player: '&a[&f[type]&a] &6[player]&f - &e[created]'
  208. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  209. noResults: '&cNo results found'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement