Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 6, 2022
1 parent e7c8876 commit ee4591c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Expand Up @@ -490,6 +490,10 @@ public enum Metadata {
* Whether to sneak. Boolean.
*/
SNEAKING("citizens-sneaking"),
/**
* The initial no damage ticks on spawn, defaults to 20. Integer
*/
SPAWN_NODAMAGE_TICKS("spawn-nodamage-ticks"),
/**
* Whether to allow swimming. Boolean.
*/
Expand Down

0 comments on commit ee4591c

Please sign in to comment.