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.