We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eed04b commit 84e15acCopy full SHA for 84e15ac
1 file changed
docs/src/fancynpcs/tutorials/action-system.md
@@ -73,6 +73,10 @@ Syntax: `send_to_server (server name)`
73
74
Example: `/npc action (npc) (trigger) add send_to_server skyblock`
75
76
+!!!info
77
+Make sure to set `bungee-plugin-message-channel` to `true` in the velocity.toml config file. Otherwise, this action might not work properly.
78
+!!!
79
+
80
### execute_random_action
81
82
Picks a random action from the remaining actions in the list and executes it. This action is useful for creating random behavior in NPCs.
0 commit comments