mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-12 02:46:25 +00:00
custom world price fix
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
main: me.SuperRonanCraft.BetterRTP.BetterRTP
|
||||
version: '3.0.2'
|
||||
version: '3.0.3'
|
||||
name: BetterRTP
|
||||
author: SuperRonanCraft
|
||||
softdepend:
|
||||
|
||||
Reference in New Issue
Block a user