From 127295a60e180a04f44638b0e87485935bd62ba1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 1 Dec 2023 16:12:07 +0000 Subject: [PATCH] New translations intro.mdx (Spanish (Modern)) --- .../docs/enhancements/Economy/intro.mdx.mdx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 folder/es/src/content/docs/enhancements/Economy/intro.mdx.mdx diff --git a/folder/es/src/content/docs/enhancements/Economy/intro.mdx.mdx b/folder/es/src/content/docs/enhancements/Economy/intro.mdx.mdx new file mode 100644 index 0000000000..b7761bc511 --- /dev/null +++ b/folder/es/src/content/docs/enhancements/Economy/intro.mdx.mdx @@ -0,0 +1,22 @@ +--- +description: Recommended plugins to kick start your Minecraft server's economy. +slug: e/eco +title: What is an economy? +sidebar: + order: 1 +--- + +An economy is essential to your Minecraft server, it allows for players to buy and sell between one another or between your players and the server for in-game ranks / items etc. + +Economies within Minecraft, much like the real world, can dictate supply and demand with availabilities of resources to your players. For example if you were running admin shops it would be possible to run a discount on certain items and random points within the year or if you want to make a product more valuable then this can be achieved too. + +The goal with this section is to recommend some plugins that will allow you to build the framework for your own server's economy to take place. + +### Requirements + +Most, if not all plugins require your server to have an Economy API (such as [Vault](/e/pl/vault)) and an Economy Handler (Such as TheNewEconomy) installed. A short list of handlers is below: + +- EssentialsX +- TheNewEconomy (Optional Vault Support) +- iConomy +- Gringott's Economy