custom world price fix

This commit is contained in:
SuperRonanCraft
2020-12-11 16:51:27 -05:00
parent 17a574866b
commit 2f218707a5
9 changed files with 84 additions and 33 deletions

View File

@@ -85,12 +85,13 @@ CustomWorlds:
MinRadius: 100
CenterX: 0
CenterZ: 0
Price: 75
Price: 50
- other_custom_world:
MaxRadius: 100000
MinRadius: 1000
MaxRadius: 10000
MinRadius: 150
CenterX: 123
CenterZ: -123
Price: 0
## Biomes are optional, but useful! More biomes: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html
Biomes:
- 'desert'

View File

@@ -3,7 +3,7 @@ Economy:
Enabled: false
## Set to "0" to not charge for rtp, "Success.Bypass" message will be sent!
## Give players the permission "betterrtp.eco.bypass" to bypass economy
Price: 5
Price: 500
Hunger: #Make rtp'ing take up hunger to avoid exploits
Enabled: false
@@ -14,6 +14,6 @@ CustomWorlds:
Enabled: true
Worlds:
## PlayerWorld will be charged "5" when typing /rtp, if they do not have "betterrtp.eco.bypass"
world: 5
- world: 50
## Setting the price to "0" will make the "Success.Bypass" message show
world_end: 0
- world_end: 0

View File

@@ -1,5 +1,5 @@
main: me.SuperRonanCraft.BetterRTP.BetterRTP
version: '3.0.2'
version: '3.0.3'
name: BetterRTP
author: SuperRonanCraft
softdepend: