A simple and lightweight Minecraft plugin that allows players to get player heads by using a command.
- Get a player head by username
- Simple
/headcommand - Permission-based command access
- Configurable messages
- Lightweight and easy to use
- Supports English and German messages
/head <player>Example:
/head NotchThis gives the player head of the specified username.
Note: The plugin can only give heads of players who have already joined the server.
head.usePlayers need this permission to use the /head command.
- Download or build the plugin
.jar - Put the
.jarfile into your server'spluginsfolder - Restart or start your server
- Configure the messages if needed
- Give players the required permission:
head.useYou can change the plugin messages in the config file.
After the first server start, the plugin should create its configuration files automatically.
Example messages you may want to customize:
- No permission message
- Player not found message
- Successful head received message
- Command usage message
- Java
- Spigot or Paper server
- Minecraft 1.20 or newer recommended
Tested versions according to the Spigot page:
- 1.20
- 1.20.6
- 1.21
Clone the repository:
git clone https://github.com/FilipPikus/Simple-Head.git
cd Simple-HeadBuild with Maven:
mvn clean packageThe compiled plugin .jar will be located in the target folder.
This project is also useful for learning basic Minecraft plugin development, including:
- Creating commands
- Working with permissions
- Using configuration files
- Giving custom items to players
- Building Java projects with Maven
This project is licensed under the Apache License 2.0.
GitHub About:
Lightweight Minecraft Spigot/Paper plugin for getting player heads by username with configurable messages and permissions.