mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-08 17:06:02 +00:00
Permission based world configs added + UseWorldBorder slightly ignores maxRadius
This commit is contained in:
@@ -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
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user