- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- Source Code:
- https://github.com/pauhull/playericon
- Contributors:
- pauhull
PlayerIcon changes the server icon to your own head. You can change the background and overlays or even wether the head is displayed in 3D or flat. You can also resize the head in the config. If you haven't joined the server yet, it will display a custom skin you can change in the config.Config
The config is located in plugins/PlayerIcon/config.yml.
CompabilityCode (YAML):# PlayerIcon Config
Enabled: True # Choose wether the plugin is enabled or not
NotJoinedYet: "MHF_Question" # This head is displayed when you haven't joined the server yet
Display3D: True # Active this if you want the head to be displayed in 3D
OverlayFile: "overlay.png" # If you want to use an overlay place an 64x64 PNG image in plugins/PlayerIcon/<OverlayFile>.png
BackgroundFile: "background.png" # If you want to use a background place an 64x64 PNG image in plugins/PlayerIcon/<BackgroundFile>.png
ScaleFactor: 1.0 # Scale factor for the head; 1.0 = Full Size, 0.5 = Half Size, 0.0 = Invisible
The plugin should work with Java 7+ and Spigot 1.7-1.12. It doesn't work with BungeeCord (yet). If there are problems, please contact me.Commands
Command: /playericon reload
Permission: playericon.reload
Description: Reloads the config
Note
If you find bugs or you have suggestions, please contact me. The source is available on GitHub. Here are some background and overlay examples:
![]()
![]()

PlayerIcon REVIVED SNAPSHOT-1.4
Server icon with the player's head!
Recent Updates
- PlayerIcon REVIVED Jul 12, 2018
- Update 1.2 - The overlay update! Jan 6, 2016
- V1.1 - 3D head update! Jan 5, 2016