Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. #
  2. # ===== ChatRange config.yml =====
  3. #
  4. # * If this config.yml is corrupted or lost, simply delete this file and
  5. # start up the server. This file will be generated again for you.
  6. # If this config.yml is updated, please get a new version by deleting
  7. # this file, or copying from the
  8. # website(http://dev.bukkit.org/bukkit-plugins/chat-range/pages/configuration/).
  9. # * Use & for colour formatting. However, not every configurable will use it.
  10.  
  11. # ========================================
  12. # ranges - Add your own custom range to the list. Use the following template:
  13. # ........................................
  14. # ranges:
  15. # <name of range>: [Name of the range, be it global, local, whisper. This can be anything you want]
  16. # description: [description of command, %range, %distance accepted]
  17. # command: [command name, no spaces]
  18. # aliases: [Different command names that can be used to trigger the command]
  19. # - [alias]
  20. # cross-dimension: [true/false; Should this range work across dimensions/worlds? If true, the distance is ignored]
  21. # distance: [distance of how far can this chat range can reach, decimal allowed]
  22. # colour: [colour code used to chat in]
  23. # prefix: [prefix of the chat]
  24. # permission: [permission required to run this command, blank for permission not required]
  25. # ========================================
  26. ranges:
  27. whisper:
  28. description: 'Zmieniono na: %range. [%distance]'
  29. command: 'szept'
  30. aliases:
  31. - 'w'
  32. cross-dimension: false
  33. distance: 3
  34. colour: '&8'
  35. prefix: '[Szept]'
  36. permission: 'chatrange.range.whisper'
  37. tell:
  38. description: 'Zmieniono na: %range. [%distance]'
  39. command: 'mow'
  40. aliases:
  41. - 'mw'
  42. cross-dimension: false
  43. distance: 10
  44. colour: '&7'
  45. prefix: ''
  46. permission: 'chatrange.range.tell'
  47. local:
  48. description: 'Zmieniono na: %range. [%distance]'
  49. command: 'lokal'
  50. aliases:
  51. - 'lok'
  52. cross-dimension: false
  53. distance: 150
  54. colour: '&c'
  55. prefix: '[Lokal]'
  56. permission: 'chatrange.range.local'
  57. yell:
  58. description: 'Zmienia na: %range. [%distance]'
  59. command: 'krzycz'
  60. aliases:
  61. - 'krz'
  62. cross-dimension: false
  63. distance: 20
  64. colour: '&e'
  65. prefix: '*Krzyczy*'
  66. permission: 'chatrange.range.yell'
  67. alarm:
  68. description: 'Zmieniono na: %range. [%distance]'
  69. command: 'alarm'
  70. aliases:
  71. - 'ala'
  72. cross-dimension: false
  73. distance: 300
  74. colour: '&4'
  75. prefix: '[Alarm]'
  76. permission: 'chatrange.range.alarm'
  77. province:
  78. description: 'Zmieniono na: %range. [%distance]'
  79. command: 'prowincja'
  80. aliases:
  81. - 'prow'
  82. cross-dimension: false
  83. distance: 1000
  84. colour: '&3'
  85. prefix: '[Prowincja]'
  86. permission: 'chatrange.range.province'
  87. global:
  88. description: 'Zmieniono na: %range. [%distance]'
  89. command: 'global'
  90. aliases:
  91. - 'g'
  92. cross-dimension: true
  93. colour: '&b'
  94. prefix: '[Global]'
  95. permission: 'chatrange.range.global'
  96.  
  97. # ========================================
  98. # emotes - Add your own custom emote to the list. Use the following template:
  99. # ........................................
  100. # emotes:
  101. # <name of emotes>: [Name of the emote. This can be anything you want]
  102. # description: [Description of command, %range, %distance accepted]
  103. # command: [Command name, no spaces]
  104. # range: [Name of range this emote belongs to, must be declared above]
  105. # aliases: [Different command names that can be used to trigger the command]
  106. # - [alias]
  107. # prefix: [prefix of the chat]
  108. # permission: [permission required to run this command, blank for permission not required]
  109. # ========================================
  110. emotes:
  111. local:
  112. description: 'Sends an emote at the %range range.'
  113. command: 'me'
  114. range: 'local'
  115. aliases:
  116. - 'emote'
  117. - 'emotelocal'
  118. colour: '&f'
  119. prefix: '[Local]'
  120. permission: 'chatrange.emote.local'
  121. global:
  122. description: 'Sends a global emote. Everyone can see this regardless of dimensions.'
  123. command: 'meg'
  124. range: 'global'
  125. aliases:
  126. - 'emoteglobal'
  127. colour: '&5'
  128. permission: 'chatrange.emote.global'
  129.  
  130. # ========================================
  131. # default-range - The default range new players will be in upon joining.
  132. # ========================================
  133. default-range: tell
  134.  
  135. # ========================================
  136. # no-recipients-alert - Alert the player when their messages are not reaching anyone.
  137. # ========================================
  138. no-recipients-alert: false
  139.  
  140. # ========================================
  141. # alias-single - Sets if using the alias of the range would only send a single message to that channel instead of setting it as default range
  142. #
  143. # true - Using alias would only send a single message in their respective range and revert back
  144. # false - Using alias would act as their command counterpart, changing their range
  145. # ========================================
  146. alias-single: false
  147.  
  148. # ========================================
  149. # change-message - The message that will be sent to the player which have changed their chat range.
  150. # no-recipient - The message sent when players' chat are not reaching anyone.
  151. # no-permission - The message sent to the player when they do not have permission to use the command.
  152. # ========================================
  153. change-message: '&6Zmieniono na %range&6.'
  154. no-recipient: ''
  155. no-permission: '&4Brak permissi, jeżeli powinieneś je mieć skontaktuj się z administratorem.'
  156.  
  157. # ========================================
  158. # log-range - Log ranges specified above to console upon launch
  159. # log-emote - Log emotes to console upon launch
  160. # ========================================
  161. log-range: true
  162. log-emote: true
  163.  
  164. # ========================================
  165. # chat-format - The format of the chat that should be used when players chat
  166. # * Supported tags
  167. # - %old (The previous format set by other plugins or Bukkit, useful for simple appending)
  168. # - %playername (Name of the message sender, the player)
  169. # - %message (The original message made by the player)
  170. # - %prefix (Prefix of the range as set above)
  171. # - %colour (Colour of the range)
  172. # ========================================
  173. chat-format: '%old %prefix &7>> %colour%message'
  174.  
  175. # ========================================
  176. # emote-format - The format of the emote that should be used
  177. # * Supported tags
  178. # - %playername (Name of player which sent the emote)
  179. # - %message (The emote message)
  180. # - %prefix (Prefix of the emote)
  181. # - %colour (Colour of the range)
  182. # ========================================
  183. emote-format: '%colour* %prefix &r%playername&r %colour%message'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement