diff --git a/README.md b/README.md index 1bfc9fe..7b4d7e8 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ There are three ways this can be solved: 1. Make the player (or anyone else) place an empty sign in the same location and break it again. The player should be refunded as long as refunds are enabled. -2. Reload PaidSigns. The player should be refunded. -3. Restart the server. The player should be refunded Never place a new paid sign in this situation, as the old sign will - be overwritten, and the ability to refund the player automatically will be lost. +2. Reload PaidSigns. The player should be refunded as long as refunds are enabled. +3. Restart the server. The player should be refunded as long as refunds are enabled. Never place a new paid sign in this + situation, as the old sign will be overwritten, and the ability to refund the player automatically will be lost. ### Players have to pay for signs, even if the plugin sign isn't created @@ -153,7 +153,7 @@ Removes a registered paid sign | Option | Description | | ------- | ------- | -| language | The language to use for all messages displayed to players | +| language | The language to use for all messages displayed to players. Currently, only "en" is valid. | | ignoreCase | Whether to ignore the case (lowercase/uppercase) of the paid sign text. The option can be set on a per-sign basis, but this value is used if not specified. The correct value depends on whether the plugin signs it should match are case-sensitive or not. | | ignoreColor | Whether to ignore any color or formatting applied to the text when trying to match a paid sign's text. The option can be set on a per-sign basis, but this value is used if not specified. The correct value depends on whether the plugin signs it should match allow coloring or not. | | refundsEnabled | Whether to enable refunds to the sign creator when a sign detected as a paid sign is broken (payment will always go to the original creator) |