Skip to content

Commit

Permalink
Add skin metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 18, 2014
1 parent e130ad8 commit 69fb59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ public interface NPC extends Agent, Cloneable {
public static final String MINECART_ITEM_METADATA = "minecart-item-name";
public static final String MINECART_OFFSET_METADATA = "minecart-item-offset";
public static final String NAMEPLATE_VISIBLE_METADATA = "nameplate-visible";
public static final String PLAYER_SKIN_UUID_METADATA = "player-skin-name";
public static final String RESPAWN_DELAY_METADATA = "respawn-delay";
public static final String SHOULD_SAVE_METADATA = "should-save";
public static final String SWIMMING_METADATA = "swim";
Expand Down

0 comments on commit 69fb59e

Please sign in to comment.