Improved help for admin resets commands

Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1140
This commit is contained in:
Florian CUNY 2020-01-17 13:48:21 +01:00
parent 2192e3fa4e
commit 0ffa1ab86a

View File

@ -52,20 +52,20 @@ commands:
resets: resets:
description: "edit resets of the players" description: "edit resets of the players"
set: set:
description: "sets the resets of this player" description: "sets how many time this player reset his island"
parameters: "<player> <resets>" parameters: "<player> <resets>"
success: "&a Successfully set &b [name]&a 's resets to &b [number]&a ." success: "&a Successfully set &b [name]&a 's resets to &b [number]&a ."
reset: reset:
description: "resets the resets of this player to 0" description: "resets how many time this player reset his island to 0"
parameters: "<player>" parameters: "<player>"
success-everyone: "&a Successfully reset &b everyone&a 's resets to &b 0&a ." 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 ." success: "&a Successfully reset &b [name]&a 's resets to &b 0&a ."
add: add:
description: "adds resets to the player" description: "adds to how many times this player reset his island"
parameters: "<player> <resets>" parameters: "<player> <resets>"
success: "&a Successfully added &b [number] &a resets to &b [name], increasing the total to &b [total]&a resets." success: "&a Successfully added &b [number] &a resets to &b [name], increasing the total to &b [total]&a resets."
remove: remove:
description: "removes resets to the player" description: "removes from how many times this player reset his island"
parameters: "<player> <resets>" parameters: "<player> <resets>"
success: "&a Successfully removed &b [number] &a resets to &b [name], decreasing the total to &b [total]&a resets." success: "&a Successfully removed &b [number] &a resets to &b [name], decreasing the total to &b [total]&a resets."
purge: purge: