Advertisement
Guest User

pl3xchannels

a guest
Oct 21st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # Default Local Channel
  2. # The name of the channel (used in channel list)
  3. local-name=Local
  4. # Can users join this channel to send it messages
  5. local-can-join=true
  6. # Only people within this radius will hear these chat messages (0 to disable radius)
  7. local-radius=0
  8. # Will this message be heard in all worlds (if radius not 0 this setting is ignored)
  9. local-all-worlds=true
  10. # The format of messages in this channel
  11. local-format=&f<{username}&f>: {message}
  12.  
  13. # Default Global channel
  14. global-name=Global
  15. global-can-join=false
  16. global-radius=0
  17. global-all-worlds=false
  18. global-format=&f<{username}&f>: {message}
  19.  
  20. # Default Universe channel
  21. universe-name=Universe
  22. universe-can-join=false
  23. universe-radius=0
  24. universe-all-worlds=true
  25. universe-format=&f<{username}&f>: {message}
  26.  
  27. # Default Admin channel
  28. admin-name=Admin
  29. admin-can-join=true
  30. admin-radius=0
  31. admin-all-worlds=true
  32. admin-format=&7[&4Admin&7]&f<{username}&f>: {message}
  33.  
  34. # Default Spy channel
  35. spy-name=Spy
  36. spy-can-join=false
  37. spy-radius=0
  38. spy-all-worlds=true
  39. spy-format=&7[&6Spy&7]&r{username}&r: {message}
  40.  
  41. ### Add your own channels below
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement