diff --git a/economy.md b/economy.md new file mode 100644 index 0000000..4f369c9 --- /dev/null +++ b/economy.md @@ -0,0 +1,34 @@ +# 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 + ```