From 0ffa1ab86a827b72bff76862b70f4d757fb83e63 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Fri, 17 Jan 2020 13:48:21 +0100 Subject: [PATCH] Improved help for admin resets commands Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1140 --- src/main/resources/locales/en-US.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 0a825b85d..cd9dd2f8c 100644 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -52,20 +52,20 @@ commands: resets: description: "edit resets of the players" set: - description: "sets the resets of this player" + description: "sets how many time this player reset his island" parameters: " " success: "&a Successfully set &b [name]&a 's resets to &b [number]&a ." reset: - description: "resets the resets of this player to 0" + description: "resets how many time this player reset his island to 0" parameters: "" success-everyone: "&a Successfully reset &b everyone&a 's resets to &b 0&a ." success: "&a Successfully reset &b [name]&a 's resets to &b 0&a ." add: - description: "adds resets to the player" + description: "adds to how many times this player reset his island" parameters: " " success: "&a Successfully added &b [number] &a resets to &b [name], increasing the total to &b [total]&a resets." remove: - description: "removes resets to the player" + description: "removes from how many times this player reset his island" parameters: " " success: "&a Successfully removed &b [number] &a resets to &b [name], decreasing the total to &b [total]&a resets." purge: