Actions
How to use ServerNPC with commands or actions.
The first thing you need to know is that there are multiple actions. Such as.
- Send player to server
- Execute command
- Send private message to player
I hear recommendations..
For example, add the commnad "/say hello" to the npc
/npc action (NPC NAME) add (TRUE/FALSE - CONSOLE) (PERMISSIONS OR NONE) (ACTION)
On (ACTION) you can put these options. Without
()
please.- cmd:/say Hello
- server:Survival
- msg:&aHello %player%

/npc action npc1 add false none cmd:/say Hello!

*You can add multiple actions :D*
/npc action (NPC NAME) list

/npc action npc1 list
To remove the action added before, use the command below.
/npc action (NPC NAME) remove (ACTION ID)

/npc action npc1 list

/npc action npc1 list
Last modified 2yr ago