From a85704d99f042167820d0f5787959215eee1d081 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 30 Jul 2025 21:36:15 +0200 Subject: [PATCH] fancynpcs: Update warning text --- plugins/fancynpcs/src/main/resources/languages/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fancynpcs/src/main/resources/languages/default.yml b/plugins/fancynpcs/src/main/resources/languages/default.yml index b3caa93c..9223fd9a 100644 --- a/plugins/fancynpcs/src/main/resources/languages/default.yml +++ b/plugins/fancynpcs/src/main/resources/languages/default.yml @@ -189,7 +189,7 @@ messages: npc_action_add_success: "Action has been added. There are {warningColor}{total} actions in total." npc_action_add_before_success: "Action has been added before action {warningColor}{number}. There are {warningColor}{total} actions in total." npc_action_add_after_success: "Action has been added after action {warningColor}{number}. There are {warningColor}{total} actions in total." - npc_action_add_op_warning: "› {warningColor}FancyNpcs will give the player operator permissions for the duration of the command execution. This means that the player will have access to all commands and permissions during that time. This can be a security risk if not used carefully, so make sure to use this action only when necessary and with trusted players." + npc_action_add_op_warning: "› {warningColor}This action will give the player operator permissions for the duration of the command execution. This means that the player will have access to all commands and permissions during that time. This can be a security risk if not used carefully, so make sure to use this action only when necessary!" npc_action_set_success: "Action trigger {warningColor}{number} has been updated. There are {warningColor}{total} actions in total." npc_action_set_failure: "› {errorColor}Action trigger {warningColor}{number}{errorColor} does not exist." npc_action_move_up_success: "Action trigger {warningColor}{number} has been moved up."