Custom Playerheads in Chestcommands.

Discussion in 'Bukkit Help' started by Slazmaz, Jun 25, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Slazmaz

    I want to put a playerhead in a Chestcommands GUI.

    How to get the head I want using commands: /give @p skull 1 3 {display:{Name:"Green Lizard"},SkullOwner:{Id:"86be7335-56d2-458f-a942-a6c0de4ec11e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWE3OGUxYmE5M2VlOTk3ODgyYzg1M2ViYmFkYzUzMWZjYTNkNjQwYzE3MWMwMWQzMWVlYmM4ZGYxMWFkZSJ9fX0="}]}}}

    a-talking-head:
    COMMAND: 'tell: This is a simple message, without using commands!'
    NAME: '&3Tells you something.'
    LORE:
    - '&7It tells you something without commands.'
    ID: Skull:3
    SKULL_OWNER: '(Playerhead here.)'
    DATA-VALUE: 3
    POSITION-X: 1
    POSITION-Y: 2
     
  2. Offline

    I Al Istannen

    @Slazmaz
    Hmm. This is probably unfortunate. The UUID of the owner is invalid, and the texture in the "texture" tag is used.

    As a plugin developer you have to edit the NBT-tag to show it correctly.

    I highly doubt the author has added support for it, but sending him a PM or asking in the comments of the plugin should clarify it.
     
    bwfcwalshy likes this.
  3. @Slazmaz I don't think this is possible with chest commands, I don't think he added support for custom textured heads. As @I Al Istannen said you can PM the author or you could ask in Plugin Requests I'm sure someone will do it or has done it before.
     
Thread Status:
Not open for further replies.

Share This Page