diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index aed5ac0..b7c3094 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -14,19 +14,20 @@ #### 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 -* Scroll to the `flagProfiles` section -* Change each line that starts with `greeting:` to this: - `greeting: ''` -* Save the file, then use `/as reload` or restart your server. + +1. Open the config.yml file that is inside the AreaShop folder +1. Scroll to the `flagProfiles` section +1. Change each line that starts with `greeting:` to this: `greeting: ''` +1. Save the file, then use `/as reload` or restart your server. #### Why can't the buyer/renter of the region build inside of it? You probably have more regions at the same spot as the region you use for AreaShop, this prevents the members/owners of the region from building inside of it. You can set the priority of other regions to something lower than 0 with `/region setpriority `, if that is not an option you can set the priority of the AreaShop regions to something higher: -* Open the config.yml file -* Scroll to the `flagProfiles` section -* Add the following line to all the sections that are inside the `default` profile (be sure to indent this line with the same number of spaces as for example the `members` one): + +1. Open the config.yml file +1. Scroll to the `flagProfiles` section +1. Add the following line to all the sections that are inside the `default` profile (be sure to indent this line with the same number of spaces as for example the `members` one): `priority: 1` -* Save the file, then use `/as reload` or restart your server. +1. Save the file, then use `/as reload` or restart your server. #### How can I set the buyer/renter as owner of a region instead of member? *Quick answer:* Replace `members:` in the `flagProfiles` section of the config.yml file to `owners:` and then use `/as reload`.