🔫Config.yml

############################################################
# +------------------------------------------------------+ #
# |                Notes (Easy Welcome)                  | #
# +------------------------------------------------------+ #
############################################################

# This is the configuration file of the Easy Welcome plugin.

# The version actual of the plugin is 1.0.2
# If you receive an error, keep the following instructions in mind:
#   - The native and tested version of the plugin is 1.19.4, it will work on versions higher than 1.19.4, most likely there will be compatibility with 1.19X
#   - For the plugin to work you need Java 17.
#   - Respect commas, periods, parentheses, quotes in the configuration.

# If you need help join the discord: https://discord.gg/ZXJQYQQuW7

############################################################
# +------------------------------------------------------+ #
# |          Welcome Messages (Easy Welcome)             | #
# +------------------------------------------------------+ #
############################################################

enable-welcome-message: true
welcome-message:
  - "&bWelcome &7%player_name% &bto the fun!"
  - " "
  - "&7If you need help contact discord: https://discord.gg/ZXJQYQQuW7"

# Use the plugin https://www.spigotmc.org/resources/placeholderapi.6245/ to have all possible variables.

############################################################
# +------------------------------------------------------+ #
# |            Welcome Options (Easy Welcome)            | #
# +------------------------------------------------------+ #
############################################################

enable-welcome-sound: true
welcome-sound: "ENTITY_PLAYER_LEVELUP"

# Use the web https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html to sounds.

## WELCOME ITEMS ##

enable-welcome-item: true
welcome-item: WOODEN_SWORD
welcome-item-amount: 1

## The option "welcome-item-amount" is temporarily disabled, will be ready for 1.0.3.

############################################################
# +------------------------------------------------------+ #
# |              Language (Easy Welcome)                 | #
# +------------------------------------------------------+ #
############################################################

## Nothing for moment.

############################################################
# +------------------------------------------------------+ #
# |            Leave Messages (Easy Welcome)             | #
# +------------------------------------------------------+ #
############################################################

enable-leave-message: true
leave-message:
  - "&b%player_name% Just left the server."
  - " "
  - "&7If you need help contact discord: https://discord.gg/ZXJQYQQuW7"

# Use the plugin https://www.spigotmc.org/resources/placeholderapi.6245/ to have all possible variables.

Last updated