WelcomeHead is a Minecraft plugin that shows player's head with a welcome message on server join.
#########################################################################################################
# Plugin now supports full hex color codes. #
# You can use https://www.birdflop.com/resources/rgb/ to create your colors #
# Developer; padrewin || Cold Development #
# GitHub; https://github.com/padrewin || https://github.com/Cold-Development #
# Links: https://colddev.dev || https://discord.colddev.dev #
#########################################################################################################
prefix: "&8「E00A5W˸EAEeD1CB7l⅑C0cD37C9o╉D2m	C53DBe&#A461E4H&#AC6EEDe&#B37CF6a&#BB8AFFd&8」&7» &f"
# Spaces = clean the chat before giving the text (for player only)
Spaces-Top: 2
# Spaces = clean the chat after giving the text (for player only)
Spaces-Bot: 0
# Time when you want the message to appear (in seconds)
Timer: 5
# ----------------- First time join -----------------------------
# Face the new players! Change the texts made available to you.
Players-FirstJoin:
enable: true
# If you need to have the head of the player put "enable: true"
head-text:
1: ""
2: ""
3: ""
4: " E00A5WB17B4eͲEC3l╉D2c&#A15CE1o&#AE73F0m&#BB8AFFe &#A53CFF%player_name%&f!"
5: " You can read the rules on our website!"
6: ""
7: ""
8: ""
# If you don't want the head put "enable: false"
center: true
# Set as many lines as you need!
no-head-text:
- "Line1"
- "Line2"
- "Line3"
- "Line4"
- "Line5"
# You need something when the player spawns?
# Put your commands without "/"
Commands-First:
- say WELCOME
# Need a Sound when the player joins for the first time?
# Sounds : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
SoundA:
enable: true
sound: ENTITY_GOAT_SCREAMING_DEATH
# Values: 0.0 -> 1.0
volume: 1.0
# Values: 0.0 -> 1.0
pitch: 1.0
# Send fireworks when they spawn for the first time?
# Set to 0 to disable this
Firework:
amount: 5
# ----------------- Basic joining (everytime user joins the server) -----------------------------
# Face the returning players! Change the texts made available to you.
Players-Back:
enable: true
# If you need to have the head of the player put "enable: true"
head-text:
1: ""
2: ""
3: ""
4: " E00A5WB17B4eͲEC3l╉D2c&#A15CE1o&#AE73F0m&#BB8AFFe &#A53CFF%player_name%&#FFFFFF!"
5: ""
6: ""
7: ""
8: ""
# If you don't want the head put "enable: false"
center: true
# Set as many lines as you need!
no-head-text:
- "----------------------------------"
- " "
- "&fWelcome &#A53CFF%player_name%&f!"
- " "
- "----------------------------------"
# You need something when the player spawns?
# Put your commands without "/"
Commands-Back:
- say WELCOME BACK
# Need a Sound when the player joins again?
# Sounds : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
SoundB:
enable: true
sound: ENTITY_VILLAGER_CELEBRATE
# Values: 0.0 -> 1.0
volume: 1.0
# Values: 0.0 -> 1.0
pitch: 1.0- welcomehead.use: gives you total access to this plugin
