Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # enable: Should the plugin be enabled?
  2. # message-format: The standard message-format.
  3. # global-message-format: The message-format if ranged-mode is enabled.
  4. # ranged-mode: Should the ranged-mode be enabled?
  5. # chat-range: The range to talk to other players.
  6. # multi-prefixes: Should the multi-prefixes be enabled? See readme.txt for more info.
  7. # multi-suffixes: Should the multi-suffixes be enabled? See readme.txt for more info.
  8. # logChat: Should the chat be logged?
  9. # Priority: EventPriority for the ChatListener. See readme.txt for more info.
  10. # Debug: Enables debug mode. Enable this if you get a bug.
  11. # Locale: Which language do you want? (You can choose betwenn de-DE, en-EN and ru-RU by default.)
  12. # Ads.Enabled: Should we check for ads?
  13. # Ads.Bypass: A list with allowed ips or domains.
  14. # Ads.Log: Should the ads be loged in a file?
  15. # Messages.JoinAndQuit.Enabled: Do you want to change the join and the quit messages?
  16.  
  17. enable: true
  18. message-format: '&7&l(&5(L)&7&l)&r !clantag! %prefix%player%suffix&8: &7%message'
  19. global-message-format: '&7&l(&6(G)&7&l)&r !clantag! %prefix%player%suffix&8: &f%message'
  20. ranged-mode: true
  21. chat-range: 100.0
  22. multi-prefixes: false
  23. multi-suffixes: false
  24. logChat: false
  25. Priority: LOWEST
  26. Debug: false
  27. Locale: en-EN
  28. Ads:
  29. Enabled: true
  30. Log: false
  31. Bypass:
  32. - 127.0.0.1
  33. - my-domain.com
  34. Messages:
  35. JoinAndQuit:
  36. Enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement