CustomHeads - Get player skulls with custom skins

:new_moon_with_face: CustomHeads - Get player skulls with custom skins

This plugin allows you to use your creativity to the full extent by providing a couple handful commands to easily create player heads with the skin at the specified file path. Show off your server by decorating it with these custom mini-blocks!

:open_file_folder: Downloads

This plugin requires the MineskinSponge library to be installed.

:pager: Commands and Permissions

  1. /ch
    • Required permission: customheads.commands
    • Lists available subcommands
  2. /ch give [--quantity <Integer>] [--player <Player>] <SkinPath>
    • Required permission: customheads.commands.give
    • The --quantity flag (-q for short)
      • Required permission: customheads.commands.give.quantity
      • Defaults to 1, if not specified
    • The --player flag (-p for short)
      • Required permission: customheads.commands.give.player
      • Required when run from the console, otherwise defaults to the player the command was executed by
    • Example: /ch give --quantity 10 --player Limeth config/flard.png
      • Give the player Limeth 10 player skulls with the skin at the path config/flard.png
  3. /ch set <SkinPath>
    • Required permission: customheads.commands.set
    • Example: /ch set config/flard.png
      • Change the skin of the held player skull to the skin at the path config/flard.png

:pencil: About

This plugin serves as an example plugin for the MineskinSponge library.

Screenshots? I wanna see it in action :stuck_out_tongue:

1 Like

You can do --quantity 5? I thought that with flags it had to be --quantity=5.

Is that true? Could explain an issue I was having with arbitrary flag types a while back.

Yes, --quantity 5 is the same as --quantity=5.