From 52a8270054f324199b55e39f8538d7492944c9b6 Mon Sep 17 00:00:00 2001 From: Ali 'SupaHam' M Date: Sun, 25 Dec 2016 18:17:53 +0000 Subject: [PATCH] Document `/payconfirmtoggle`. --- Home.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ca3d341..3be095b 100644 --- a/Home.md +++ b/Home.md @@ -163,4 +163,13 @@ Players have the ability to disable any and all payment via the `/paytoggle` com `paytoggle` also has the following aliases: `epaytoggle`, `payoff`, `epayoff`, `payon`, `epayon` -`payoff` will always disable payments to prevent errors. On the contrary, `payon` will always enable payments. \ No newline at end of file +`payoff` will always disable payments to prevent errors. On the contrary, `payon` will always enable payments. + +### Pay confirmation toggle +**This feature was added in [build 461](https://ci.drtshock.net/job/EssentialsX) ([5f83766](https://github.com/drtshock/Essentials/commit/5f83766)).** _Requested in [#1032](/drtshock/Essentials/issues/1032)._ + +In build `#458`, confirmation prompting for `/pay` was introduced, but rapidly became repetitive for some players. This feature aims to combat it by allowing individual players to toggle the confirm prompt at their own risk. + +This feature introduces the command `/payconfirmtoggle` which modifies `confirm-pay` in the user's data file. `confirm-pay` determines whether a player should be prompted to confirm a payment (regardless of amount) or not. By default, `confirm-pay` is `true`, meaning enabled. Players would need to use the `/payconfirmtoggle` command to change this property, and thus the behaviour of the `/pay` command for themselves. + +`payconfirmtoggle` also has the following aliases: `epayconfirmtoggle`, `payconfirmoff`, `epayconfirmoff`, `payconfirmon`, `epayconfirmon`, `payconfirm`, `epayconfirm` \ No newline at end of file