Simple "NPC" interaction plugin for binding commands to entities
- Simple, composable entity interactions via command binding
- Anything that can be done via a command can be easily turned into an NPC interaction
# Timeout between binding command and NPC interaction
bindtimeout: PT10S # Accepts ISO-8601 duration format PnDTnHnMn.nSFor more information on the format, see java.time.Duration#parse
/bindnpc <command> [args...]- Bind the given command and args to the next entity you interact with (right click)
/unbindnpc- Unbind a command to the next entity you interact with
/cancelnpc- Force cancel an awaiting NPC bind/unbind (don't bind or unbind on your next entity interaction)
simplenpc.*- "Wildcard" for all below permissions
simplenpc.bind- Allows binding NPC commands via
bindnpc
- Allows binding NPC commands via
simplenpc.unbind- Allows unbinding (deleting) NPC commands via
unbindnpc
- Allows unbinding (deleting) NPC commands via
simplenpc.interact- Allows interaction with SimpleNPCs' NPCs