#
#
# Welcomer v1.0
# Author: MasterDev
#
#
# New player join chat broadcast settings
# When a player joins for the first time, should it be broadcasted to the server?
broadcast_new_welcome_toggle: true
# Player join chat broadcast settings
# When a player joins, should it be broadcasted to the server?
broadcast_welcome_toggle: true
# New player welcome title settings
# When a new player join should they get a welcome title?
show_welcome_title: true
# How long should the title show for?
welcome_title_stay: 50
# How long should the title fade in for?
welcome_title_fadein: 10
# How long should the title fade out for?
welcome_title_fadeout: 10
# What sound should play? Full list at
https://www.digminecraft.com/lists/sound_list_pc.php
welcome_sound: entity.player.levelup
# What volume should the sound have? Set this to 0 to disable sound!
welcome_sound_volume: 1
# What pitch should the sound have?
welcome_sound_pitch: 1
# Player welcome title settings
# When a new player join should they get a welcome title?
show_welcome_back_title: true
# How long should the title show for?
welcome_back_title_stay: 50
# How long should the title fade in for?
welcome_back_title_fadein: 10
# How long should the title fade out for?
welcome_back_title_fadeout: 10
# What sound should play? Full list at
https://www.digminecraft.com/lists/sound_list_pc.php
welcome_back_sound: entity.player.levelup
# What volume should the sound have? Set this to 0 to disable sound!
welcome_back_sound_volume: 1
# What pitch should the sound have?
welcome_back_sound_pitch: 1
#
# Messages
# These messages can be edited however you want.
# Just make sure to keep the same formatting!
#
# Placeholders:
#
# %player% - Returns player name.
#
welcome_title: '&6Welcome &l%player%!'
welcome_subtitle: '&fEnjoy your stay!'
welcome_back_title: '&6Welcome back &l%player%!'
welcome_back_subtitle: '&fEnjoy your stay!'
broadcast_new_welcome: '&7[&a&l+&7] &6&l%player% &6just joined the server for the first time!'
broadcast_welcome: '&7[&a&l+&7] &7%player%'
broadcast_leave: '&7[&c-&7] &7%player%'