From c82f53a50dddc388b84444873c358042637137f1 Mon Sep 17 00:00:00 2001 From: SuperRonanCraft Date: Sat, 7 Oct 2017 00:27:01 -0400 Subject: [PATCH] v2.4.0 --- economy.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 economy.md 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 + ```