fancynpcs: Update warning text

This commit is contained in:
Oliver
2025-07-30 21:36:15 +02:00
parent c99d32c452
commit a85704d99f

View File

@@ -189,7 +189,7 @@ messages:
npc_action_add_success: "<dark_gray> <gray>Action has been added. There are {warningColor}{total}<gray> actions in total."
npc_action_add_before_success: "<dark_gray> <gray>Action has been added before action {warningColor}{number}<gray>. There are {warningColor}{total}<gray> actions in total."
npc_action_add_after_success: "<dark_gray> <gray>Action has been added after action {warningColor}{number}<gray>. There are {warningColor}{total}<gray> actions in total."
npc_action_add_op_warning: "<dark_gray> {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: "<dark_gray> {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: "<dark_gray> <gray>Action trigger {warningColor}{number}<gray> has been updated. There are {warningColor}{total}<gray> actions in total."
npc_action_set_failure: "<dark_gray> {errorColor}Action trigger {warningColor}{number}{errorColor} does not exist."
npc_action_move_up_success: "<dark_gray> <gray>Action trigger {warningColor}{number}<gray> has been moved up."