☄️ CometWelcome ☄️| MOTD✨| JOIN SOUNDS✅|WELCOME COMMAND⛏️|⭐JOIN FIREWORKS⭐|⚡AUTO-CENTER MESSAGES⚡ icon

☄️ CometWelcome ☄️| MOTD✨| JOIN SOUNDS✅|WELCOME COMMAND⛏️|⭐JOIN FIREWORKS⭐|⚡AUTO-CENTER MESSAGES⚡ -----

FREE ☑️ | ☕ JAVA 1.8+ | WIKI ⭕ | The ultimate solution to welcoming players!



PLACEHOLDERAPI IS REQUIRED TO BE INSTALLED ON YOUR SERVER FOR THIS PLUGIN TO WORK!
PlaceholderAPI: CLICK HERE


[​IMG]


[​IMG] [​IMG]
[​IMG]

[​IMG]

-----------------------------
[​IMG]
  • /cometwelcome - Displays plugin help, version, and other general information. ( /cw | /cometw )
  • /welcome - Sends a manual "welcome back" message in chat by the command sender. ( /wb | /welcomeback )
  • /cwreload - Reloads the CometWelcome configuration file without the need of a server reload. ( /cwrl | /cometwelcomereload | /cometwelcomerl )

-----------------------------

[​IMG]

[*] cw.help - Permission to view CometWelcome help menu
[*] cw.reload - Permission to reload the CometWelcome config.yml
[*] cw.updates - W.I.P - ops only - causes a messages to be broadcast in chat if the config.yml is out of date
[*] The /welcome command requires no permission. It is granted to the user by default.

-----------------------------

[​IMG]

If this is outdated for some reason, check in the support discord or on the plugin wiki for an updated version.

The config-version string should match the current plugin version at the top of this page if it is up-to-date.

Code (YAML):
config-version : 2.5
# ^ DO NOT TOUCH THIS
#
#  ██████╗ ██████╗ ███╗   ███╗███████╗████████╗██╗    ██╗███████╗██╗      ██████╗ ██████╗ ███╗   ███╗███████╗
# ██╔════╝██╔═══██╗████╗ ████║██╔════╝╚══██╔══╝██║    ██║██╔════╝██║     ██╔════╝██╔═══██╗████╗ ████║██╔════╝
# ██║     ██║   ██║██╔████╔██║█████╗     ██║   ██║ █╗ ██║█████╗  ██║     ██║     ██║   ██║██╔████╔██║█████╗
# ██║     ██║   ██║██║╚██╔╝██║██╔══╝     ██║   ██║███╗██║██╔══╝  ██║     ██║     ██║   ██║██║╚██╔╝██║██╔══╝
# ╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗   ██║   ╚███╔███╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗
#  ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝   ╚═╝    ╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝
#
#################################
##         IMPORTANT!          ##
#################################
#
# THIS PLUGIN REQUIRES PLACEHOLDERAPI!
# IF YOU DO NOT HAVE IT INSTALLED ALREADY, PLEASE DOWNLOAD IT: https://tinyurl.com/PlaceholderAPI
#
# YOU MUST DO THE FOLLOWING COMMANDS ON FIRST INSTALLATION (AS AN ADMINISTRATOR) TO MAKE THIS PLUGIN FUNCTION!
#
# - /papi ecloud download Server
# - /papi ecloud download Player
# - /papi reload
#
#
#################################
##           COMMANDS          ##
#################################
#
# /wb - says a manual "welcome back" message in chat with the placeholders pointed toward the last player who joined the server
# - ALIASES: /welcome, /welcomeback
# **DO NOT RUN THIS COMMAND FROM CONSOLE**
#
# /cwrl - Reloads this plugin configuration file without the need of a server reload
# - ALIASES: /cometwelcomereload, /cometwelcomerl, /cwreload
#
# /cw - Opens a plugin infomation/help in chat
# - ALIASES: /cometwelcome, /cometw
#
#
#################################
##         PERMISSIONS         ##
#################################
#
# - cw.help - Permission to view CometWelcome help menu
#
# - cw.reload - Permission to reload the CometWelcome config.yml
#
# - cw.updates - W.I.P - ops only - causes a messages to be broadcast in chat if the config.yml is out of date
#
# - The /welcome command requires no permission. It is granted to the user by default.
#
#
#################################
##        JOIN MESSAGES        ##
#################################
#
enableJoinMessages
: true
# ^ true = enabled | false = disabled
# Whether or not the custom join Messages will be displayed at all.
#
joinMessage
: "\n&8 [&a+&8] &b%p% &7-&a This message is now editable!\n "
# ^ Message that will display when a player joins your server.
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
# Use \n to start a new line!
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
#
enableCenteredJoinMsg
: true
# ^ true = enabled | false = disabled
# Whether or not the Join Messages will be Centered in Chat
#
enableJoinHoverMsg
: true
# ^ true = enabled | false = disabled
# Whether or not the Join Messages will be clickable
#
# IF THIS SETTING IS SET TO FALSE, YOU ARE ABLE TO USE HEX COLOR CODES IN THE joinMessage STRING (2 SECTIONS ABOVE)!
#   EXAMPLE:
#joinMessage: "\n&8 [&a+&8] &b%p% &7- #FF0000:This message is now bright Red!\n"
#
#
wbMsg
: "Welcome to the server, %p%!"
# ^ Message that the player will say in chat when a welcome is triggered (manual or by clicking the hoverMsg)
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
# Player must have permission to use color codes in chat if you want to use them in this message.
#
# In this string, %player_name% is linked to the most recently joined player.
#
# EXAMPLE:
#
# wbMsg: "Welcome to our server, %player_name%!"
#
#
joinHoverMsg
: "Click here to welcome &b%p%&6!"
# ^ Message that will display when login message is hovered in chat (if enabled above)
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
# Use \n to start a new line!
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
#
# IT WILL DISPLAY LIKE THIS IN GAME: "Click to welcome <Recently Joined Player>!"
#
# FORM YOUR joinHoverMsg ACCORDINGLY ^^
#
#
# EXAMPLE:
#
# hoverMsg: "Click to welcome"
#
#
joinHoverColor
: "6"
# ^ Main Color code of the message above (if enabled in top section)
#
# IF YOU USE COLOR CODES IN THE MESSAGE ABOVE THIS WILL NOT AFFECT YOUR MESSAGE!
#
# DO NOT USE '&' symbol
#
# MUST HAVE A COLOR CODE OR THE PLUGIN WILL NOT FUNCTION!
#
# REFERENCE: https://minecraft.gamepedia.com/Formatting_codes
#
# EXAMPLE:
# hoverColor: "6"
#
#
#################################
##        RESOURCE PACKS       ##
#################################
#
enableResourcePack
: false
# ^ true = enabled | false = disabled
# Enable or disable sending the defined resource pack to players when they join the server
#
#
packURL
: "<direct-download url>"
# ^ The direct download url to the resource pack you want players to be sent
#
kickOnDecline
: true
# ^ true = enabled | false = disabled
# Enable or disable kicking players if they do not accept the resource pack
#
kickOnFail
: true
# ^ true = enabled | false = disabled
# Enable or disable kicking players if their internet fails while downloading the pack
#
declinedMessage
: "&8[&5&lComet&6&lWelcome&8]\n &cYou have declined the resource pack!"
# ^ Message that will be shown in chat to the player when they decline the resource pack.
#
downloadingMessage
: "&8[&5&lComet&6&lWelcome&8]\n &aPack downloading!"
# ^ Message that will be displayed when player's client begins downloading the resource pack.
#
kickMessage
: "&8[&b&lYOUR&6&lSERVER&8]\n  \n&cYou must accept the resource pack!\n  \n &eIf you are getting repeatedly kicked, please follow these steps:\n  \n&6&l1.&e In your server list, click &nEdit&e\n &6&l2.&e Turn &nServer Resource Packs&e to &a&nEnabled&e."
# ^ Message that will be displayed on the Kick Screen when a player denies the pack.
#
failKickMessage
: "&8[&b&lYOUR&6&lSERVER&8]\n  \n&cYour internet failed to download the resource pack!\n  \n &eIf you are getting this message repeatedly, click &nEdit&e and turn &nServer Resource Packs&e to &a&nEnabled&e."
# ^ Message that will be displayed on the Kick Screen when a player's internet fails while downloading the pack.
#
failedDL
: "&8[&5&lComet&6&lWelcome&8]\n &cYou failed to download the resource pack.\n Please check your internet connection."
# ^ Message that will be displayed to the player in chat when their internet cannot download the pack.
#
packLoaded
: "&8[&5&lComet&6&lWelcome&8]\n &aThe &b&lYOUR&6&lSERVER &aResource Pack has been loaded!"
# ^ Message that will be displayed to the player in chat when their pack is download and initialized.
#
#
#################################
##        CONSOLE PREFIX       ##
#################################
#
consoleName
: "&8[#FF0000:&lCONSOLE&8]&c"
# ^ Message that will display before "welcome back" message when /wb command is issued from the console
# The /wb command uses the WbMsg string - do not put a message here
#
# A space in-between the Prefix and the WbMsg will automatically be added
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
# Use \n to start a new line!
#
# You can use Color Codes in this string!
#
# You can use RGB HEX COLORS in this string!
# Use them like this: "#<hex>:<your message>"
#   Refer to the default config example for more help!
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
# - Hex Color Codes - https://htmlcolorcodes.com/
#
# EXAMPLE:
# consoleName: "&8[&dYour&6Server&bName&8]&9"
#
#
#################################
##     JOIN TITLE MESSAGES     ##
#################################
#
enableTitleMsg
: true
# ^ true = enabled | false = disabled
# Enable or disable the send-title-message-on-join function
#
titleMsg
: "&b&lYOUR&6&LSERVER"
# ^ Message that will be shown to the player in a title when they join
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
fadeIn
: 1.5
# ^ How long in seconds the title will fade in for
#
stay
: 1.5
# ^ How long in seconds the title will stay fully shown on screen for
#
fadeOut
: 1.5
# ^ How long in seconds the title will fade out for
#
#
#################################
##   JOIN SUB-TITLE MESSAGES   ##
#################################
#
enableSubtitleMsg
: true
# ^ true = enabled | false = disabled
# Enable or disable the send-subtitle-message-on-join function
#
subtitleMsg
: "&a+ &c%p%"
# ^ Message that will be shown to the player in a subtitle when they join
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
#
#
#################################
##    JOIN BOSSBAR MESSAGE    ##
#################################
#
enableBossBarMsg
: true
# ^ true = enabled | false = disabled
# Whether or not the BossBar Welcome message will be shown to players on joining your server.
#
BossBarMessage
: "&dThanks for using &5&lComet&6&lWelcome&d!"
# ^ Message that will be displayed overtop the bossbar when a player joins. (if enabled)
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
#
BossBarStyle
: "SEGMENTED_20"
# ^ Style of the bossbar, can be solid, or segmented.
# POSSIBLE STYLES: "SOLID", "SEGMENTED_6", "SEGMENTED_10", "SEGMENTED_12", "SEGMENTED_20" <- YOU CAN ONLY USE THESE STYLES!!!
#
# REFERENCE: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html
#
BossBarColor
: "PURPLE"
# ^ Color of the BossBar itself
# POSSIBLE COLORS: "BLUE", "GREEN", "PINK", "PURPLE", "RED", "WHITE", "YELLOW" <- YOU CAN ONLY USE THESE COLORS!!!
#
# REFERENCE: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html
#
BossBarTime
: 10
# ^ Amount of time the BossBar Message will be displayed for players
# Time in seconds
#
#################################
##   JOIN ACTIONBAR MESSAGES   ##
#################################
#
enableActionBarMsg
: true
# ^ true = enabled | false = disabled
# Enable or disable the send-actionbar-message-on-join function
#
actionBarMsg
: "&6Welcome back, &b%p%&6!"
# ^ Message that will be shown to the player in the action-bar when they join
#
# %p% will show up as the player who joins the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
#
#################################
##        JOIN FIREWORKS       ##
#################################
#
# MAKE SURE EVERYTHING IN THIS SECTION LINED UP WITH THE COMMENTS, OTHERWISE YOUR CONFIG WILL BREAK (A.K.A HASHTAGS: #) YOU CAN FIND A FRESH CONFIG.YML IN THE SERVER DISCORD.
#
JoinFirework
:
  enableJoinFireworks
: true
  # ^ true = enabled | false = disabled
  # Whether or not a firework will be spawned on player re-join.
  #
  enableRandomFirework
: true
  # ^ true = enabled | false = disabled
  # Whether or not Fireworks spawned on player join will be random (Overrides the Custom Fireworks Section!)
  #
  # CUSTOM FIREWORKS - enableRandomFirework must be set to false for this to work!
  Color1
:
  # ^ Main Color that will be shown on the Firework launched on join
   redAmount
: 0 # 0-255
   greenAmount
: 0 # 0-255
   blueAmount
: 0 # 0-255
    # REFERENCE: https://www.rapidtables.com/web/color/RGB_Color.html
    #
  Color2
:
  # ^ Secondary Main Color that will be added to the Firework launched on join
   redAmount
: 0 # 0-255
   greenAmount
: 0 # 0-255
   blueAmount
: 0 # 0-255
    # REFERENCE: https://www.rapidtables.com/web/color/RGB_Color.html
    #
  Fade1
:
  # ^ Main Fade Color that will be shown as the Firework launched on join is fading
   redAmount
: 0 # 0-255
   greenAmount
: 0 # 0-255
   blueAmount
: 0 # 0-255
    # REFERENCE: https://www.rapidtables.com/web/color/RGB_Color.html
    #
  Fade2
:
  # ^ Secondary Fade Color that will be shown as the Firework launched on join is fading
   redAmount
: 0 # 0-255
   greenAmount
: 0 # 0-255
   blueAmount
: 0 # 0-255
    # REFERENCE: https://www.rapidtables.com/web/color/RGB_Color.html
    #
  spawnAmount
: 1
  # ^ Amount of fireworks that will be spawned. (100 maximum)
  #
  shape
: "LARGE_BALL"
  # Possible Shapes: "BURST", "LARGE_BALL", "BALL", "STAR", "CREEPER"
  #
  power
: 1
  # ^ How far the firework will go into the sky
  #
  # The height it rises is between 8 and 20 blocks with a power of 1, 18 to 34 blocks with a power of 2, and 32 to 52 blocks with a power of 3.
  # You can go higher but it will be very far out of view, and practially pointless.
  #
#################################
##           JOIN MOTD         ##
#################################
#
motdEnable
: true
# ^ true = enabled | false = disabled
# If the MOTD-On-Join function should be enabled
#
enableCenteredMOTD
: true
# ^ true = enabled | false = disabled
# If the MOTD should be centered
#
motdMessage
:
 - " "
  - "&8&m                      &8[ #009BFF:&lYOUR&6&LSERVER &8]&8&m                      "
  - " "
  - "&eWelcome to the server, %player_name%&e!"
  - "&eThere are &b%server_online%&7/&b%server_max_players%&e players online!"
  - " "
  - "#009BFF:Can you believe these messages auto-center?"
  - "#FF6000:This is an example of an #FF0000:R#00FF00:G#0000FF:B #FF6000:Hex MESSAGE!"
  - "&eThis plugin is best paired with &4R&2G&bB&dPlaceholders&e for gradients!"
  - "&cNeed help or find a bug? Join #740EFB:xHue's&c support discord!"
  - "&eLike this plugin? Support #740EFB:xHue&e on&6 Spigot&e!"
  - " "
  - "&6Spigot
: &b&o&nhttp://bit.ly/xHuesPlugins"
  - "&6Discord
: &b&o&nhttps://discord.gg/A8GfjsRfBN"
  - " "
  - " "
  - " "
  - "#FF0000:&lYOU CAN CHANGE THIS MESSAGE IN THE &nCONFIG.YML&4&l!"
  - " "
  - "&8&m                                                               "
# ^ Message that will be displayed to the joined player in chat as a MOTD
#
# You can create UNLIMITED LINES!
# For an empty line just do:
#  - " "
#
# '%p%' **DOES NOT WORK** IN THIS STRING!!!!!!
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently joined player.
#
# You can use RGB HEX COLORS in this list!
# Use them like this: "#<hex>:<your message>"
#   Refer to the default config example for more help!
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
# - Hex Color Codes - https://htmlcolorcodes.com/
#
#
#################################
##         JOIN SOUNDS         ##
#################################
#
enableJoinSound
: true
# ^ true = enabled | false = disabled
# Whether or not the Join Messages will be accompanied by a noise
#
joinSound
: "BLOCK_NOTE_BLOCK_PLING"
# ^ The sound that will be played when a player joins the server (if enabled above)
#
# REFERENCE:
#  - Sounds List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
#
joinSoundVolume
: 1.0
# BE SURE IT IS LARGER THAN 1.0 IN ORDER TO HEAR IT!
#
joinSoundPitch
: 1.0
# NO LARGER THAN 2.0! You will hear the same noise as 2.0 if any larger.
#
#
#################################
##        QUIT MESSAGES        ##
#################################
#
enableQuitMessages
: true
# ^ true = enabled | false = disabled
# Whether or not the Quit Messages will be displayed at all.
#
quitMessage
: "\n&8[&c-&8] &b%p%\n"
# ^ Message that will display when a player leaves your server.
#
# %p% will show up as the player who leaves the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
# Use \n to start a new line!
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently quit player.
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
#
enableCenteredQuitMsg
: true
# ^ true = enabled | false = disabled
# Whether or not the Quit Messages will be Centered in Chat
#
#
enableQuitHoverMsg
: true
# ^ true = enabled | false = disabled
# Enable or disable the click to message player function on leave-messages
#
#
suggestedCommand
: "/mail send %p% <message>"
# ^ Command (or chat message) that will be placed into player's chat bar when they click the quit message. (if enabled)
#
# A slash before your command ('/ <- command') is required!
#
# %p% will show up as the player who leaves the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently quit player.
#
# REFERENCE:
# - http://placeholderapi.com/placeholders
#
#
quitHoverMsg
: "&cClick here to send a message to &4%p%&c!"
# ^ Message that will display when quit message is hovered in chat
#
# %p% will show up as the player who leaves the server
# If you want their rank to be shown use "%vault_prefix%%p%" (VAULT PLACEHOLDERAPI EXPANSION MUST BE INSTALLED!!!)
#
# You can use PlaceholderAPI placeholders in this string!
# In this string, the placeholders are linked to the most recently quit player.
# Use \n to start a new line!
#
# You can use Color Codes in this string!
#
# REFERENCE:
# - PlaceholderAPI Placeholdlers -http://placeholderapi.com/placeholders
# - Minecraft Vanilla Color Codes - https://minecraft.gamepedia.com/Formatting_codes
#
# IT WILL DISPLAY LIKE THIS IN GAME: "Click to send a message <Recently Quit Player>!"
# FORM YOUR quitHoverMsg ACCORDINGLY
#
#
# EXAMPLE:
#
# quitHoverMsg: "Click here to send a message to %vault_prefix%%player_name%&c!"
#
#
quitHoverColor
: "c"
# ^ Main Color code of the message above
#
# IF YOU USE COLOR CODES IN THE MESSAGE ABOVE THIS WILL NOT AFFECT YOUR MESSAGE!
#
# DO NOT USE '&' symbol
#
# MUST HAVE A COLOR CODE OR THE PLUGIN WILL NOT FUNCTION!
#
# REFERENCE: https://minecraft.gamepedia.com/Formatting_codes
#
# EXAMPLE:
# hoverColor: "6"
#
#################################
##         QUIT SOUNDS         ##
#################################
#
enableQuitSound
: true
# ^ true = enabled | false = disabled
# Whether or not the Quit Messages will be accompanied by a noise
#
quitSound
: "BLOCK_NOTE_BLOCK_PLING"
# ^ The sound that will be played when a player quits (if enabled above)
#
# REFERENCE:
#  - Sounds List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
#
quitSoundVolume
: 1.0
# BE SURE IT IS LARGER THAN 1.0 IN ORDER TO HEAR IT!
#
quitSoundPitch
: 0.5
# NO LARGER THAN 2.0! You will experience the default noise if larger
#
#################################
##          SUPPORT!           ##
#################################
#
# If you need any help setting up this file for your server, do not hesitate to ask in my support discord (https://discord.gg/A8GfjsRfBN)
#
# If you are getting errors like this: "Cannot load plugins\CometWelcome\config.yml - org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping"
#
# Copy and paste your config.yml in to https://codebeautify.org/yaml-validator - and fix the lines it says are invalid
#
# However, as previously stated, I'm always happy to assist, all you need to do is ask and I'll get you up and running in no-time.
#
# I cannot thank you enough for your choice to use my plugin.
# I put many hours into this plugin with the goal of making it have all the features you would find in a premium plugin, while still being free to the public.
# If you have any ideas for things to add, or have any issues with it, again, please do not hesitate to let me know. Happy Welcoming!
 
-----------------------------

[​IMG]
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.



Please DO NOT use the reviews section for errors or support.
If you find something that is broken or have any suggestions, contacting me through Discord or sending me a PM will be a lot faster.

Milestones:

[50 Downloads] ✅ - 1/29/2021


[100 Downloads] - 1/31/2021

[250 Downloads] - 2/3/2021

[500 Downloads] - 2/13/2021

[1,000 Downloads] - 2/23/2021

This was my first plugin, let me know what you think! :)
Resource Information
Author:
----------
Total Downloads: 10,853
First Release: Jan 25, 2021
Last Update: Feb 23, 2021
Category: ---------------
All-Time Rating:
13 ratings
Find more info at sites.google.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings