-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration
language: "default"
Choose plugin language
Default value is "default", which means that server`s language will be used if its available
You can add your own language by creating file "YOUR_LANG.yml" in the "lang" folder
provider: "yml"
By default "yml"
hide-commands: false
If enabled, only /rg and /region commands will be shown
When enabled
async-commands: true
All commands used with /rg or /region will be executed in the other thread, which may increase performance
async-commands-threads: -1
Commands thread pool size
-1 means that all available threads will be used
lpos-max-radius: 250
lpos1 and lpos2 commands allows players selecting region by looking at blocks
priority-system: false
See priority system
update-notifier: true
Will tell admins when plugin update available, also gives a short update description
multithreaded-loading: true
Multithreaded data loading for the yaml provider, may boost loading speed if you are using yml provider and have lots of regions created
multithreaded-loading-threads: -1
Thread pool size, -1 means that all available threads will be used
active-flags: flag: value(true/false)
If flag disabled here, it won`t work at all, even if enabled in region
##Display
display: flag: value(true/false)
Sets if flag status will be displayed while using /rg info command
border-blocks: "20"
Don`t forget to use quotes!
Set block for borders(/rg select & /rg showborders commands)
Also you can set block meta by adding "20:3" etc
default-max-region-amount: 3
Sets how much regions can be created by a single players without any permission
default-max-region-size: 15000
Sets how large region can be created without any permission
If you want to let players create larger regions or more regions just give them permissions
For size:
sregionprotector.region.size.DESIRED_MAX_SIZE
For amount:
sregionprotector.region.amount.DESIRED_MAX_AMOUNT
auto-save-period: 60
Sets auto save interval(in seconds)
auto-save: true
Sets auto save status, if false, auto save will be disabled
empty-chunks-removing-period: 360
Sets interval of removing empty chunks and levels(in seconds)
empty-chunks-auto-removing: true
Sets auto chunks removing status, if false, auto removing will be disabled
save-new-flags: false
If enabled, after adding new flags to the plugin all old regions which not contain new flag will be updated and saved
gui-type: "chest"
Sets UI type, cuz only one UI type can be active at the one time
See UI
default-flags: flag: value(true/false)
Default flag value for the region while created
need-message: value(true/false)
Sets if flag needs message when is works
All messages in the lang file (region.protected.FLAG_NAME)
max-region-name-length: 10
Max region name length
min-region-name-length: 3
Min region name length
heal-flag-heal-delay: 40
in ticks (1 second = 20 ticks)
heal-flag-heal-amount: 3
protected-message-type: "message"
region.protected.FLAG message type (message, tip, popup)
max-borders-amount: 300
set how much blocks can be sent by /rg select or /rg showborder commands