Permission based world configs added + UseWorldBorder slightly ignores maxRadius

This commit is contained in:
SuperRonanCraft
2020-09-23 17:41:04 -04:00
parent 82cba7cef6
commit c8a00751fa
8 changed files with 142 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ Default:
Biomes: []
MaxRadius: 1000
MinRadius: 10
## If "UseWorldBorder" is set to true above, these values WILL be ignored! Except Biomes! #
## If "UseWorldBorder" is set to true above, Center X and Z will be ignored! #
CenterX: 0
CenterZ: 0
@@ -102,13 +102,17 @@ PermissionConfigs: #Player requires "betterrtp.config.<world_name>" to trigger t
- Build_World: #World named "Build_World"
MaxRadius: 10000
MinRadius: 1000
Price: 100
- Survival_World:
MaxRadius: 5000
MinRadius: 1000
Price: 10
- vip2:
- Build_World:
MaxRadius: 25000
MinRadius: 10000
Price: 15
- Survival_World:
MaxRadius: 15000
MinRadius: 1000
MinRadius: 1000
Price: 20

View File

@@ -1,5 +1,5 @@
main: me.SuperRonanCraft.BetterRTP.Main
version: '2.13.1'
version: '2.13.2'
name: BetterRTP
author: SuperRonanCraft
softdepend: [Vault, WorldGuard, GriefPrevention, Towny, Factions, RedProtect]