Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ############################################################
- # +------------------------------------------------------+ #
- # | MultiChatSpigot | #
- # +------------------------------------------------------+ #
- ############################################################
- # By Revilo410
- ##################
- # DON'T EDIT #
- version: "1.7.5" #
- ##################
- # Specify the name of this server here for the %SERVER% placeholder
- server_name: "CR"
- ############################################################
- # +------------------------------------------------------+ #
- # | Global | #
- # +------------------------------------------------------+ #
- ############################################################
- # Should this server use a different format for the global chat than the one assigned in the Proxy Plugins folder?
- # ( Useful if you want to use local placeholders that may only be present on one server )
- override_global_format: true
- # The format to use for the global chat if the setting above is set to true
- #
- # USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
- # %NAME% = The name of the sender
- # %DISPLAYNAME% = The display name of the sender
- # %PREFIX% = The prefix of the sender
- # %SUFFIX% = The suffix of the sender
- # %NICK% = The nickname of the sender
- # %SERVER% = The server of the sender
- # %WORLD% = The world of the sender
- #
- # Will display as [FORMAT] [MESSAGE]
- override_global_format_format: "&dCR%PREFIX%%NICK%&f: "
- # If the setting below is set to true, then regardless of the settings above, MultiChat will NOT touch the chat format.
- # This means that if a plugin such as Towny manages the chat format locally, then this will be used instead.
- # MultiChat will still send the message to all the other servers.
- #
- # NOTE: THIS IS DONE ON A BEST EFFORT BASIS! (MultiChat is a chat formatting plugin so is designed to format the chat!)
- override_all_multichat_formatting: false
- # Setting this to true will try to override any stubborn plugins messing around with the chat format
- force_multichat_format: false
- ############################################################
- # +------------------------------------------------------+ #
- # | Local | #
- # +------------------------------------------------------+ #
- ############################################################
- # Should MultiChat set the format of the local chat? (Leaving this at false lets other plugins handle the chat)
- set_local_format: true
- # The local chat format to set if MultiChat is to manage the format
- #
- # USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
- # %NAME% = The name of the sender
- # %DISPLAYNAME% = The display name of the sender
- # %PREFIX% = The prefix of the sender
- # %SUFFIX% = The suffix of the sender
- # %NICK% = The nickname of the sender
- # %WORLD% = The world of the sender
- # %SERVER% = The server of the sender
- #
- # Will display as [FORMAT] [MESSAGE]
- local_chat_format: "&3[&bL&3] &f%DISPLAYNAME%&f: &7"
- ############################################################
- # +------------------------------------------------------+ #
- # | MultiChat Placeholders | #
- # +------------------------------------------------------+ #
- ############################################################
- # This setting lets you use multichat variables in other plugins!
- # For example, if you use essentials chat for your local chat, but wanted to use a multichat nickname.
- # You can specify the {multichat_nickname} placeholder as defined below. MultiChat will parse it as usual.
- # Essentials doesn't support placeholder API by default, but you can still use PAPI placeholders by making one below!
- # {multichat_papi_displayname} will be replaced using the example below and parsed by multichat.
- multichat_placeholders:
- nickname: "%NICK%"
- papi_displayname: "%player_displayname%"
- ############################################################
- # +------------------------------------------------------+ #
- # | MultiChat Nicknames | #
- # +------------------------------------------------------+ #
- ############################################################
- # Players will be blocked from using any nicknames on this list!
- # Regular expressions can be used
- # (?i) is the regular expression term to ignore case
- nickname_blacklist:
- - "(?i)Notch"
- - "(?i)Jeb"
- #- "[1234567890]+.*" # <-- Example to block any nicknames starting with a number!
- # Should a prefix be displayed before nicknames to differentiate them from real names?
- show_nickname_prefix: false
- # What should the prefix before nicknames be?
- nickname_prefix: "~"
- # The maximum length for nicknames
- nickname_length_limit: 20
- # Should formatting codes such as "&3" be counted in the length of the nickname?
- nickname_length_limit_formatting: false
Advertisement
Add Comment
Please, Sign In to add comment