Physical economy for VaultUnlocked.
Find a file
2025-12-31 15:39:01 -03:00
.github/workflows I promise I'll stop using GitHub to edit files. 2025-12-31 15:27:44 -03:00
gradle Initial commit 2025-12-30 11:53:41 -03:00
src/main Fixed reported version being 0.1.0 instead of 1.0 (leftover of ItemEconomy) 2025-12-31 15:39:01 -03:00
.gitignore Initial commit 2025-12-30 11:53:41 -03:00
build.gradle.kts nor read all the errors 2025-12-31 15:22:56 -03:00
gradlew Initial commit 2025-12-30 11:53:41 -03:00
gradlew.bat Initial commit 2025-12-30 11:53:41 -03:00
gradlew.properties Initial commit 2025-12-30 11:53:41 -03:00
LICENSE Configured build to use VaultUnlocked. 2025-12-31 13:15:08 -03:00
README.md Create README.md 2025-12-31 14:42:55 -03:00
settings.gradle Configured build to use VaultUnlocked. 2025-12-31 13:15:08 -03:00

ItemEconomy II

ItemEconomy II is a fork of 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:

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.