settingtypes.txt 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # If this is enabled, players will have the option to hear a bell play
  2. # whenever their name is mentioned in chat in addition to the message being
  3. # highlighted in green.
  4. chat3.bell (Chatbell) bool true
  5. # If this is not set to 0, players within this range of each other will see
  6. # messages highlighted in blue to indicate that they are close.
  7. chat3.near (Near Highlight Range) float 12
  8. # If this is true, players can cause messages to be highlighted in red for
  9. # all players and the chatbell to be played (if enabled) by prefixing their
  10. # message, by default, with "!" (configurable with chat3.shout_prefix).
  11. chat3.shout (Enable Shout Messages) bool true
  12. # The single-character prefix to cause messages to be highlighted in red for
  13. # all players and the chatbell to be played (if enabled). This setting only
  14. # applies if chat3.shout is set to true.
  15. chat3.shout_prefix (Shout Prefix) string !
  16. # When enabled, a /ignore chatcommand is added which allows players to ignore
  17. # chat messages and PMs from players which they have added (see /help ignore).
  18. # Non-ignorable players can be added with by granting the `ignore_override`.
  19. # This will prevent these players from being added to ignore lists and will
  20. # automatically remove them should they already exist. The server owner (as
  21. # defined by the `name` setting) cannot be ignored no matter what.
  22. chat3.ignore (Enable Ignore Feature) bool true
  23. # When enabled, players can add a limitted number of alternate usernames
  24. # which chat3 will check incoming messages for in order to expand
  25. # highlighting. The max number of allowed alternate usernames can be
  26. # configured with chat3.alt_max (defaults to 3).
  27. chat3.alt_support (Allow players to add alts) bool true
  28. # If chat3.alt_support is enabled, this will control the maximum number of
  29. # alternate usernames that each player is allowed to configure.
  30. chat3.alt_max (Configure maximum alts) int 3 1 1000