Skip to content

Commit

Permalink
Merge pull request #12 from JCThePants/skins2-1
Browse files Browse the repository at this point in the history
add NPC setting for using latest player skin
  • Loading branch information
fullwall committed Aug 30, 2015
2 parents 059c862 + 8fe6835 commit e449378
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
Expand Up @@ -291,6 +291,7 @@ public interface NPC extends Agent, Cloneable {
public static final String NAMEPLATE_VISIBLE_METADATA = "nameplate-visible";
public static final String PLAYER_SKIN_TEXTURE_PROPERTIES_METADATA = "player-skin-textures";
public static final String PLAYER_SKIN_TEXTURE_PROPERTIES_SIGN_METADATA = "player-skin-signature";
public static final String PLAYER_SKIN_USE_LATEST = "player-skin-use-latest";
public static final String PLAYER_SKIN_UUID_METADATA = "player-skin-name";
public static final String RESPAWN_DELAY_METADATA = "respawn-delay";
public static final String SCOREBOARD_FAKE_TEAM_NAME_METADATA = "fake-scoreboard-team-name";
Expand Down

0 comments on commit e449378

Please sign in to comment.