{"id":158126,"date":"2026-06-09T16:30:53","date_gmt":"2026-06-09T13:30:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/"},"modified":"2026-06-09T16:30:53","modified_gmt":"2026-06-09T13:30:53","slug":"total-xp-rewards","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/","title":{"rendered":"Total XP Rewards"},"content":{"rendered":"<p>A powerful and lightweight Paper plugin that tracks each player&#8217;s **lifetime XP** and executes **custom rewards** when XP milestones are reached.<br \/>\nFully configurable, translation-ready, and built for modern Paper servers (1.21+).<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; **Global Total XP Tracking** \ud83d\udcc8<br \/>\n  &#8211; Tracks XP from killing mobs, mining, **and** vanilla commands (`\/xp`, `\/experience`).<br \/>\n  &#8211; Never resets, even after death.<br \/>\n  &#8211; **Async Caching**: High-performance data handling prevents server lag.<br \/>\n&#8211; **BossBar Progress System** \ud83d\udcca<br \/>\n  &#8211; Displays a customizable BossBar showing progress to the next rank.<br \/>\n  &#8211; **Dynamic Mode**: Auto-hides the bar when not gaining XP.<br \/>\n  &#8211; **Rich Text support**: Supports **MiniMessage** (Gradients, RGB) AND Legacy Color Codes (`&#038;a`) simultaneously!<br \/>\n&#8211; **Reward System** \ud83c\udf81<br \/>\n  &#8211; Execute multiple commands when reaching a threshold.<br \/>\n  &#8211; Send custom broadcast messages.<br \/>\n  &#8211; Supports **Minecraft Target Selectors** in commands (e.g., `@a`, `@p`).<br \/>\n&#8211; **Full Customization** \ud83d\udee0\ufe0f<br \/>\n  &#8211; **PlaceholderAPI** support.<br \/>\n  &#8211; Complete language control via `lang.yml` (including &#8220;Max Rank&#8221; text).<br \/>\n  &#8211; **SQLite** storage with automatic schema migration (external apps can read `current_rank`).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the latest release from the **Releases** page.<br \/>\n2. Drop the `.jar` file into your server&#8217;s `plugins` folder.<br \/>\n3. Start the server to generate config files.<br \/>\n4. Adjust `config.yml` and `lang.yml` to your liking.<br \/>\n5. Restart or run:<br \/>\n   &#8220;`<br \/>\n   \/txp reload<br \/>\n   &#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### `config.yml` (example)<\/p>\n<p>&#8220;`yaml<br \/>\nbossbar:<br \/>\n  enabled: true<br \/>\n  # Hybrid Support: Mix Legacy (&#038;) and MiniMessage (<gradient>)!<br \/>\n  title: &#8220;&#038;bCurrent Rank: &#038;e%current_rank% &#038;7| <gradient:blue:aqua>Next: %next_rank%<\/gradient> &#038;7(&#038;a%xp%&#038;7\/&#038;c%required_xp%&#038;7)&#8221;<br \/>\n  color: BLUE<br \/>\n  style: SOLID<br \/>\n  dynamic-mode: true # Bar appears on XP gain and hides after timeout<br \/>\n  timeout: 10<\/p>\n<p>rewards:<br \/>\n  &#8220;1000&#8221;:<br \/>\n    name: &#8220;<gradient:#2486B5:#3A816A>Novice<\/gradient>&#8221;<br \/>\n    commands:<br \/>\n      &#8211; &#8220;give %player% diamond 1&#8221;<br \/>\n      &#8211; &#8220;eco give %player% 250&#8221;<br \/>\n    broadcast: &#8220;&#038;a%player% reached %threshold% XP (Novice)!&#8221;<\/p>\n<p>  &#8220;50000&#8221;:<br \/>\n    name: &#8220;Master&#8221;<br \/>\n    commands:<br \/>\n      &#8211; &#8220;give %player% netherite_ingot 1&#8221;<br \/>\n    broadcast: &#8220;&#038;6%player% is now a Master!&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udde9 Placeholders<\/p>\n<p>Available for use in **Chat**, **Broadcasts**, and **BossBar**:<\/p>\n<p>| Placeholder | Description |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| `%player%` | Player&#8217;s name |<br \/>\n| `%xp%` | Player&#8217;s total lifetime XP |<br \/>\n| `%current_rank%` | Name of the current rank (e.g. &#8220;Novice&#8221;) |<br \/>\n| `%next_rank%` | Name of the next rank (e.g. &#8220;Master&#8221;) |<br \/>\n| `%required_xp%` | XP required for the next rank |<br \/>\n| `%threshold%` | The specific threshold reached (Rewards only) |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/txp get <player>` | View a player\u2019s total XP | `totalxp.view` |<br \/>\n| `\/txp show` | Show your BossBar | `totalxp.use` |<br \/>\n| `\/txp hide` | Hide your BossBar | `totalxp.use` |<br \/>\n| `\/txp set <player> <amount>` | Set a player\u2019s XP | `totalxp.admin` |<br \/>\n| `\/txp reset <player>` | Reset player XP &#038; history | `totalxp.admin` |<br \/>\n| `\/txp reload` | Reload config &#038; language | `totalxp.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbe Storage<\/p>\n<p>XP and reward history are stored via **SQLite**, located in:<br \/>\n`plugins\/TotalXPRewards\/database.db`<\/p>\n<p>**External Access**:<br \/>\nThe database now includes a `current_rank` and `username` column, making it easy to integrate with web leaderboards (e.g. Node.js apps).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udde9 Plugin Support<\/p>\n<p>&#8211; **LuckPerms** (for rank rewards)<br \/>\n&#8211; **Vault** (for economy)<br \/>\n&#8211; **PlaceholderAPI** (for extra placeholders)<\/p>\n<p>The plugin does not depend on them but integrates automatically if installed.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee1\ufe0f Disclaimer<\/p>\n<p>This plugin was developed with the assistance of **Google DeepMind&#8217;s AI**.<br \/>\nAll code and design decisions were reviewed and finalized manually.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>This project is licensed under the **MIT License**.<br \/>\nYou are free to use, modify, and contribute.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udd1d Contributing<\/p>\n<p>Pull requests and feature suggestions are welcome!<br \/>\nFeel free to open an issue if you encounter bugs or have ideas.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2b50 Support the Project<\/p>\n<p>If you enjoy this plugin, consider leaving a star on GitHub \u2014 it helps a lot!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Track lifetime XP and trigger custom rewards! Includes a dynamic BossBar system.<\/p>\n","protected":false},"featured_media":158127,"template":"","meta":{"_minecraft_slug":"total-xp-rewards","_minecraft_project_id":"QrphsAHI","_minecraft_author":"CelduinX","_minecraft_license":"MIT","_minecraft_downloads":45,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"total-xp-rewards.zip","_minecraft_size_bytes":118382,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T21:30:38.502555Z","_minecraft_date_created":"2025-12-10T01:08:55.094860Z","_minecraft_date_modified":"2025-12-08T07:48:34.275548Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/total-xp-rewards","_minecraft_icon_attachment_id":158127,"_minecraft_imported_at":"2026-06-09T13:30:53+00:00","_minecraft_import_hash":"39e2a3e1f62aeb884afaf99c6f21158e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-158126","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","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","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Total XP Rewards - 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\/total-xp-rewards\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Total XP Rewards - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Track lifetime XP and trigger custom rewards! Includes a dynamic BossBar system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/\",\"name\":\"Total XP Rewards - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/total-xp-rewards-icon-713ea85bbbc6090b27ff59216444936cd7006b0d_96.webp\",\"datePublished\":\"2026-06-09T13:30:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/total-xp-rewards-icon-713ea85bbbc6090b27ff59216444936cd7006b0d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/total-xp-rewards-icon-713ea85bbbc6090b27ff59216444936cd7006b0d_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/total-xp-rewards\\\/#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\":\"Total XP Rewards\"}]},{\"@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":"Total XP Rewards - 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\/total-xp-rewards\/","og_locale":"en_US","og_type":"article","og_title":"Total XP Rewards - Minecraft","og_description":"Track lifetime XP and trigger custom rewards! Includes a dynamic BossBar system.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/","name":"Total XP Rewards - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/total-xp-rewards-icon-713ea85bbbc6090b27ff59216444936cd7006b0d_96.webp","datePublished":"2026-06-09T13:30:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/total-xp-rewards-icon-713ea85bbbc6090b27ff59216444936cd7006b0d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/total-xp-rewards-icon-713ea85bbbc6090b27ff59216444936cd7006b0d_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/total-xp-rewards\/#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":"Total XP Rewards"}]},{"@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\/158126","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\/158127"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=158126"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=158126"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=158126"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=158126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}