mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-18 01:25:45 +00:00
19 lines
623 B
YAML
19 lines
623 B
YAML
Economy:
|
|
## Enable world charges? ALL Worlds included, even custom worlds!
|
|
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
|
|
|
|
Hunger: #Make rtp'ing take up hunger to avoid exploits
|
|
Enabled: false
|
|
Honches: 4
|
|
|
|
CustomWorlds:
|
|
## Enable custom world charging
|
|
Enabled: true
|
|
Worlds:
|
|
## PlayerWorld will be charged "5" when typing /rtp, if they do not have "betterrtp.eco.bypass"
|
|
world: 5
|
|
## Setting the price to "0" will make the "Success.Bypass" message show
|
|
world_end: 0 |