Permission config (framework)

This commit is contained in:
SuperRonanCraft
2020-09-23 11:59:53 -04:00
parent afcb76bfd7
commit 82cba7cef6
9 changed files with 54 additions and 42 deletions

View File

@@ -97,18 +97,18 @@ WorldType: # Available types are NORMAL, NETHER
- world_nether: NETHER
- world_the_end: NORMAL
#PermissionConfigs: #Player requires "betterrtp.config.<world_name>" to trigger these configs
#- vip: #betterrtp.config.vip
# - Build_World: #World named "Build_World"
# MaxRadius: 10000
# MinRadius: 1000
# - Survival_World:
# MaxRadius: 5000
# MinRadius: 1000
#- vip2:
# - Build_World:
# MaxRadius: 25000
# MinRadius: 10000
# - Survival_World:
# MaxRadius: 15000
# MinRadius: 1000
PermissionConfigs: #Player requires "betterrtp.config.<world_name>" to trigger these configs
- vip: #betterrtp.config.vip
- Build_World: #World named "Build_World"
MaxRadius: 10000
MinRadius: 1000
- Survival_World:
MaxRadius: 5000
MinRadius: 1000
- vip2:
- Build_World:
MaxRadius: 25000
MinRadius: 10000
- Survival_World:
MaxRadius: 15000
MinRadius: 1000