Guest User

Multichat joinmessages

a guest
Jul 24th, 2020
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | MultiChat | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # By Revilo410
  8.  
  9. ##################
  10. # DON'T EDIT #
  11. version: "1.9.2" #
  12. ##################
  13.  
  14. ############################################################
  15. # +------------------------------------------------------+ #
  16. # | Join Messages | #
  17. # +------------------------------------------------------+ #
  18. ############################################################
  19.  
  20. # Should network join messages be displayed?
  21.  
  22. showjoin: true
  23.  
  24. # Should network quit messages be displayed?
  25.  
  26. showquit: true
  27.  
  28. ##############################################################
  29.  
  30. # USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
  31. # %NAME% = The name of the sender
  32.  
  33. # NETWORK join message
  34.  
  35. serverjoin: "&8&l[&a&l+&8&l] &x&4&4&f&f&4&4%NAME%"
  36.  
  37. # NETWORK SILENT join message
  38.  
  39. silentjoin: "&8&l[&a&l+&8&l] &x&4&4&f&f&4&4%NAME%"
  40.  
  41. # NETWORK quit message
  42.  
  43. networkquit: "&8&l[&c&l-&8&l] &x&4&4&f&f&4&4%NAME%"
  44.  
  45. # NETWORK SILENT quit message
  46.  
  47. silentquit: "&8&l[&c&l-&8&l] &x&4&4&f&f&4&4%NAME%"
  48.  
  49. ##############################################################
  50.  
  51. # Should a welcome message be broadcast to the network the first time a player joins?
  52.  
  53. welcome: true
  54.  
  55. # Define the welcome message here
  56. # USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
  57. # %NAME% = The name of the sender
  58.  
  59. welcome_message: "&dWelcome &2&l[Zombie] &f%NAME%&d to the server!"
  60.  
  61. # Should a private welcome message (separate to the one above) be sent to the player the first time they join the network?
  62.  
  63. private_welcome: true
  64.  
  65. # Define the private welcome message here
  66. # USES STANDARD MINECRAFT '&X' COLOUR/FORMAT CODES
  67. # %NAME% = The name of the sender
  68. private_welcome_message: "&6&lHi there! &6Make sure to join our Discord with &b/discord&6!"
Advertisement
Add Comment
Please, Sign In to add comment