mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
35 lines
815 B
Markdown
35 lines
815 B
Markdown
# Economy ([View Default Economy File](files/economy.yml))
|
|
***
|
|
## Summary ##
|
|
- [Economy](#economy)
|
|
- [CustomWorlds](#customworlds)
|
|
|
|
### Economy
|
|
Info: Edit basic economy settings
|
|
***
|
|
#### Enabled ####
|
|
Info: Enable the economy system at all?
|
|
Value Type: Boolean
|
|
Default Value: false
|
|
### Price
|
|
Info: The default price to an [uncustomized](#customworlds) world
|
|
Value Type: Integer
|
|
Default Value: 5
|
|
|
|
### CustomWorlds
|
|
Info: Create custom worlds with a toggle system
|
|
***
|
|
#### Enabled
|
|
Info: Enable the customworlds charge? All worlds will default to the basic price
|
|
Value Type: Boolean
|
|
Default Value: true
|
|
#### Worlds
|
|
Info: A list of sections with the price as their value
|
|
Value Type: List of Sections
|
|
Default Value:
|
|
```yaml
|
|
Worlds:
|
|
world: 5
|
|
world_end: 0
|
|
```
|