Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jun 14, 2023
1 parent ab4213e commit f4bdfc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Expand Up @@ -478,6 +478,8 @@ public enum Metadata {
* Whether to keep chunk loaded.
*/
KEEP_CHUNK_LOADED("keep-chunk-loaded", Boolean.class),
/** Simple knockback toggle. Not set by default. */
KNOCKBACK("knockback", Boolean.class),
/**
* Whether the NPC is leashable.
*/
Expand Down

0 comments on commit f4bdfc4

Please sign in to comment.