YAML: # Main configuration for the Welcome plugin settings: # This is the time after the player's first connection during which the welcome message will be sent. # After this time, no rewards will be given. welcome_delay: 65
# Reward configuration rewards: # Enable or disable rewards enabled: true
# List of commands to execute for rewards commands: -
"eco give %player_name% 1000" -
"give %player_name% diamond 2"
Code (YAML):
#Minimessage color format: https://docs.advntr.dev/minimessage/format.html#color #<color> or <#hexa_color> messages:
no-player: "<yellow><bold>Welcome<reset> <gold>No player to greet" no-permission: "<yellow><bold>Welcome<reset> <dark_red>You don't have permission to use this command" new-player: "<yellow><bold>Welcome<reset> <gold>Welcome %player_name%! Use /welcome to greet others" invalid-player: "<yellow><bold>Welcome<reset> <gold>You cannot welcome yourself" already-send: "<yellow><bold>Welcome<reset> <gold>You have already welcomed %player_name%" welcome-send: "<yellow><bold>Welcome<reset> <gold>You have welcomed %player_name%" reload: "<#a19a0e><bold>Welcome<reset> <gold>Configuration reloaded successfully" # List of welcome message formats welcome_formats: -
"%player_name% welcomes you!"# Welcome message formatted for a player -
"%player_name% is happy to see you!"# Another welcome message -
"%player_name% is excited to have you here!"# Alternative welcome message -
"%player_name% greets you warmly!"# Another welcome message -
"%player_name% invites you to have fun!"# Friendly welcome message -
"%player_name% is thrilled to meet you!"# Simple and warm welcome message -
"%player_name% says hello and welcome!"# Welcoming and encouraging message -
"%player_name% hopes you enjoy your stay!"# Friendly and direct welcome message -
"%player_name% is glad you joined us!"# Inviting and enthusiastic welcome message -
"%player_name% is pleased to welcome you!"# Personal and welcoming message #Permissions list: #Permission required for /welcome: welcome.command.welcome #Permission required for /welcome reload: welcome.admin