Installation
Download
Section titled “Download”Purchase and download the latest plugin .jar
file from the following official sites where Floating-Heads is published:
Installation
Section titled “Installation”- Upload the downloaded
.jar
file to your server’s plugins folder. - Restart your server!
Configuration
Section titled “Configuration”- Once the config files for Floating-Heads plugin are generated, navigate to the folder
..plugins/Floating-Heads/Heads/
. - To create a new head, just create a new
.yml
file in theheads
folder. Then, supply the information of the template. - Do not forget to restart the server or use
/fheads reload
command to apply the changes.
Template
Section titled “Template”# Location where heads will be spawnedlocation: world: world x: 0 y: 100 z: 0
# Texture of head, must be a Player name; support PlaceholderAPItexture: "%player_name%"
# rotating speed (rads/second)speed: 0.1
# Particle around the head# List: https://minecraft.fandom.com/wiki/Particles#Types_of_particlesparticle-type: "dragon_breath"
# List of commands to be executed when a player clicks the head# Support PlaceholderAPIcommands: - "say Hello, %player_name%!"