Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.23 KB | None | 0 0
  1. # Just some general OKChat settings.
  2. general:
  3. # Specify the locale.yml file here.
  4. locale: 'locale.yml'
  5. # Should we enable word wrapping?
  6. word-wrap: true
  7. # Specify the format of timestamps for the %time% variable here.
  8. time-format: 'HH:mm:ss'
  9. # Configure join messages here.
  10. join-messages:
  11. # Enable modification of join messages?
  12. enable: true
  13. # Configure global join message here.
  14. # Set to ''(empty) or 'none' to disable, or 'default' to leave as is.
  15. message: '&bPlayer &f%prefix%%displayname%%suffix% &bhas joined &f%world%&b!'
  16. # Configure world-specific join messages here.
  17. worlds:
  18. # The name of your world goes here.
  19. AoM:
  20. # The join message.
  21. # Set to ''(empty) or 'none' to disable, or 'default' to leave as is.
  22. message: '&bPlayer &f%prefix%%displayname%%suffix% &bhas joined &f%world%&b!'
  23. # Should this join message be treated as a global join message?
  24. global: false
  25. # If global is set to false, list the worlds that can see this join message here.
  26. see:
  27. - 'world'
  28. - 'world_nether'
  29. - 'world_the_end'
  30. # If global is set to true, list the worlds that can't see this join message here.
  31. hide:
  32. - 'AnotherWorld'
  33. - 'AnotherWorld_the_end'
  34. # Configure quit messages here.
  35. quit-messages:
  36. # Enable modification of quit messages?
  37. enable: true
  38. # Configure global quit message here.
  39. # Set to ''(empty) or 'none' to disable, or 'default' to leave as is.
  40. message: '&bPlayer &f%prefix%%displayname%%suffix% &bhas left &f%world%&b!'
  41. # Configure world-specific quit messages here.
  42. worlds:
  43. # The name of your world goes here.
  44. AoM:
  45. # The quit message.
  46. # Set to ''(empty) or 'none' to disable, or 'default' to leave as is.
  47. message: '&bPlayer &f%prefix%%displayname%%suffix% &bhas left &f%world%&b!'
  48. # Should this quit message be treated as a global quit message?
  49. global: false
  50. # If global is set to false, list the worlds that can see this quit message here.
  51. see:
  52. - 'world'
  53. - 'world_nether'
  54. - 'world_the_end'
  55. # If global is set to true, list the worlds that can't see this quit message here.
  56. hide:
  57. - 'AnotherWorld'
  58. - 'AnotherWorld_the_end'
  59. # Configure kick messages here.
  60. kick-messages:
  61. # Enable modification of kick messages?
  62. enable: true
  63. # Configure global kick message here.
  64. # Set to ''(empty) or 'none' to disable, or 'default' to leave as is.
  65. message: '&bPlayer &f%prefix%%displayname%%suffix% &bwas kicked from &f%world%&b!'
  66. # Configure world-specific kick messages here.
  67. worlds:
  68. # The name of your world goes here.
  69. AoM:
  70. # The kick message.
  71. # Set to ''(empty) or 'none' to disable, or 'default' to leave as is.
  72. message: '&bPlayer &f%prefix%%displayname%%suffix% &bwas kicked from &f%world%&b!'
  73. # Should this kick message be treated as a global kick message?
  74. global: false
  75. # If global is set to false, list the worlds that can see this kick message here.
  76. see:
  77. - 'world'
  78. - 'world_nether'
  79. - 'world_the_end'
  80. # If global is set to true, list the worlds that can't see this kick message here.
  81. hide:
  82. - 'AnotherWorld'
  83. - 'AnotherWorld_the_end'
  84. # This will allow you to define permissions-based prefixes.
  85. # This is useful for when your Permissions bridge does not support prefixes.
  86. # Note: This WILL override the %prefix% variable if enabled.
  87. prefixes:
  88. # Enable OKChat's built-in prefix system?
  89. enable: false
  90. # List nodes, prefixes and weights here.
  91. prefixes:
  92. # This would be the permissions node required to have the prefix.
  93. # These need to be one word. No decimal points allowed.
  94. # So you'd need "okchat.prefix.examplenode" in this case.
  95. examplenode:
  96. # Define the actual prefix here.
  97. prefix: '&6Dev'
  98. # Weight values can be assigned to prefixes(default: 0).
  99. # If a user has access to multiple prefixes, the one with the highest weight value will be chosen.
  100. weight: '50'
  101. # This will allow you to define permissions-based suffixes.
  102. # This is useful for when your Permissions bridge does not support suffixes.
  103. # Note: This WILL override the %suffix% variable if enabled.
  104. suffixes:
  105. # Enable OKChat's built-in suffix system?
  106. enable: true
  107. # List nodes, suffixes and weights here.
  108. suffixes:
  109. # This would be the permissions node required to have the suffix.
  110. # These need to be one word. No decimal points allowed.
  111. # So you'd need "okchat.suffix.examplenode" in this case.
  112. examplenode:
  113. # Define the actual suffix here.
  114. suffix: '&6 the Awesome'
  115. # Weight values can be assigned to suffixes(default: 0).
  116. # If a user has access to multiple suffixes, the one with the highest weight value will be chosen.
  117. weight: '50'
  118. # Configure OKChat's spam security suite here.
  119. spam-protection:
  120. # Should we enable it?
  121. enable: true
  122. # Configure chat spam protection here.
  123. chat:
  124. # Is protection enabled?
  125. enable: true
  126. # How many actions can a player perform before protection kicks in?
  127. actions: 30
  128. # How long should a player refrain from trying to chat for the punishment to wear off(seconds)?
  129. inactivity: 15
  130. # Configure punishments per action here.
  131. punishments:
  132. # Configure muting chat here.
  133. mute:
  134. # Is muting enabled?
  135. enable: false
  136. # Configure damaging on chat here.
  137. damage:
  138. # Is damaging enabled?
  139. enable: false
  140. # The amount of damage to deal per chat attempt.
  141. amount: 4
  142. # Configure executing commands on chat here.
  143. command:
  144. # Are commands enabled?
  145. enable: false
  146. # List commands here.
  147. commands:
  148. - 'money grant %name% -20'
  149. - 'example command'
  150. # The messages to send players.
  151. messages:
  152. # The message sent when the punishment starts. Set to '' or 'none' to disable.
  153. entry: 'none'
  154. # The message sent when the punishment starts. Set to '' or 'none' to disable.
  155. exit: 'none'
  156. # Configure command spam protection here.
  157. command:
  158. # Is protection enabled?
  159. enable: true
  160. # How many actions can a player perform before protection kicks in?
  161. actions: 30
  162. # How long should a player refrain from trying to use commands for the punishment to wear off(seconds)?
  163. inactivity: 15
  164. # Configure punishments per action here.
  165. punishments:
  166. # Configure muting commands here.
  167. mute:
  168. # Is muting enabled?
  169. enable: true
  170. # Configure damaging on commands here.
  171. damage:
  172. # Is damaging enabled?
  173. enable: false
  174. # The amount of damage to deal per command attempt.
  175. amount: 4
  176. # Configure executing commands on commands here.
  177. command:
  178. # Are commands enabled?
  179. enable: false
  180. # List commands here.
  181. commands:
  182. - 'money grant %name% -20'
  183. - 'example command'
  184. # The messages to send players.
  185. messages:
  186. # The message sent when the punishment starts. Set to '' or 'none' to disable.
  187. entry: '&4You have been muted for spamming!'
  188. # The message sent when the punishment starts. Set to '' or 'none' to disable.
  189. exit: '&eYou are no longer muted!'
  190. # Configure login spam protection here.
  191. login:
  192. # Is protection enabled?
  193. enable: true
  194. # How many actions can a player perform before protection kicks in?
  195. actions: 10
  196. # How long should a player refrain from trying to log in for the punishment to wear off(seconds)?
  197. inactivity: 15
  198. # Configure punishments per action here.
  199. punishments:
  200. # Configure executing commands on login here.
  201. command:
  202. # Are commands enabled?
  203. enable: true
  204. # List commands here.
  205. commands:
  206. - 'ban %name%'
  207. - 'say &fBanning &b%name% &ffor spamming.'
  208. messages:
  209. # The message sent when the punishment starts. Set to '' or 'none' to disable.
  210. entry: 'none'
  211. # The message sent when the punishment starts. Set to '' or 'none' to disable.
  212. exit: 'none'
  213. # Configure the Message of the Day.
  214. motd:
  215. # Enable MotD?
  216. enable: true
  217. # Configure global MotD here.
  218. # Set to ''(empty) or 'none' to disable.
  219. messages:
  220. - '&6Welcome, &f%prefix%%displayname%%suffix%&6!'
  221. - '&eYou are currently in &f%world%&e. Have fun!'
  222. # Should we show the /who player list?
  223. global-list: true
  224. # Should we show the /who <world> player list?
  225. world-list: false
  226. # Configure world-specific MotDs here.
  227. worlds:
  228. # The name of your world goes here.
  229. AoM:
  230. # This would be the permissions node required to have the motd.
  231. # These need to be one word. No decimal points allowed.
  232. # So you'd need "okchat.motd.ExampleWorld.examplenode" in this case.
  233. examplenode:
  234. # The MotD.
  235. # Set to ''(empty) or 'none' to disable.
  236. messages:
  237. - '&6Welcome to &f%world%&6, &f%prefix%%displayname%%suffix%&6!'
  238. # Should we show the /who player list?
  239. global-list: true
  240. # Should we show the /who <world> player list?
  241. world-list: false
  242. # Weight values can be assigned to motds(default: 0).
  243. # If a user has access to multiple motds, the one with the highest weight value will be chosen.
  244. weight: '50'
  245. # Configure the /who player list here.
  246. global-list:
  247. # Configure the initial messages to be shown before the actual list.
  248. # Set to ''(empty) or 'none' to disable.
  249. messages:
  250. - '&cThere are currently &f%currentplrs% &cout of &f%maxplrs% &cplayers online.'
  251. # Configure the format for player names here. Set to ''(empty) or 'none' to disable.
  252. format: '%prefix%%displayname%'
  253. # Configure the /who <world> player list here.
  254. world-list:
  255. # Configure the initial messages to be shown before the actual list.
  256. # Set to ''(empty) or 'none' to disable.
  257. messages:
  258. - '&cOut of &f%currentplrs% &cplayers online, &f%targetworldplrs% &care in &f%targetworld%&c!'
  259. # Configure the format for player names here. Set to ''(empty) or 'none' to disable.
  260. format: '%prefix%%displayname%'
  261. # Configure the server player list here(press TAB).
  262. player-list:
  263. # Configure the format for player names here. Set to ''(empty) or 'none' to disable.
  264. format: '%prefix%%displayname%'
  265. # Configure OKChat's built-in alias/nickname system here.
  266. nicknames:
  267. # Should we enable it?
  268. enable: true
  269. # Define the maximum length of a nickname here.
  270. maximum: 24
  271. # Define the minimum length of a nickname here.
  272. minimum: 6
  273. # List nicknames that aren't allowed here.
  274. disallow:
  275. - Admin
  276. - Administrator
  277. - Console
  278. - Notch
  279. - Developer
  280. - Euthyphro
  281. - dmills
  282. - ThreeDrunkWhales
  283. - mewkin
  284. - Op
  285. - Euthy
  286. - Scholar
  287. # Configure titles here(REQUIRES SPOUT).
  288. titles:
  289. # Should we enable title formatting for SpoutCraft clients?
  290. enable: true
  291. # Configure the format for player titles here. Set to ''(empty) or 'none' to diable.
  292. format: '%prefix%%displayname%'
  293. # Configure private messages here.
  294. whispers:
  295. # Configure the format of the message the player SENDING the whisper will see.
  296. format-to: '&7[&fme&7->&f%prefix%%displayname%%suffix%&7] &f%message%'
  297. # Configure the format of the message the player RECEIVING the whisper will see.
  298. format-from: '&7[&f%prefix%%displayname%%suffix%&7->&fme&7] &f%message%'
  299. # Allow a player to whisper to someone he's ignoring?
  300. ignore-allow: false
  301. # Configure chat channels here.
  302. channels:
  303. # Configure the default channels here.
  304. default:
  305. - Global
  306. # Configure the channels here.
  307. channels:
  308. # Name of the channel.
  309. Global:
  310. # The chat format for the channel.
  311. format: '&7[&b%channel%&7] &f%prefix%%displayname%&7: &f%message%'
  312. # Is the chat global?
  313. global: true
  314. # Is the chat world-based?
  315. world: false
  316. # Is the chat local?
  317. local: false
  318. # (optional) Range of local chat
  319. range: 15
  320. # Does this channel require 'okchat.channel.<name>' to join?
  321. protected: false
  322. # Are you allowed to unsubscribe from this channel?
  323. unsubscribe: true
  324. # Name of the channel.
  325. Help:
  326. # The chat format for the channel.
  327. format: '&7[&b%channel%&7] &f%prefix%%displayname%&7: &f%message%'
  328. # Is the chat global?
  329. global: true
  330. # Is the chat world-based?
  331. world: false
  332. # Is the chat local?
  333. local: false
  334. # (optional) Range of local chat
  335. range: 15
  336. # Does this channel require 'okchat.channel.<name>' to join?
  337. protected: false
  338. # Are you allowed to unsubscribe from this channel?
  339. unsubscribe: true
  340. # Name of the channel.
  341. Market:
  342. # The chat format for the channel.
  343. format: '&7[&b%channel%&7] &f%prefix%%displayname%&7: &f%message%'
  344. # Is the chat global?
  345. global: true
  346. # Is the chat world-based?
  347. world: false
  348. # Is the chat local?
  349. local: false
  350. # (optional) Range of local chat
  351. range: 15
  352. # Does this channel require 'okchat.channel.<name>' to join?
  353. protected: false
  354. # Are you allowed to unsubscribe from this channel?
  355. unsubscribe: true
  356. Local:
  357. # The chat format for the channel.
  358. format: '&7[&b%channel%&7] &f%prefix%%displayname%&7: &f%message%'
  359. # Is the chat global?
  360. global: false
  361. # Is the chat world-based?
  362. world: false
  363. # Is the chat local?
  364. local: true
  365. # (optional) Range of local chat
  366. range: 30
  367. # Does this channel require 'okchat.channel.<name>' to join?
  368. protected: false
  369. # Are you allowed to unsubscribe from this channel?
  370. unsubscribe: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement