Adds minor improvements to README text
This commit is contained in:
parent
fb9f127307
commit
668eec66e2
@ -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
|
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.
|
refunded as long as refunds are enabled.
|
||||||
2. Reload PaidSigns. The player should be refunded.
|
2. Reload PaidSigns. The player should be refunded as long as refunds are enabled.
|
||||||
3. Restart the server. The player should be refunded Never place a new paid sign in this situation, as the old sign will
|
3. Restart the server. The player should be refunded as long as refunds are enabled. Never place a new paid sign in this
|
||||||
be overwritten, and the ability to refund the player automatically will be lost.
|
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
|
### 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 |
|
| 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. |
|
| 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. |
|
| 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) |
|
| 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) |
|
||||||
|
Loading…
Reference in New Issue
Block a user