{"id":172428,"date":"2026-06-10T01:06:25","date_gmt":"2026-06-09T22:06:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/"},"modified":"2026-06-10T01:06:25","modified_gmt":"2026-06-09T22:06:25","slug":"xjobs","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/","title":{"rendered":"xJobs"},"content":{"rendered":"<p># \ud83d\udc77 xJobs | The Ultimate Professional Job System \ud83d\udc77<br \/>\n![banner](https:\/\/cdn.modrinth.com\/data\/cached_images\/93b326bfa62f93f963c2e58f7e3e8a1977851e2b.jpeg)<br \/>\n&#8212;<\/p>\n<p>**xJobs** is a high-performance, premium-grade job system designed for modern Minecraft servers. Featuring a stunning **Cyan &#038; Midnight Blue** interface, seamless **Discord integration**, and a robust **database-driven** backend, it provides your players with an immersive and rewarding professional experience.<\/p>\n<p>&#8212;<\/p>\n<p>> ## \u2728 Premium Features<br \/>\n*   **\ud83d\udc8e High-End GUI**: A modern, columnar selection menu with custom heads and vibrant accent colors.<br \/>\n*   **\ud83c\udf10 100% Internationalized**: Professionally translated into English, with global label management.<br \/>\n*   **\ud83e\udd16 Discord Webhooks**: Real-time notifications for level-ups, job changes, and more with fully customizable embeds.<br \/>\n*   **\ud83d\udcca Optimized Backend**: Support for H2 and MySQL databases with efficient caching.<br \/>\n*   **\ud83c\udfad Dynamic Lore**: Each job features unique premium descriptions and action hints.<br \/>\n*   **\ud83d\udee0\ufe0f Developer Friendly**: Full PlaceholderAPI support and a simple yet powerful YML API for creating jobs.<br \/>\n*   **\u26a1 Lightweight**: Built for performance, ensuring zero impact on your server&#8217;s TPS.<\/p>\n<p>&#8212;<\/p>\n<p>> ## \ud83d\ude80 How to Create a Custom Job<br \/>\nAdding new professions to your server is incredibly simple. Follow this step-by-step guide:<\/p>\n<p>1.  Navigate to the `\/plugins\/xJobs\/jobs\/` folder.<br \/>\n2.  Create a new file named `your_job_id.yml` (e.g., `alchemist.yml`).<br \/>\n3.  Copy and customize the template below:<\/p>\n<p>&#8220;`yaml<br \/>\nname: &#8220;Alchemist&#8221;<br \/>\npermission: &#8220;default&#8221;<br \/>\nmax-level: 200<\/p>\n<p>icon:<br \/>\n  material: PLAYER_HEAD<br \/>\n  base64: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUv&#8230;&#8221;<br \/>\n  slot: 10<br \/>\n  name: &#8220;Alchemist&#8221;<br \/>\n  lore:<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8221; &#038;#A2FF5C\u2726 &#038;f{info_label}:&#8221;<br \/>\n    &#8211; &#8221; &#038;e\u2b50 &#038;f{level_label}: &#038;e{level}&#038;f\/&#038;e{max_level}&#8221;<br \/>\n    &#8211; &#8221; &#038;a\ud83d\udc65 &#038;f{workers_label}: &#038;#D0FFD3{workers}&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8221; &#038;#A2FF5C\u2726 &#038;f{blurb_label}:&#8221;<br \/>\n    &#8211; &#8221; &#038;7A master of volatile reactions. Brew concoctions&#8221;<br \/>\n    &#8211; &#8221; &#038;7and elixirs that grant inhuman strength and life.&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8221; &#038;#A2FF5C\u2726 &#038;f{actions_label}:&#8221;<br \/>\n    &#8211; &#8221; &#038;8\u25aa &#038;7Brew magical potions&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8221; {join_action}&#8221;<\/p>\n<p>actions:<br \/>\n  block_break: # Logic for breaking blocks<br \/>\n    &#8216;WHEAT&#8217;:<br \/>\n      xp: 5<br \/>\n      money: 10.0<br \/>\n  kill_mob: # Logic for hunting<br \/>\n    &#8216;ZOMBIE&#8217;:<br \/>\n      xp: 15<br \/>\n      money: 20.0<br \/>\n&#8220;`<\/p>\n<p>4.  Use `\/jobs reload` in-game to apply your new profession immediately!<\/p>\n<p>&#8212;<\/p>\n<p>> ## \ud83d\udccc Placeholders &#038; Variables<br \/>\nEnhance your GUIs and chat with our dynamic placeholders:<\/p>\n<p>| Placeholder | Description |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| `{player}` | The name of the player |<br \/>\n| `{job}` | The current profession name |<br \/>\n| `{level}` | The player&#8217;s current job level |<br \/>\n| `{max_level}` | The maximum level reachable |<br \/>\n| `{xp}` | Current experience points |<br \/>\n| `{xp_needed}` | Experience needed for next level |<br \/>\n| `{progress}` | A visual progress bar (e.g., `|||||&#8230;..`) |<br \/>\n| `{workers}` | Total number of players in that job |<\/p>\n<p>&#8212;<\/p>\n<p>> ## \ud83d\udee0\ufe0f Commands &#038; Permissions<br \/>\nManage your professions with these simple commands:<\/p>\n<p>| Command | Description | Permission |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/jobs` | Open the main professional selection menu | *None* |<br \/>\n| `\/jobs stats` | View your personal progress and statistics | *None* |<br \/>\n| `\/jobs leave` | Resign from your current job | *None* |<br \/>\n| `\/jobs help` | Show the command help menu | *None* |<br \/>\n| `\/jobs reload` | Reload all configurations and jobs | `xjobs.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>> ## \ud83d\udce6 Requirements<br \/>\nEnsure your server meets these criteria for optimal performance:<\/p>\n<p>| Requirement | Description | Status |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| **Vault** | Essential for economy rewards and money management | **Required** |<br \/>\n| **Java 17+** | Modern runtime required for high-performance execution | **Required** |<br \/>\n| **PlaceholderAPI** | Enables dynamic labels and custom variables | *Recommended* |<\/p>\n<p>&#8212;<\/p>\n<p>> ## \ud83d\udef0\ufe0f Discord Integration<br \/>\nKeep your community engaged by linking your Discord server.<br \/>\nIn `config.yml`, set `webhooks.discord.enabled: true` and paste your URL.<\/p>\n<p>**Features:**<br \/>\n*   **Custom Embeds**: Edit colors, footers, and thumbnails per event.<br \/>\n*   **Async Processing**: Webhooks never lag your server.<br \/>\n*   **Player Avatars**: Automatically fetches the player&#8217;s head for the notification.<br \/>\n![example](https:\/\/cdn.modrinth.com\/data\/cached_images\/57e09342c67b34aec44123f8d3b063b9ea2ddb03.png)<br \/>\n&#8212;<\/p>\n<p>> **Pro Tip**: You can edit the titles of all GUI sections (like &#8220;Information&#8221; or &#8220;Active Workers&#8221;) globally in `messages.yml`. Edit once, update everywhere!<\/p>\n<p>> Got some cash? Get a PREMIUM (ES\/EN) config on Discord.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The best plugin for working on your server<\/p>\n","protected":false},"featured_media":172429,"template":"","meta":{"_minecraft_slug":"xjobs","_minecraft_project_id":"t2LuwSY3","_minecraft_author":"jn_willfrydev","_minecraft_license":"Apache-2.0","_minecraft_downloads":82,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"xjobs.zip","_minecraft_size_bytes":5542902,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:21:24.342551Z","_minecraft_date_created":"2026-05-03T04:26:06.301870Z","_minecraft_date_modified":"2026-05-09T18:42:18.139922Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/xjobs","_minecraft_icon_attachment_id":172429,"_minecraft_imported_at":"2026-06-09T22:06:26+00:00","_minecraft_import_hash":"30723dc1aaecb59c708bae58417b236f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,125,89,866,127,128,129],"mod_loader":[130,131,132,133,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-172428","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-folia","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>xJobs - 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\/xjobs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"xJobs - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The best plugin for working on your server\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/\" \/>\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\\\/xjobs\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/\",\"name\":\"xJobs - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xjobs-icon-3ff977bc3ffa64bad2c38a13eb492f2c01711fa7_96.webp\",\"datePublished\":\"2026-06-09T22:06:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xjobs-icon-3ff977bc3ffa64bad2c38a13eb492f2c01711fa7_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xjobs-icon-3ff977bc3ffa64bad2c38a13eb492f2c01711fa7_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xjobs\\\/#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\":\"xJobs\"}]},{\"@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":"xJobs - 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\/xjobs\/","og_locale":"en_US","og_type":"article","og_title":"xJobs - Minecraft","og_description":"The best plugin for working on your server","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/","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\/xjobs\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/","name":"xJobs - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xjobs-icon-3ff977bc3ffa64bad2c38a13eb492f2c01711fa7_96.webp","datePublished":"2026-06-09T22:06:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xjobs-icon-3ff977bc3ffa64bad2c38a13eb492f2c01711fa7_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xjobs-icon-3ff977bc3ffa64bad2c38a13eb492f2c01711fa7_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xjobs\/#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":"xJobs"}]},{"@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\/172428","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\/172429"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172428"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172428"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172428"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}