Physical economy for VaultUnlocked.
Find a file
2026-05-19 19:49:26 -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 Add messages to reload command 2026-05-19 19:48: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 Update README.md to include commands 2026-05-19 19:26:12 -03:00
settings.gradle Configured build to use VaultUnlocked. 2025-12-31 13:15:08 -03:00

ItemEconomy II

image

ItemEconomy II is a fork of ItemEconomy, keeping it updated to later versions of Minecraft and adding new features.

This PaperMC plugin integrates with VaultUnlocked 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.

ItemEconomy is as powerful as you need and as simple as you want, with every feature being optional.

Features

  • Item-Based Currency: Set any Minecraft item as your server's currency (diamonds by default).
  • VaultUnlocked Integration: Fully compatible with VaultUnlocked, enabling seamless interaction with other economy-based plugins.
  • Simple logic: Just checks if the user has the item/how many when queried.
  • Customizable Formatting: Define how your currency is displayed, including singular and plural forms.
  • Ender Chest support: Items on Ender Chests are counted in the user balance.
  • Built-int optional balance and pay commands with support for permissions.
  • Translation support with per-user language and per-language currency name.

Configuration

An updated example configuration file is available here.

Usage

  • Players can earn, trade, and store the configured item as physical currency.
  • Once they spend the currency, that amount of the item will be subtracted from their inventory.
  • Administrators can customize the item and formatting to match their server's theme.

Commands

/balance
Prints player balance, permission is `iteco.balance` but is allowed by default. Requires permission `iteco.balance.others` to specify other user.
/pay
Transfers money from your account to another player's, permission is `iteco.pay` but is allowed by default.
/itecoreload
Reloads the plugin configuration, requires permission `iteco.reload`.