Advertisement
Guest User

NewTag Config

a guest
May 22nd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.39 KB | None | 0 0
  1. # Tag format. Color codes usable, use %tag% where you would like the tag
  2. tag_format: '&9%tag%&r '
  3. # Tag placeholder. Use in conjunction with a chat formatting plugin to
  4. # customize the location of the tag. When empty (default), the tag is prepended
  5. # to the beginning of chat messages.
  6. # Note: if someone enters this placeholder in chat, it will also replaced. Make it hard to guess.
  7. tag_placeholder: '{newtag}'
  8. # Maximum length of tag. If set to 0, max length is enabled. If the tag setter
  9. # has the permission "newtag.longtag", this is ignored
  10. max_tag_length: 0
  11. # Allow tags to have their own color codes
  12. allow_tag_colors: true
  13. # Disallowed tag content. if any one or more of these words are found
  14. # in a tag, the user will be asked to choose a different tag.
  15. disallowed_tags:
  16.  - admin
  17.   - mod
  18. # Strips any special characters from tag. Recommended. (will leave in &)
  19. alphanumeric_only: true
  20. # Enable tag permissions. Enables tags for players with the
  21. # permission "newtag.ptag.<perm>" - permissible tags are configured in
  22. # tags.yml
  23. enable_permission_tags: false
  24. # Enable tab list tag. Will prepend a player's tag to their name in the tab list.
  25. # Note that colour codes take up a lot of the 16 characters
  26. enable_tab_list_tag: false
  27. # Tab list tag format. The tag format to use in the tab list, the total
  28. # character limit is currently 16, so be careful with colors
  29. tab_list_tag_format: "%tag%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement