{"id":69676,"date":"2026-06-04T02:19:28","date_gmt":"2026-06-03T23:19:28","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/"},"modified":"2026-06-04T02:19:28","modified_gmt":"2026-06-03T23:19:28","slug":"feathers-economy","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/","title":{"rendered":"Feathers Economy"},"content":{"rendered":"<p># FeathersEconomy<\/p>\n<p>**A fully-featured, configurable economy plugin**<\/p>\n<p>> Vault \u00b7 PlaceholderAPI \u00b7 SQLite \/ MySQL \/ MariaDB<\/p>\n<p>&#8212;<\/p>\n<p>## Overview<\/p>\n<p>FeathersEconomy is a lightweight, production-ready economy plugin built for Economy Servers. It comes with a fully configurable currency system, dual chat and action bar notifications, per-event sound effects, SQLite\/MySQL\/MariaDB storage, Vault integration, and a PlaceholderAPI expansion with top-30 leaderboard support.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>**Configurable Currency**<br \/>\nSet the name, plural form, symbol, symbol position (before\/after), decimal places, and thousands separator from config.<\/p>\n<p>**SQLite + MySQL + MariaDB**<br \/>\nSQLite works out of the box with zero setup. Switch to MySQL or MariaDB for multi-server networks with a single config change.<\/p>\n<p>**Vault Integration**<br \/>\nRegisters as a Vault economy provider at the highest priority. Any plugin that supports Vault will automatically work with FeathersEconomy \u2014 no extra configuration required.<\/p>\n<p>**Transaction Log**<br \/>\nEvery deposit, withdrawal, admin change, and transfer is logged per-player in the database. Viewable with `\/fe history`. Configurable max entries per player.<\/p>\n<p>**Starting Balance**<br \/>\nNew players automatically receive a configurable starting balance when they first join.<\/p>\n<p>**Dual Notifications**<br \/>\nEvery message can be delivered to chat, the action bar, or both at the same time. Configured independently per channel.<\/p>\n<p>**Separate Channel Text**<br \/>\nWrite different text for chat or action bar using sub-keys. Shorter text for the action bar, full text for chat.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>### Admin \u2014 `\/featherseconomy` \/ `\/fe`<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/fe add <player> <amount>` | Add balance to a player | `economy.admin` |<br \/>\n| `\/fe remove <player> <amount>` | Remove balance from a player | `economy.admin` |<br \/>\n| `\/fe set <player> <amount>` | Set a player&#8217;s exact balance | `economy.admin` |<br \/>\n| `\/fe check <player>` | Check any player&#8217;s balance | `economy.admin` |<br \/>\n| `\/fe leaderboard` | Show the top-N balance leaderboard in chat | `economy.admin` |<br \/>\n| `\/fe history <player> [limit]` | View a player&#8217;s last N transactions (max 50) | `economy.admin` |<br \/>\n| `\/fe sounds` | Toggle personal sound effects on\/off | everyone |<br \/>\n| `\/fe reload` | Reload config.yml without restarting | `economy.admin` |<br \/>\n| `\/fe help` | Show the command reference | `economy.admin` |<\/p>\n<p>### General Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/bal [player]` | Check your balance, or another player&#8217;s (admin only) | `economy.use` |<br \/>\n| `\/balance [player]` | Alias for \/bal | `economy.use` |<br \/>\n| `\/money [player]` | Alias for \/bal | `economy.use` |<br \/>\n| `\/wallet [player]` | Alias for \/bal | `economy.use` |<br \/>\n| `\/pay <player> <amount>` | Transfer money to an online player | `economy.pay` |<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Node | Description | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `economy.use` | Use \/bal, \/wallet, \/money, \/balance | true |<br \/>\n| `economy.pay` | Use \/pay to send money to other players | true |<br \/>\n| `economy.admin` | All \/fe admin commands | op |<br \/>\n| `economy.leaderboard` | Access to the leaderboard command | true |<br \/>\n| `economy.*` | All economy permissions | op |<\/p>\n<p>&#8212;<\/p>\n<p>## PlaceholderAPI Placeholders<\/p>\n<p>Requires PlaceholderAPI to be installed. All placeholders use the `%feathers_&#8230;%` identifier.<\/p>\n<p>### Player Placeholders<\/p>\n<p>| Placeholder | Description | Example |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `%feathers_balance%` | Formatted balance with symbol | $1,250.00 |<br \/>\n| `%feathers_balance_raw%` | Raw numeric balance | 1250.0 |<br \/>\n| `%feathers_balance_plain%` | Formatted number, no symbol | 1,250.00 |<br \/>\n| `%feathers_currency_name%` | Currency name (singular) | Dollar |<br \/>\n| `%feathers_currency_plural%` | Currency name (plural) | Dollars |<br \/>\n| `%feathers_currency_symbol%` | Currency symbol | $ |<br \/>\n| `%feathers_rank%` | Player&#8217;s leaderboard rank position | #3 |<\/p>\n<p>### Leaderboard Placeholders (Ranks 1\u201330)<\/p>\n<p>Replace `N` with any number from 1 to 30.<\/p>\n<p>| Placeholder | Description | Example |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `%feathers_top_name_N%` | Username of the player at rank N | N1ghtc1 |<br \/>\n| `%feathers_top_balance_N%` | Formatted balance of the player at rank N | $50,000.00 |<br \/>\n| `%feathers_top_balance_raw_N%` | Raw balance of the player at rank N | 50000.0 |<\/p>\n<p>> **Performance note:** Leaderboard placeholders are cached for 60 seconds to avoid hammering the database on scoreboards that refresh frequently. The cache is automatically invalidated when you run `\/fe reload`.<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>| Dependency | Type | Notes |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| Paper 1.21.11+ | Required | Spigot is not supported |<br \/>\n| Java 21+ | Required | Ships with Paper 1.21.11 by default |<br \/>\n| Vault | Soft-depend | Only needed if other plugins require economy access |<br \/>\n| PlaceholderAPI | Soft-depend | Only needed for scoreboards and PAPI placeholders |<br \/>\n| MySQL \/ MariaDB | Optional | Only if switching from the default SQLite storage |<\/p>\n<p>> SQLite is set up by default \u2014 no configuration needed to get started.<\/p>\n<p>&#8212;<\/p>\n<p>## Support<\/p>\n<p>**Bug Reports &#038; Feature Requests**<br \/>\nContact me on Discord or through BuiltByBit Messages. Please include your server version, Java version, full error log from console, and steps to reproduce.<\/p>\n<p>**Quick Troubleshooting**<br \/>\n&#8211; **Plugin fails to enable** \u2192 Make sure you are on Paper 1.21.11+ and Java 21+<br \/>\n&#8211; **Database errors** \u2192 Check your credentials in `config.yml` and that your MySQL\/MariaDB server is reachable<br \/>\n&#8211; **Messages not updating** \u2192 Run `\/fe reload` after any config change<br \/>\n&#8211; **Sounds not working** \u2192 Check `sounds.enabled` is `true` and the sound name is valid for your server version<br \/>\n&#8211; **Placeholders showing blank** \u2192 Make sure PlaceholderAPI is installed and the player has joined at least once<\/p>\n<p>&#8212;<\/p>\n<p>*FeathersEconomy v1.0.0 \u00b7 Made by N1ghtc1*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fully configurable economy plugin<\/p>\n","protected":false},"featured_media":69677,"template":"","meta":{"_minecraft_slug":"feathers-economy","_minecraft_project_id":"4nfBFsBi","_minecraft_author":"N1ghtc1","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":20,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"feathers-economy.zip","_minecraft_size_bytes":18247549,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:31:49.992469Z","_minecraft_date_created":"2026-03-12T03:00:48.400163Z","_minecraft_date_modified":"2026-03-07T17:44:45.095669Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/feathers-economy","_minecraft_icon_attachment_id":69677,"_minecraft_imported_at":"2026-06-03T23:19:28+00:00","_minecraft_import_hash":"22e488e6218bb55153d5ebc5b74c0bcb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,127],"mod_loader":[132],"minecraft_version":[41],"class_list":["post-69676","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-paper","mod_loader-paper","minecraft_version-1-21-11"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Feathers Economy - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Feathers Economy - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Fully configurable economy plugin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/\",\"name\":\"Feathers Economy - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/feathers-economy-icon-8ced3a8f226756dc17b7d852e70c6c91925c43fb_96.webp\",\"datePublished\":\"2026-06-03T23:19:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/feathers-economy-icon-8ced3a8f226756dc17b7d852e70c6c91925c43fb_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/feathers-economy-icon-8ced3a8f226756dc17b7d852e70c6c91925c43fb_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/feathers-economy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Feathers Economy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Feathers Economy - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/","og_locale":"en_US","og_type":"article","og_title":"Feathers Economy - Minecraft","og_description":"Fully configurable economy plugin","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/","name":"Feathers Economy - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/feathers-economy-icon-8ced3a8f226756dc17b7d852e70c6c91925c43fb_96.webp","datePublished":"2026-06-03T23:19:28+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/feathers-economy-icon-8ced3a8f226756dc17b7d852e70c6c91925c43fb_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/feathers-economy-icon-8ced3a8f226756dc17b7d852e70c6c91925c43fb_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/feathers-economy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Feathers Economy"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/69676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/69677"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=69676"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=69676"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=69676"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=69676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}