Guest User

Untitled

a guest
May 29th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. # ###################################################
  2. # ############## Channel Configuration ##############
  3. # ###################################################
  4. #
  5. # This is the channel configuration.
  6. # You can change and copy this file to create as many channels you want.
  7. # This is the default options:
  8. #
  9. # name: Global - The name of channel.
  10. # alias: g - The alias to use the channel
  11. # across-worlds: true - Send messages of this channel to all worlds?
  12. # distance: 0 - If across worlds is false, distance to receive this messages.
  13. # color: &b - The color of channel
  14. # tag-builder: ch-tags,world,clan-tag,marry-tag,group-prefix,nickname,group-suffix,message - Tags of this channel
  15. # need-focus: false - Player can use the alias or need to use '/ch g' to use this channel?
  16. # canLock: true - Change if the player can use /<channel> to lock on channel.receivers-message: true - Send chat messages like if 'no players near to receive the message'?
  17. # cost: 0.0 - Cost to player use this channel.
  18. # use-this-builder: false - Use this tag builder or use the 'config.yml' tag-builder?
  19. # channelAlias - Use this channel as a command alias.
  20. # enable: true - Enable this execute a command alias?
  21. # sendAs: player - Send the command alias as 'player' or 'console'?
  22. # cmd: '' - Command to send on every message send by this channel.
  23. # available-worlds - Worlds and only this world where this chat can be used and messages sent/received.
  24. # discord:
  25. # mode: NONE - The options are NONE, SEND, LISTEN, BOTH. If enabled and token code set and the channel ID matches with one discord channel, will react according the choosen mode.
  26. # hover: &3Discord Channel: &a{dd-channel}\n&3Role Name: {dd-rolecolor}{dd-rolename}
  27. # format-to-mc: {ch-color}[{ch-alias}]&b{dd-rolecolor}[{dd-rolename}]{sender}&r:
  28. # format-to-dd: :thought_balloon: **{sender}**: {message}
  29. # allow-server-cmds: false - Use this channel to send commands from discord > minecraft.
  30. # channelID: '' - The IDs of your Discord Channels. Enable debug on your discord to get the channel ID.
  31. # Note: You can add more than one discord id, just separate by "," like: 13246579865498,3216587898754
  32.  
  33. name: Local
  34. alias: l
  35. color: '&e'
  36. across-worlds: false
  37. distance: 162
  38. char-alias: ''
  39. canLock: true
  40. need-focus: false
  41. channelAlias:
  42. cmd: ''
  43. sendAs: player
  44. enable: false
  45. cost: 0.0
  46. discord:
  47. mode: none
  48. format-to-mc: '{ch-color}[{ch-alias}]&b{dd-rolecolor}{dd-rolename} {sender}&r: &e'
  49. allow-server-cmds: false
  50. hover: |-
  51. &3Discord Channel: &a{dd-channel}
  52. &3Role Name: {dd-rolecolor}{dd-rolename}
  53. format-to-dd: ':regional_indicator_g: **{sender}**: &e{message}'
  54. allow-bot: true
  55. channelID: ''
  56. bungee: false
  57. available-worlds: []
  58. use-this-builder: false
  59. receivers-message: true
  60. allow-hand: true
  61. tag-builder: world,marry-tag,ch-tags,clan-tag,factions,group-prefix,nickname,group-suffix,message
  62. password: ''
  63. jedis: false
Add Comment
Please, Sign In to add comment