AsWelcomeHead

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 130 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 4/15/2026
๐ŸŸก Updated this year

By ItzAzeem ยท paper

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 4/9/2026 ๐Ÿ“… Created: 4/15/2026

๐Ÿ” Analysis

  • ๐Ÿ† #69 of 238 paper mods in this game by downloads

๐Ÿ“‹ About This Mod

<div align="center"> # ๐Ÿ‘ค AsWelcomeHead ### Animated Player Head & Welcome Message System **by ItzAzeem | AsDevs** (https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/xRW5rdAvs5) (https://img.shields.io/badge/Website-asdevs.netlify.app-orange)](https://asdevs.netlify.app/) (https://img.shields.io/badge/MC-1.20--1.21-brightgreen)](https://modrinth.com) (https://img.shields.io/badge/License-MIT-blue)](https://modrinth.com) (https://img.shields.io/badge/PlaceholderAPI-Supported-yellow)](https://www.spigotmc.org/resources/placeholderapi.6245/) </div> --- <div align="center"> !(https://cdn.modrinth.com/data/cached_images/9f4160f307e46b056debd4a57fd1a0aa05db6b18.jpeg) *Real player skin rendered in chat โ€” pixel-perfect, zero lag.* </div> --- ## ๐ŸŽฏ What is AsWelcomeHead? AsWelcomeHead is a **lightweight, cinematic welcome system** for public Minecraft servers. The moment a player joins, their **real skin is fetched, rendered as a pixel-art head in chat**, and displayed alongside a fully customizable welcome message โ€” just like the big servers you see on YouTube! No databases. No complicated setup. Just drop the JAR in and go. --- <div align="center"> !(screenshot2.png) </div> --- ## โœจ Features ### ๐Ÿ‘ค Live Player Head Rendering - Player's **real Mojang skin** fetched automatically on join - Rendered as **colored block characters** (โ–ˆ) directly in chat - Async fetching โ€” **zero main thread lag** - Skin **cached to disk** after first download โ€” instant on future joins - Fallback default avatar if skin API is unavailable ### ๐Ÿ’ฌ Fully Customizable Welcome Message - **8 lines** of custom text shown beside the player's head - Full **hex color** support `&#FF5500` + classic `&c` color codes - Separate message for **First Join** and **Returning Players** - Center text option for perfect alignment ### ๐ŸŽ‰ First Join Celebration - **Fireworks** burst at player spawn location - Configurable amount โ€” set `0` to disable - Unique first-join message to make new players feel special ### ๐Ÿ”Š Custom Sounds - Play any Bukkit sound on join - Separate sound for first join vs returning players - Configurable **volume** and **pitch** ### ๐Ÿ“ Placeholder Support | Placeholder | Output | |---|---| | `%player_name%` | Player's username | | `%server_name%` | Your server name from config | | *All PAPI placeholders* | Supported via PlaceholderAPI | ### โšก Performance - Zero database โ€” no SQL, no MongoDB - Async skin download pipeline - Disk-based skin cache - Near-zero TPS impact --- ## ๐Ÿ“œ Commands | Command | Description | Permission | |---|---|---| | `/awh reload` | Reload config without restart | `aswelcomehead.reload` | | `/awh preview` | Preview your welcome message live | `aswelcomehead.preview` | | `/awh version` | Show plugin version | *(everyone)* | **Aliases:** `/awh` ยท `/wh` ยท `/welcomehead` --- ## ๐Ÿ”‘ Permissions | Permission | Description | Default | |---|---|---| | `aswelcomehead.reload` | Reload config | `op` | | `aswelcomehead.preview` | Preview welcome message | `op` | | `aswelcomehead.*` | All permissions | `op` | --- ## โš™๏ธ Configuration ```yaml # โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•— # โ•‘ AsWelcomeHead Config โ•‘ # โ•‘ Made by ItzAzeem | v1.0.0 โ•‘ # โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• # Your server name โ€” use with %server_name% server-name: "Your SMP Name Here" # Head render character: BLOCK (โ–ˆ) DARK_SHADE (โ–“) MEDIUM_SHADE (โ–’) LIGHT_SHADE (โ–‘) image-char: BLOCK # Blank lines before/after message (for that player only) Spaces-Top: 2 Spaces-Bot: 0 # Delay before showing message (seconds) Timer: 3 # โ”€โ”€ Returning Players โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Players-Back: enable: true show-head: true center: false head-text: 1: "" 2: " &4&lWELCOME TO &c&l%server_name%&4&l!" 3: "" 4: " &fWelcome &b%player_name%&f!" 5: " &7Here are some useful commands!" 6: "" 7: " &7Find updates in our &b/discord" 8: " &7Support the server by doing &6/store" # โ”€โ”€ First Join โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Players-FirstJoin: enable: true show-head: true head-text: 2: " &4&lWELCOME TO &c&l%server_name%&4&l!" 4: " &fWelcome &b%player_name%&f!" 5: " &aYou are joining for the &lfirst time&a!" 7: " &7Find updates in our &b/discord" 8: " &7Support the server by doing &6/store" # โ”€โ”€ Sounds โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ SoundB: enable: true sound: ENTITY_VILLAGER_CELEBRATE volume: 1.0 pitch: 1.0 # โ”€โ”€ Fireworks (first join only) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Firework: amount: 5 ``` --- ## ๐Ÿ–ฅ๏ธ Compatibility | Software | Supported | |---|---| | Paper 1.20 โ€” 1.21 | โœ… | | Spigot 1.20 โ€” 1.21 | โœ… | | Purpur 1.20 โ€” 1.21 | โœ… | | Java 17+ | โœ… | | PlaceholderAPI | โœ… Optional | --- ## ๐Ÿ”ง Installation 1. Download `AsWelcomeHead.jar` 2. Drop it into yo

# ๐Ÿ‘ค AsWelcomeHead ### Animated Player Head & Welcome Message System by ItzAzeem | AsDevs

[!(https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/xRW5rdAvs5) [!(https://img.shields.io/badge/Website-asdevs.netlify.app-orange)](https://asdevs.netlify.app/) [!(https://img.shields.io/badge/MC-1. 20--1. 21-brightgreen)](https://modrinth.com) [!(https://img.shields.io/badge/License-MIT-blue)](https://modrinth.com) [!(https://img.shields.io/badge/PlaceholderAPI-Supported-yellow)](https://www.spigotmc.org/resources/placeholderapi. 6245/)

!(https://cdn.modrinth.com/data/cached_images/9f4160f307e46b056debd4a57fd1a0aa05db6b18.jpeg) Real player skin rendered in chat โ€” pixel-perfect, zero lag.

## ๐ŸŽฏ What is AsWelcomeHead?

AsWelcomeHead is a lightweight, cinematic welcome system for public Minecraft servers. The moment a player joins, their real skin is fetched, rendered as a pixel-art head in chat, and displayed alongside a fully customizable welcome message โ€” just like the big servers you see on YouTube!

No databases. No complicated setup. Just drop the JAR in and go.

!(screenshot2.png)

## โœจ Features

### ๐Ÿ‘ค Live Player Head Rendering - Player's real Mojang skin fetched automatically on join - Rendered as colored block characters (โ–ˆ) directly in chat - Async fetching โ€” zero main thread lag - Skin cached to disk after first download โ€” instant on future joins - Fallback default avatar if skin API is unavailable

### ๐Ÿ’ฌ Fully Customizable Welcome Message - 8 lines of custom text shown beside the player's head - Full hex color support `&#FF5500` + classic `&c` color codes - Separate message for First Join and Returning Players - Center text option for perfect alignment

### ๐ŸŽ‰ First Join Celebration - Fireworks burst at player spawn location - Configurable amount โ€” set `0` to disable - Unique first-join message to make new players feel special

### ๐Ÿ”Š Custom Sounds - Play any Bukkit sound on join - Separate sound for first join vs returning players - Configurable volume and pitch

### ๐Ÿ“ Placeholder Support | Placeholder | Output | |---|---| | `%player_name%` | Player's username | | `%server_name%` | Your server name from config | | All PAPI placeholders | Supported via PlaceholderAPI |

### โšก Performance - Zero database โ€” no SQL, no MongoDB - Async skin download pipeline - Disk-based skin cache - Near-zero TPS impact

## ๐Ÿ“œ Commands

| Command | Description | Permission | |---|---|---| | `/awh reload` | Reload config without restart | `aswelcomehead.reload` | | `/awh preview` | Preview your welcome message live | `aswelcomehead.preview` | | `/awh version` | Show plugin version | (everyone) |

Aliases: `/awh` ยท `/wh` ยท `/welcomehead`

## ๐Ÿ”‘ Permissions

| Permission | Description | Default | |---|---|---| | `aswelcomehead.reload` | Reload config | `op` | | `aswelcomehead.preview` | Preview welcome message | `op` | | `aswelcomehead.*` | All permissions | `op` |

## โš™๏ธ Configuration

```yaml # โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•— # โ•‘ AsWelcomeHead Config โ•‘ # โ•‘ Made by ItzAzeem | v1. 0. 0 โ•‘ # โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

# Your server name โ€” use with %server_name% server-name: "Your SMP Name Here"

# Head render character: BLOCK (โ–ˆ) DARK_SHADE (โ–“) MEDIUM_SHADE (โ–’) LIGHT_SHADE (โ–‘) image-char: BLOCK

# Blank lines before/after message (for that player only) Spaces-Top: 2 Spaces-Bot: 0

# Delay before showing message (seconds) Timer: 3

# โ”€โ”€ Returning Players โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Players-Back: enable: true show-head: true center: false head-text: 1: "" 2: " &4&lWELCOME TO &c&l%server_name%&4&l!" 3: "" 4: " &fWelcome &b%player_name%&f!" 5: " &7Here are some useful commands!" 6: "" 7: " &7Find updates in our &b/discord" 8: " &7Support the server by doing &6/store"

# โ”€โ”€ First Join โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Players-FirstJoin: enable: true show-head: true head-text: 2: " &4&lWELCOME TO &c&l%server_name%&4&l!" 4: " &fWelcome &b%player_name%&f!" 5: " &aYou are joining for the &lfirst time&a!" 7: " &7Find updates in our &b/discord" 8: " &7Support the server by doing &6/store"

# โ”€โ”€ Sounds โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ SoundB: enable: true sound: ENTITY_VILLAGER_CELEBRATE volume: 1. 0 pitch: 1. 0

# โ”€โ”€ Fireworks (first join only) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Firework: amount: 5 ```

## ๐Ÿ–ฅ๏ธ Compatibility

| Software | Supported | |---|---| | Paper 1. 20 โ€” 1. 21 | โœ… | | Spigot 1. 20 โ€” 1. 21 | โœ… | | Purpur 1. 20 โ€” 1. 21 | โœ… | | Java 17+ | โœ… | | PlaceholderAPI | โœ… Optional |

## ๐Ÿ”ง Installation

1. Download `AsWelcomeHead.jar` 2. Drop it into yo

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
ItzAzeem
Version
1.0.0
Downloads
130
Endorsements
0
Category
paper
Created
4/15/2026
Updated
4/9/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does AsWelcomeHead support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of AsWelcomeHead?

Version 1.0.0, published 2026-04-09 with 130 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More paper ๐Ÿ‘ค More by ItzAzeem ๐Ÿ”Ž Similar Mods ๐ŸŒ Best paper (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods