From 77bea66099d0d18e2d73a6f6725a39124eace703 Mon Sep 17 00:00:00 2001 From: Tenkuma <85490958+adrianvic@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:42:55 -0300 Subject: [PATCH] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2fa45e --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# ItemEconomy II +ItemEconomy II is a fork of [ItemEconomy](https://modrinth.com/plugin/itemeconomy), keeping it updated to later versions of Minecraft. + +This PaperMC plugin integrates with Vault to provide a unique, item-based economy system for your Minecraft server. Instead of relying solely on virtual balances, players use in-game items as physical currency, adding a layer of immersion and realism to your economy. +Features: + +- Item-Based Currency: Set any Minecraft item as your server's currency (default: diamonds). +- Vault Integration: Fully compatible with Vault, enabling seamless interaction with other economy-based plugins. +- Customizable Formatting: Define how your currency is displayed, including singular and plural forms. + +## Configuration Example: +```yaml +item: "diamond" # Define the item to be used as currency. +singular: "diamond" # Singular form of the currency. +plural: "diamonds" # Plural form of the currency. +format: "{}$" # Customize how the currency is displayed in messages. +``` +This configuration will use diamonds as the currency, displayed as {amount}$, e.g., "5 diamonds" or "1 diamond". + +## Usage: + +- Players can earn, trade, and store the configured item as physical currency. +- Integrates seamlessly with Vault-compatible plugins for shops, auctions, and more. +- Administrators can customize the item and formatting to match their server's theme.