mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-29 05:35:12 +01:00
Updated Frequently Asked Questions (markdown)
parent
7e3b0ed0dc
commit
a254370db0
@ -1,3 +1,14 @@
|
||||
**Quick select:**
|
||||
* [How to disable the greeting messages that AreaShop regions have?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-to-disable-the-greeting-messages-that-areashop-regions-have)
|
||||
* [Why can't the buyer/renter of the region build inside of it?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#why-cant-the-buyerrenter-of-the-region-build-inside-of-it)
|
||||
* [How can I set the buyer/renter as owner of a region instead of member?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-can-i-set-the-buyerrenter-as-owner-of-a-region-instead-of-member)
|
||||
* [How to setup different limits for different players groups and worlds? (how many regions each player can buy)](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-to-setup-different-limits-for-different-players-groups-and-worlds-how-many-regions-each-player-can-buy)
|
||||
* [What happens when a player changes his name?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#what-happens-when-a-player-changes-his-name)
|
||||
* [How to prevent players from opening chests in regions that other players bought/rented?](https://github.com/NLthijs48/AreaShop/wiki/Frequently-Asked-Questions#how-to-prevent-players-from-opening-chests-in-regions-that-other-players-boughtrented)
|
||||
* [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 to disable the greeting messages that AreaShop regions have?
|
||||
If you don't want the greetings then you can disable them like this:
|
||||
* Open the config.yml file that is inside the AreaShop folder
|
||||
@ -72,4 +83,4 @@ flagProfiles:
|
||||
The above assumes that you also want players unable to interact with chests if the region is not rented or bought. If you however want to allow raiding of abandoned regions you can change the chest-access lines of the `forrent` and `forsale` sections to the following: `chest-access: 'allow'`, which allows anyone to use the chests.
|
||||
|
||||
#### How can I use items as currency to pay for regions of AreaShop?
|
||||
AreaShop supports all economy plugins that are supported by [Vault](http://dev.bukkit.org/bukkit-plugins/vault/), so if you want to use items as currency then you need an economy plugin that has that and also works with Vault. The [Gringotts economy](http://dev.bukkit.org/bukkit-plugins/gringotts/) should work for this purpose, this plugin has been successfully used by a couple AreaShop users. There might be other suitable plugins to do the same thing though.
|
||||
AreaShop supports all economy plugins that are supported by [Vault](http://dev.bukkit.org/bukkit-plugins/vault/), so if you want to use items as currency then you need an economy plugin that has that and also works with Vault. The [Gringotts economy](http://dev.bukkit.org/bukkit-plugins/gringotts/) should work for this purpose, this plugin has been successfully used by a couple AreaShop users. There might be other suitable plugins to do the same thing though.
|
Loading…
Reference in New Issue
Block a user