diff --git a/plugins/fancynpcs/src/main/resources/languages/default.yml b/plugins/fancynpcs/src/main/resources/languages/default.yml index 9223fd9a..2563765d 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}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_add_op_warning: "› {warningColor}ATTENTION: The “player_command_as_op” action temporarily grants operator status to a player during command execution. This poses a security risk and should only be used with trusted players and 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."