mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-29 13:45:12 +01:00
Change to numbered lists for a couple guides.
parent
119c031f9b
commit
97c872025d
@ -14,19 +14,20 @@
|
|||||||
|
|
||||||
#### How to disable the greeting messages that AreaShop regions have?
|
#### How to disable the greeting messages that AreaShop regions have?
|
||||||
If you don't want the greetings then you can disable them like this:
|
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
|
1. Open the config.yml file that is inside the AreaShop folder
|
||||||
* Change each line that starts with `greeting:` to this:
|
1. Scroll to the `flagProfiles` section
|
||||||
`greeting: ''`
|
1. Change each line that starts with `greeting:` to this: `greeting: ''`
|
||||||
* Save the file, then use `/as reload` or restart your server.
|
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?
|
#### 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 <region> <number>`, if that is not an option you can set the priority of the AreaShop regions to something higher:
|
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 <region> <number>`, 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
|
1. Open the config.yml file
|
||||||
* 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. 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`
|
`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?
|
#### 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`.
|
*Quick answer:* Replace `members:` in the `flagProfiles` section of the config.yml file to `owners:` and then use `/as reload`.
|
||||||
|
Loading…
Reference in New Issue
Block a user