Advertisement
Guest User

global.yml

a guest
Jul 24th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # ###################################################
  2. # ############## Channel Configuration ##############
  3. # ###################################################
  4. #
  5. # This 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 player 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. name: Global
  25. alias: g
  26. across-worlds: true
  27. cost: 0.0
  28. distance: 0
  29. color: '&7'
  30. need-focus: false
  31. receivers-message: true
  32. tag-builder: ch-tags,clan-tag,group-prefix,group-suffix,mito,nickname,message
  33. use-this-builder: false
  34. canLock: true
  35. bungee: false
  36. channelAlias:
  37. enable: false
  38. sendAs: player
  39. cmd: ''
  40. available-worlds: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement