mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-29 05:35:12 +01:00
Docs FAQ: Add question and answer about showing timeleft instead of endtime
parent
89e9fda622
commit
a58af8f395
@ -8,6 +8,7 @@
|
||||
* [How can I use items as currency to pay for regions of AreaShop?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-can-i-use-items-as-currency-to-pay-for-regions-of-areashop)
|
||||
* [How do I require players to confirm that they want to rent/unrent/buy/sell their region?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-do-i-require-players-to-confirm-that-they-want-to-rentunrentbuysell-their-region)
|
||||
* [How can I set a delay for the teleporting commands (`/as tp`, `/as find`)?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-can-i-set-a-delay-for-the-teleporting-commands-as-tp-as-find)
|
||||
* [How can I let signs show the time left instead of the end time of a rental?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-can-i-let-signs-show-the-time-left-instead-of-the-end-time-of-a-rental)
|
||||
|
||||
***
|
||||
|
||||
@ -148,4 +149,7 @@ To switch to the signProfile with the confirmation messages you have to set the
|
||||
To generate the correct `tellraw` messages with a site like [Tellraw Generator](http://www.minecraftjson.com/), or you could change the above messages to your liking.
|
||||
|
||||
#### How can I set a delay for the teleporting commands (`/as tp`, `/as find`)?
|
||||
You can use a plugin like [BoosCooldowns](http://dev.bukkit.org/bukkit-plugins/booscooldowns/) to set warmup and cooldows for commands. Check [Issue #60](https://github.com/NLthijs48/AreaShop/issues/60) for reasons I'm not implementing adding this to AreaShop itself.
|
||||
You can use a plugin like [BoosCooldowns](http://dev.bukkit.org/bukkit-plugins/booscooldowns/) to set warmup and cooldows for commands. Check [Issue #60](https://github.com/NLthijs48/AreaShop/issues/60) for reasons I'm not implementing adding this to AreaShop itself.
|
||||
|
||||
#### How can I let signs show the time left instead of the end time of a rental?
|
||||
In the `signProfiles` section of `config.yml` you can change the `%untilshort%` variable to a `%timeleft%` (you can find it in the `rented` sign state) variable to show the time that is left instead of the end time. This will help to prevent confusion because of time zones being different for the player and the server.
|
Loading…
Reference in New Issue
Block a user