Advertisement
Guest User

Untitled

a guest
May 29th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.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: '&f&oVanilla&4&oBan &8&l- &eConfig ricaricato.'
  11. deniedNotify:
  12. player: '&cWarning: [player] attempted to join the server but was denied due to
  13. &4[reason]'
  14. ip: '&cWarning: [ip] attempted to join the server but was denied due to &4[reason]'
  15. deniedMaxIp: '&cToo many players with your ip address online'
  16. deniedCountry: '&cYou may not connect from your region'
  17. time:
  18. now: ora
  19. year: anno
  20. years: anni
  21. month: mese
  22. months: mesi
  23. week: settimana
  24. weeks: settimane
  25. day: giorno
  26. days: giorni
  27. hour: ora
  28. hours: ore
  29. minute: minuto
  30. minutes: minuti
  31. second: secondo
  32. seconds: secondi
  33. never: mai
  34. error:
  35. invalid: '&cYour time length is invalid'
  36. limit: '&cYou cannot perform this action for that length of time'
  37. none: Nessuno
  38. sender:
  39. error:
  40. notFound: '&c[player] not found, are you sure they exist?'
  41. offline: '&c[player] is offline'
  42. noSelf: '&cYou cannot perform that action on yourself!'
  43. exception: '&cAn error occured whilst attempting to perform this command. Please
  44. check the console for further details.'
  45. invalidIp: '&cInvalid IP address, expecting w.x.y.z format'
  46. offlinePermission: '&cYou are not allowed to perform this action on an offline
  47. player'
  48. exempt: '&c[player] is exempt from that action'
  49. noPermission: '&cYou do not have permission to perform that action'
  50. alts:
  51. header: 'Possible alts found:'
  52. export:
  53. error:
  54. inProgress: '&cAn export is already in progress, please wait'
  55. player:
  56. started: '&aPlayer ban export started'
  57. finished: '&aPlayer ban export finished, file [file] created'
  58. ip:
  59. started: '&aIP ban export started'
  60. finished: '&aIP ban export finished, file [file] created'
  61. import:
  62. error:
  63. inProgress: '&cAn import is already in progress, please wait'
  64. player:
  65. started: '&aPlayer ban import started'
  66. finished: '&aPlayer ban import finished'
  67. ip:
  68. started: '&aIP ban import started'
  69. finished: '&aIP ban inport finished'
  70. info:
  71. error:
  72. incorrectFlagUsage: '&cA flag has been incorrectly used'
  73. stats:
  74. player: '&6[player] has been banned [bans] times, muted [mutes] times, kicked
  75. [kicks] times and warned [warns] times'
  76. ip: '&6This ip has been banned [bans] times'
  77. connection: '&6Their last connection was with [ip] on [lastSeen]'
  78. geoip: 'Country: [country] City: [city]'
  79. ban:
  80. permanent: '&6Currently banned for &4[reason]&6 by [actor] at [created]'
  81. temporary: '&6Currently banned for &4[reason]&6 by [actor] at [created] which
  82. expires in [expires]'
  83. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  84. mute:
  85. permanent: '&6Currently muted for &4[reason]&6 by [actor] at [created]'
  86. temporary: '&6Currently muted for &4[reason]&6 by [actor] at [created] which
  87. expires in [expires]'
  88. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  89. website:
  90. player: http://yourdomain.com/index.php?action=viewplayer&player=[player]&server=0
  91. ip: http://yourdomain.com/index.php?action=viewip&ip=[ip]&server=0
  92. history:
  93. row: '&7#[id] &a[&f[type]&a] &6[actor]&f [reason] - &e[created]'
  94. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  95. noResults: '&cNo results found'
  96. kick:
  97. player:
  98. noReason: '&6You have been kicked'
  99. reason: '&6You have been kicked for &4[reason]'
  100. notify:
  101. noReason: '&6[player] has been kicked by [actor]'
  102. reason: '&6[player] has been kicked by [actor] for &4[reason]'
  103. ban:
  104. player:
  105. disallowed: '&6You have been banned from this server for &4[reason]'
  106. kick: '&6You have been banned permanently for &4[reason]'
  107. notify: '&6[player] has been permanently banned by [actor] for &4[reason]'
  108. error:
  109. exists: '&c[player] is already banned'
  110. banall:
  111. notify: '&6[player] will be permanently banned by [actor] for &4[reason]'
  112. tempban:
  113. player:
  114. disallowed: '&6You have been temporarily banned from this server for &4[reason]
  115. \n&6It expires in [expires]'
  116. kick: '&6You have been temporarily banned for &4[reason]'
  117. notify: '&6[player] has been temporarily banned for [expires] by [actor] for &4[reason]'
  118. tempbanall:
  119. notify: '&6[player] will be temporarily banned for [expires] by [actor] for &4[reason]'
  120. unban:
  121. notify: '&6[player] has been unbanned by [actor]'
  122. error:
  123. noExists: '&c[player] is not banned'
  124. notOwn: '&c[player] was not banned by you, unable to unban'
  125. unbanall:
  126. notify: '&6[player] will be unbanned by [actor]'
  127. mute:
  128. player:
  129. blocked: '&cYou may not use the [command] command whilst muted!'
  130. disallowed: '&6You have been permanently muted for &4[reason] &6by [actor]'
  131. broadcast: '&4[Muted]&r [message]'
  132. notify: '&6[player] has been permanently muted by [actor] for &4[reason]'
  133. error:
  134. exists: '&c[player] is already muted'
  135. muteip:
  136. ip:
  137. disallowed: '&6You have been banned from this server for &4[reason]'
  138. broadcast: '&4[Muted]&r [message]'
  139. notify: '&6[ip] ([players]) have been permanently muted by [actor] for &4[reason]'
  140. error:
  141. exists: '&c[ip] is already muted'
  142. muteall:
  143. notify: '&6[player] will be permanently muted by [actor] for &4[reason]'
  144. tempmute:
  145. player:
  146. disallowed: '&6You have been temporarily muted for &4[reason] &6by [actor] which
  147. expires in [expires]'
  148. notify: '&6[player] has been temporarily muted for [expires] by [actor] for &4[reason]'
  149. error:
  150. exists: '&c[player] is already muted'
  151. tempmuteip:
  152. ip:
  153. disallowed: '&6You have been temporarily muted for &4[reason] &6by [actor] which
  154. expires in [expires]'
  155. notify: '&6[ip] ([players]) have been temporarily muted for [expires] by [actor]
  156. for &4[reason]'
  157. error:
  158. exists: '&c[ip] is already muted'
  159. tempmuteall:
  160. notify: '&6[player] will be temporarily muted for [expires] by [actor] for &4[reason]'
  161. unmute:
  162. notify: '&6[player] has been unmuted by [actor]'
  163. error:
  164. noExists: '&c[player] is not muted'
  165. notOwn: '&c[player] was not muted by you, unable to unmute'
  166. unmuteip:
  167. notify: '&6[ip] has been unmuted by [actor]'
  168. error:
  169. noExists: '&c[ip] is not muted'
  170. notOwn: '&c[ip] was not muted by you, unable to unmute'
  171. unmuteall:
  172. notify: '&6[player] will be unmuted by [actor]'
  173. banip:
  174. ip:
  175. disallowed: '&6You have been banned from this server for &4[reason]'
  176. kick: '&6You have been banned permanently for &4[reason]'
  177. notify: '&6[ip] ([players]) has been permanently banned by [actor] for &4[reason]'
  178. error:
  179. exists: '&c[ip] is already banned'
  180. baniprange:
  181. error:
  182. invalid: '&cInvalid range, please use cidr notation 192.168.0.1/16 or wildcard
  183. 192.168.*.*'
  184. minMax: '&cRange must be lowest to highest'
  185. exists: '&cA ban containing those ranges already exists'
  186. ip:
  187. disallowed: '&6You have been banned from this server for &4[reason]'
  188. kick: '&6You have been banned permanently for &4[reason]'
  189. notify: '&6[from] - [to] have been banned by [actor]'
  190. tempbaniprange:
  191. notify: '&6[from] - [to] has been temporarily banned for [expires] by [actor]'
  192. ip:
  193. disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires
  194. in [expires]'
  195. kick: '&6You have been temporarily banned for [expires] by [actor] for &4[reason]'
  196. unbaniprange:
  197. notify: '&6[from] - [to] has been unbanned by [actor]'
  198. banipall:
  199. notify: '&6[ip] will be permanently banned by [actor] for &4[reason]'
  200. tempbanip:
  201. ip:
  202. disallowed: '&6You have been banned from this server for &4[reason] \n&6It expires
  203. in [expires]'
  204. kick: '&6You have been temporarily banned for &4[reason]'
  205. notify: '&6[ip] ([players]) has been temporarily banned for [expires] by [actor]
  206. for &4[reason]'
  207. tempbanipall:
  208. notify: '&6[ip] will be temporarily banned for [expires] by [actor] for &4[reason]'
  209. unbanip:
  210. notify: '&6[ip] has been unbanned by [actor]'
  211. error:
  212. noExists: '&c[ip] is not banned'
  213. unbanipall:
  214. notify: '&6[ip] will be unbanned by [actor]'
  215. warn:
  216. player:
  217. warned: '&6You have been warned by [actor] for &4[reason]'
  218. notify: '&6[player] has been warned by [actor] for &4[reason]'
  219. error:
  220. cooldown: '&cThis player was warned too recently, try again later'
  221. tempwarn:
  222. player:
  223. warned: '&6You have been warned for [expires] by [actor] for &4[reason]'
  224. notify: '&6[player] has been warned for [expires] by [actor] for &4[reason]'
  225. dwarn:
  226. player:
  227. notify: '&6Your most recent warning has been deleted by &4[actor]'
  228. notify: '&cThe most recent warning for [player] has been deleted'
  229. error:
  230. noWarnings: '&c[player] has no warnings to delete'
  231. bmclear:
  232. notify: '&c[player] has had their [type] cleared'
  233. error:
  234. invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks,
  235. notes or warnings'
  236. sync:
  237. player:
  238. started: '&aStarting force [type] synchronisation'
  239. finished: '&aForced [type] synchronisation complete'
  240. update:
  241. notify: '&6[BanManager] &aAn update is available'
  242. notes:
  243. header: '&6[player] has the following notes:'
  244. note: '&6[[player]] &e[message] - &e[created]'
  245. playerNote: '&a[[player]] &6[[actor]] &e[message] - &e[created]'
  246. dateTimeFormat: dd-MM-yyyy
  247. notify: '[player] has a new note attached by [actor]: [message]'
  248. error:
  249. noNotes: '&c[player] has no notes'
  250. noOnlineNotes: '&cNo online players have notes'
  251. report:
  252. notify: '&6[player] has been reported by [actor] for &4[reason]'
  253. error:
  254. cooldown: '&cThis player was reported too recently, try again later'
  255. adnoteall:
  256. notify: '&c[player] will have a new attached by [actor]: [message]'
  257. banlist:
  258. header: '&6There are [bans] [type] bans:'
  259. bmactivity:
  260. row:
  261. all: '&a[&f[type]&a] &6[player]&f - &6[actor]&f - &e[created]'
  262. player: '&a[&f[type]&a] &6[player]&f - &e[created]'
  263. dateTimeFormat: dd-MM-yyyy HH:mm:ss
  264. noResults: '&cNo results found'
  265. bmdelete:
  266. notify: '&a[rows] rows deleted'
  267. error:
  268. invalid: '&cInvalid type, please choose between banrecords, muterecords, kicks,
  269. notes or warnings'
  270. invalidId: '&c[id] is not a valid number'
  271. denyalts:
  272. player:
  273. disallowed: '&cThe IP address you are joining from is linked to a banned player'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement