configuration
| Main | Features | Configuration | Permissions | (API) | Planned |Source |
Configuration:
- time-forget-transaction: 21
This is the time in days for which transactions are stored. Setting to zero should store them forever (NOT RECOMMENDED). - max-area: 0
Maximal area that can be bough, cosnidering transaction done in the past time-count-area days.
Works in 0.1.0 - max-map-height: 127
Used as upper y-boundary on distance checks. - show-own: false
Show your own region offers on /rlist or /rinfo . - max-offers: 3
Maximum number of regions you can offer at a time. - min-map-height: 0
Lower boundary for distance checks. - time-count-area: 10
Time in days for which the area count is done for stored transactions. - distance-buy: 30
Distance to the region edges at which players can buy the region. - max-buy: 5
Players may only buy this number of regions within the time specified in time-count-buy (days). - time-count-buy: 10
Time in days for which stored transactions are counted for the maxBuy boundary. - active: true
Enable/disable flag - Using these commands will NOT save back the configuration! - info-radius: 20
Corrected in 0.1.0 - should be like 20.
Distance to region edges at which the region will be shown as offered on /rinfo. - distance-sell: 50
Distance to the region edges at which players can sell the region. - show-all: true
Set to false to disable listing all region offers for players. - Setting values to zero might disable the boundary for most distance and limiting entries. Keep a value for info-radius set, to limit output. For time entries 0 would lead to using all entries of all time.
- New in 0.1.0:
- use-signs: true
You can disable using signs here. - op-permissions: true
Ops are given all permissions/bypasses with this preset. Mind that WorldGuard might have op-permissions set as well, so that setting this might have no effect. - use-bukkit-perms: true
Use bukkit intern CommandSender.hasPermission(), not sure this works, rbuy does not register anything with plugin.yml r another method. - use-worldguard-perms: true
This allows to disable checking permissions using WorldGuard. - time-count-buy: 10
Not new but defaults to time-forget-transaction if set to -1. - time-count-volume: -1
Defaults to time-count-area if set to -1. - time-count-area: -1
Defaults to time-count-buy if set to -1. - max-volume: 0
Volume restriction for buying regions, countet for time-count-volume days. - commands-per-second: 50
Rbuy will only accept this many commands per second and refuse others till the second is over. - show-worldname: true
It is possible to disable showing the world name on /rinfo . - list-all-worlds: false
This indicates if all offers for all worlds are shown on /rlist , or just those of the world the player is in. - magicwords-buy
This is a list containing all allowed first lines for a rbuy sign for buying, defaults to just /rbuy . - magicwords-sell
A list with alternatives for the first line you can put (for rbuy) if you just sell a region with a sign. Defaults to /rsell . - ignore-permissions:
This is a list of permissions that will not be checked via any permissions api, for simple setup. This is the replacement for users-buy and users-sell. The default configuration contains entries for - rbuy.buy - rbuy.sell - rbuy.info - rbuy.list - rbuy.show-all
If you update from 0.0.0 and keep your old configuration, might have to add these entries manually or add them to permissions, they re not added to existing configurations. - signs-offground: true
Allow for placing signs off the ground that is sold by the sign (distance-sell applies, but can be exceeded by few blocks by placing the sign further away, for the players position is checked, not the signs position.). - New in 0.1.3:
- allow-member-sell: false
Default is false. If set to true rbuy allows to sell regions to members (exclusively), so you have slightly better control over who is buying the region. There are no permissions involved, just this configuration flag. - New in 0.2.0
- economy section with lists for:
- economy: ... include-plugins
If you set entries here only these plugins will be considered for economy interfacing, you can specify a prefix like 'PrefixOfPlugin*' to only include plugins whose name starts with 'PrefixOfPlugin'. - economy: ... exclude-plugins
You can prevent economy interfacing for plugins specified here - prefix notation alkso works ('Something*'). This is useful to prevent interfacing to Vault when you can interface to the economy plugin directly, which is strongly recommended for Multicurrency, for instance. - economy: ... load-plugins
Actually this shoudl be enable-plugins - These plugins will be checked and enabled after loading the configuration, unless they are already enabled. This might not be needed anyway.
- economy: ... include-plugins
- New in 1.3.0
- max-regions: 0
Limit the number of regions a player can have (global), 0 to deactivate check. Bypass permission: rbuy.max-regions
Comments