From 84e15acf2683cb28e983aca62eef8112d6953133 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 7 Oct 2025 16:18:50 +0200 Subject: [PATCH] docs: Add configuration note for bungee-plugin-message-channel in action system --- docs/src/fancynpcs/tutorials/action-system.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/fancynpcs/tutorials/action-system.md b/docs/src/fancynpcs/tutorials/action-system.md index 7ab623ee..7030e233 100644 --- a/docs/src/fancynpcs/tutorials/action-system.md +++ b/docs/src/fancynpcs/tutorials/action-system.md @@ -73,6 +73,10 @@ Syntax: `send_to_server (server name)` Example: `/npc action (npc) (trigger) add send_to_server skyblock` +!!!info +Make sure to set `bungee-plugin-message-channel` to `true` in the velocity.toml config file. Otherwise, this action might not work properly. +!!! + ### execute_random_action Picks a random action from the remaining actions in the list and executes it. This action is useful for creating random behavior in NPCs.