{"id":89649,"date":"2026-06-05T05:54:01","date_gmt":"2026-06-05T02:54:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/"},"modified":"2026-06-05T05:54:01","modified_gmt":"2026-06-05T02:54:01","slug":"karta-emeraldcurrency","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/","title":{"rendered":"Karta EmeraldCurrency"},"content":{"rendered":"<p># KartaEmeraldCurrency<\/p>\n<p>KartaEmeraldCurrency is a modern, high-performance economy plugin for PaperMC servers that uses the vanilla Emerald item as its core currency. It features a virtual bank system, interactive GUIs, and a powerful developer API, making it a versatile and stable choice for any server.<\/p>\n<p>Built to be efficient and safe, all database operations are handled asynchronously to prevent server lag.<\/p>\n<p>**Compatibility:** PaperMC 1.21 \u2013 1.21.8 (Java 21+)<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Emerald-Based Economy:** Uses physical Emeralds for deposits and withdrawals.<br \/>\n&#8211; **Virtual Bank:** Securely store your emeralds in a virtual bank account, safe from inventory loss.<br \/>\n&#8211; **Interactive GUI:** A modern and easy-to-use GUI for all common actions, accessible via `\/emerald`.<br \/>\n  &#8211; **Main Menu:** Shows a summary of your account balance.<br \/>\n  &#8211; **Bank GUI:** A dedicated interface for depositing and withdrawing emeralds. You can deposit all emeralds from your inventory with one click, or deposit\/withdraw a custom amount by entering the value in chat.<br \/>\n&#8211; **Vault Integration:** Can act as the primary economy provider for any Vault-compatible plugin.<br \/>\n&#8211; **PlaceholderAPI Support:** A full set of placeholders to display economic data on scoreboards, chat, etc.<br \/>\n&#8211; **Developer API:** A clean, asynchronous API for other plugins to interact with the economy.<br \/>\n&#8211; **Async &#038; Performant:** All database I\/O is asynchronous to ensure your server remains lag-free.<br \/>\n&#8211; **Configurable:** Almost every aspect, from fees to messages, can be customized.<\/p>\n<p>## Installation<\/p>\n<p>1.  Download the latest release from the Releases page.<br \/>\n2.  Place the `KartaEmeraldCurrency-x.x.x.jar` file into your server&#8217;s `\/plugins` directory.<br \/>\n3.  Restart your server. The default configuration files will be generated in `\/plugins\/KartaEmeraldCurrency\/`.<\/p>\n<p>## Commands &#038; Permissions<\/p>\n<p>### User Commands (`\/emerald` or `\/kec`)<br \/>\nThe primary way to interact with the economy is through the main GUI (`\/emerald`). While some direct commands may exist, the GUI provides access to all features, including the Bank, Transfers, and Leaderboards.<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/emerald` | `kec.gui` | Opens the main interactive GUI. |<br \/>\n| `\/emerald balance` | `kec.balance` | Shows your current bank, wallet, and total balance. |<br \/>\n| `\/emerald pay <player> <amount>` | `kec.pay` | Pays another player from your bank account. |<br \/>\n| `\/emerald deposit <amount>` | `kec.deposit` | Deposits physical emeralds into your bank. |<br \/>\n| `\/emerald withdraw <amount>` | `kec.withdraw` | Withdraws emeralds from your bank to your inventory. |<br \/>\n| `\/emerald top` | `kec.top` | Shows the leaderboard of the richest players. |<br \/>\n| `\/emerald help` | `kec.help` | Displays a help message. |<\/p>\n<p>### Admin Commands (`\/emeraldadmin` or `\/kecadmin`)<br \/>\nAll admin commands require the base permission `kec.admin` or granular permissions.<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/kecadmin set <player> <amount>` | `kec.admin.set` | Sets a player&#8217;s bank balance. |<br \/>\n| `\/kecadmin add <player> <amount>` | `kec.admin.add` | Adds to a player&#8217;s bank balance. |<br \/>\n| `\/kecadmin remove <player> <amount>` | `kec.admin.remove` | Removes from a player&#8217;s bank balance. |<br \/>\n| `\/kecadmin give <player> <amount>` | `kec.admin.give` | Gives a player physical emeralds. |<br \/>\n| `\/kecadmin take <player> <amount>` | `kec.admin.take` | Takes physical emeralds from a player. |<br \/>\n| `\/kecadmin reload` | `kec.admin.reload` | Reloads the configuration files. |<br \/>\n| `\/kecadmin migrate<source_type>` | `kec.admin.migrate` | Migrates data from one storage type to another (e.g., SQLITE to MYSQL). |<\/p>\n<p>## Placeholders<\/p>\n<p>Requires PlaceholderAPI.<\/p>\n<p>&#8211; `%kartaemerald_balance%` &#8211; Player&#8217;s total bank balance.<br \/>\n&#8211; `%kartaemerald_balance_formatted%` &#8211; Player&#8217;s bank balance, formatted with suffixes (e.g., 1.2k).<br \/>\n&#8211; `%kartaemerald_balance_comma%` &#8211; Player&#8217;s bank balance, formatted with commas (e.g., 1,234,567).<br \/>\n&#8211; `%kartaemerald_bank%` &#8211; An alias for `%kartaemerald_balance%`.<br \/>\n&#8211; `%kartaemerald_wallet%` &#8211; Player&#8217;s physical emerald count in their inventory.<br \/>\n&#8211; `%kartaemerald_top_<1-10>_name%` &#8211; **(Not yet implemented)** Name of the Nth player on the leaderboard.<br \/>\n&#8211; `%kartaemerald_top_<1-10>_amount%` &#8211; **(Not yet implemented)** Balance of the Nth player on a leaderboard.<\/p>\n<p>**Note on custom placeholders:** In configuration files (`gui.yml`, `messages.yml`), you can use context-specific placeholders. These use the `<placeholder_name>` format, which is compatible with the MiniMessage library. For example, in the leaderboard GUI, you can use `<rank>`, `<player_name>`, and `<balance>`.<\/p>\n<p>## Developer API<\/p>\n<p>KartaEmeraldCurrency provides a clean, easy-to-use API for developers. All data-related methods are asynchronous and return a `CompletableFuture`.<\/p>\n<p>### Accessing the API<\/p>\n<p>First, get the service from Bukkit&#8217;s `ServicesManager`.<\/p>\n<p>&#8220;`java<br \/>\nimport com.minekarta.kec.api.KartaEmeraldService;<br \/>\nimport org.bukkit.Bukkit;<br \/>\nimport org.bukkit.plugin.RegisteredServiceProvider;<\/p>\n<p>public class MyPlugin {<br \/>\n    private KartaEmeraldService economyService;<\/p>\n<p>    public void onEnable() {<br \/>\n        RegisteredServiceProvider<KartaEmeraldService> rsp = Bukkit.getServicesManager().getRegistration(KartaEmeraldService.class);<br \/>\n        if (rsp != null) {<br \/>\n            this.economyService = rsp.getProvider();<br \/>\n        }<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>### Example Usage: Paying a Player<\/p>\n<p>&#8220;`java<br \/>\nimport com.minekarta.kec.api.TransferReason;<\/p>\n<p>public void rewardPlayer(Player player, long amount) {<br \/>\n    if (economyService != null) {<br \/>\n        \/\/ Transfer from no one (server) by using a null UUID for the &#8216;from&#8217; parameter is not supported.<br \/>\n        \/\/ Instead, use the addBankBalance method for server-to-player transactions.<br \/>\n        economyService.addBankBalance(player.getUniqueId(), amount).thenAccept(success -> {<br \/>\n            if (success) {<br \/>\n                player.sendMessage(&#8220;You have been rewarded &#8221; + amount + &#8221; emeralds!&#8221;);<br \/>\n            }<br \/>\n        });<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Economy plugin for PaperMC servers that uses the vanilla Emerald item as its core currency<\/p>\n","protected":false},"featured_media":89650,"template":"","meta":{"_minecraft_slug":"karta-emeraldcurrency","_minecraft_project_id":"urAaWuRR","_minecraft_author":"MinekartaStudio","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":212,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"karta-emeraldcurrency.zip","_minecraft_size_bytes":8497747,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T12:33:59.950228Z","_minecraft_date_created":"2025-08-25T05:30:13.043547Z","_minecraft_date_modified":"2025-08-31T18:05:05.951654Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/karta-emeraldcurrency","_minecraft_icon_attachment_id":89650,"_minecraft_imported_at":"2026-06-05T02:54:02+00:00","_minecraft_import_hash":"6a8d704d03cc60d5e4adc5bd0ed04752","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,89,127,128,129,123,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-89649","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Karta EmeraldCurrency - 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\/karta-emeraldcurrency\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Karta EmeraldCurrency - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Economy plugin for PaperMC servers that uses the vanilla Emerald item as its core currency\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/\" \/>\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\\\/karta-emeraldcurrency\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/\",\"name\":\"Karta EmeraldCurrency - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/karta-emeraldcurrency-icon-04eb085225b786fb96b505018e28a4f6ce6facc3_96.webp\",\"datePublished\":\"2026-06-05T02:54:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/karta-emeraldcurrency-icon-04eb085225b786fb96b505018e28a4f6ce6facc3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/karta-emeraldcurrency-icon-04eb085225b786fb96b505018e28a4f6ce6facc3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/karta-emeraldcurrency\\\/#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\":\"Karta EmeraldCurrency\"}]},{\"@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":"Karta EmeraldCurrency - 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\/karta-emeraldcurrency\/","og_locale":"en_US","og_type":"article","og_title":"Karta EmeraldCurrency - Minecraft","og_description":"Economy plugin for PaperMC servers that uses the vanilla Emerald item as its core currency","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/","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\/karta-emeraldcurrency\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/","name":"Karta EmeraldCurrency - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/karta-emeraldcurrency-icon-04eb085225b786fb96b505018e28a4f6ce6facc3_96.webp","datePublished":"2026-06-05T02:54:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/karta-emeraldcurrency-icon-04eb085225b786fb96b505018e28a4f6ce6facc3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/karta-emeraldcurrency-icon-04eb085225b786fb96b505018e28a4f6ce6facc3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/karta-emeraldcurrency\/#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":"Karta EmeraldCurrency"}]},{"@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\/89649","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\/89650"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=89649"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=89649"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=89649"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=89649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}