Skip to content

Commit 84e15ac

Browse files
docs: Add configuration note for bungee-plugin-message-channel in action system
1 parent 4eed04b commit 84e15ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/src/fancynpcs/tutorials/action-system.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Syntax: `send_to_server (server name)`
7373

7474
Example: `/npc action (npc) (trigger) add send_to_server skyblock`
7575

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+
7680
### execute_random_action
7781

7882
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

Comments
 (0)