xJobs

โญ โ€” (3 endorsements) ๐Ÿ“ฅ 258 downloads ๐Ÿ“Œ v1.0.2 ๐Ÿ“… 5/3/2026
๐ŸŸก Updated this year

By jn_willfrydev ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 5/26/2026 ๐Ÿ“… Created: 5/3/2026

๐Ÿ” Analysis

  • ๐Ÿ† #534 of 1317 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ‘ท xJobs | The Ultimate Professional Job System ๐Ÿ‘ท !(https://cdn.modrinth.com/data/cached_images/93b326bfa62f93f963c2e58f7e3e8a1977851e2b.jpeg) --- **xJobs** is a high-performance, premium-grade job system designed for modern Minecraft servers. Featuring a stunning **Cyan & Midnight Blue** interface, seamless **Discord integration**, and a robust **database-driven** backend, it provides your players with an immersive and rewarding professional experience. --- > ## โœจ Premium Features * **๐Ÿ’Ž High-End GUI**: A modern, columnar selection menu with custom heads and vibrant accent colors. * **๐ŸŒ 100% Internationalized**: Professionally translated into English, with global label management. * **๐Ÿค– Discord Webhooks**: Real-time notifications for level-ups, job changes, and more with fully customizable embeds. * **๐Ÿ“Š Optimized Backend**: Support for H2 and MySQL databases with efficient caching. * **๐ŸŽญ Dynamic Lore**: Each job features unique premium descriptions and action hints. * **๐Ÿ› ๏ธ Developer Friendly**: Full PlaceholderAPI support and a simple yet powerful YML API for creating jobs. * **โšก Lightweight**: Built for performance, ensuring zero impact on your server's TPS. --- > ## ๐Ÿš€ How to Create a Custom Job Adding new professions to your server is incredibly simple. Follow this step-by-step guide: 1. Navigate to the `/plugins/xJobs/jobs/` folder. 2. Create a new file named `your_job_id.yml` (e.g., `alchemist.yml`). 3. Copy and customize the template below: ```yaml name: "Alchemist" permission: "default" max-level: 200 icon: material: PLAYER_HEAD base64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUv..." slot: 10 name: "Alchemist" lore: - "" - " &#A2FF5Cโœฆ &f{info_label}:" - " &eโญ &f{level_label}: &e{level}&f/&e{max_level}" - " &a๐Ÿ‘ฅ &f{workers_label}: &#D0FFD3{workers}" - "" - " &#A2FF5Cโœฆ &f{blurb_label}:" - " &7A master of volatile reactions. Brew concoctions" - " &7and elixirs that grant inhuman strength and life." - "" - " &#A2FF5Cโœฆ &f{actions_label}:" - " &8โ–ช &7Brew magical potions" - "" - " {join_action}" actions: block_break: # Logic for breaking blocks 'WHEAT': xp: 5 money: 10.0 kill_mob: # Logic for hunting 'ZOMBIE': xp: 15 money: 20.0 ``` 4. Use `/jobs reload` in-game to apply your new profession immediately! --- > ## ๐Ÿ“Œ Placeholders & Variables Enhance your GUIs and chat with our dynamic placeholders: | Placeholder | Description | | :--- | :--- | | `{player}` | The name of the player | | `{job}` | The current profession name | | `{level}` | The player's current job level | | `{max_level}` | The maximum level reachable | | `{xp}` | Current experience points | | `{xp_needed}` | Experience needed for next level | | `{progress}` | A visual progress bar (e.g., `|||||.....`) | | `{workers}` | Total number of players in that job | --- > ## ๐Ÿ› ๏ธ Commands & Permissions Manage your professions with these simple commands: | Command | Description | Permission | | :--- | :--- | :--- | | `/jobs` | Open the main professional selection menu | *None* | | `/jobs stats` | View your personal progress and statistics | *None* | | `/jobs leave` | Resign from your current job | *None* | | `/jobs help` | Show the command help menu | *None* | | `/jobs reload` | Reload all configurations and jobs | `xjobs.admin` | --- > ## ๐Ÿ“ฆ Requirements Ensure your server meets these criteria for optimal performance: | Requirement | Description | Status | | :--- | :--- | :--- | | **Vault** | Essential for economy rewards and money management | **Required** | | **Java 17+** | Modern runtime required for high-performance execution | **Required** | | **PlaceholderAPI** | Enables dynamic labels and custom variables | *Recommended* | --- > ## ๐Ÿ›ฐ๏ธ Discord Integration Keep your community engaged by linking your Discord server. In `config.yml`, set `webhooks.discord.enabled: true` and paste your URL. **Features:** * **Custom Embeds**: Edit colors, footers, and thumbnails per event. * **Async Processing**: Webhooks never lag your server. * **Player Avatars**: Automatically fetches the player's head for the notification. !(https://cdn.modrinth.com/data/cached_images/57e09342c67b34aec44123f8d3b063b9ea2ddb03.png) --- > **Pro Tip**: You can edit the titles of all GUI sections (like "Information" or "Active Workers") globally in `messages.yml`. Edit once, update everywhere! > Got some cash? Get a PREMIUM (ES/EN) config on Discord.

# ๐Ÿ‘ท xJobs | The Ultimate Professional Job System ๐Ÿ‘ท !(https://cdn.modrinth.com/data/cached_images/93b326bfa62f93f963c2e58f7e3e8a1977851e2b.jpeg) ---

xJobs is a high-performance, premium-grade job system designed for modern Minecraft servers. Featuring a stunning Cyan & Midnight Blue interface, seamless Discord integration, and a robust database-driven backend, it provides your players with an immersive and rewarding professional experience.

> ## โœจ Premium Features ๐Ÿ’Ž High-End GUI: A modern, columnar selection menu with custom heads and vibrant accent colors. ๐ŸŒ 100% Internationalized: Professionally translated into English, with global label management. ๐Ÿค– Discord Webhooks: Real-time notifications for level-ups, job changes, and more with fully customizable embeds. ๐Ÿ“Š Optimized Backend: Support for H2 and MySQL databases with efficient caching. ๐ŸŽญ Dynamic Lore: Each job features unique premium descriptions and action hints. ๐Ÿ› ๏ธ Developer Friendly: Full PlaceholderAPI support and a simple yet powerful YML API for creating jobs. โšก Lightweight: Built for performance, ensuring zero impact on your server's TPS.

> ## ๐Ÿš€ How to Create a Custom Job Adding new professions to your server is incredibly simple. Follow this step-by-step guide:

1. Navigate to the `/plugins/xJobs/jobs/` folder. 2. Create a new file named `your_job_id.yml` (e.g., `alchemist.yml`). 3. Copy and customize the template below:

```yaml name: "Alchemist" permission: "default" max-level: 200

icon: material: PLAYER_HEAD base64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUv..." slot: 10 name: "Alchemist" lore: - "" - " &#A2FF5Cโœฆ &f{info_label}:" - " &eโญ &f{level_label}: &e{level}&f/&e{max_level}" - " &a๐Ÿ‘ฅ &f{workers_label}: &#D0FFD3{workers}" - "" - " &#A2FF5Cโœฆ &f{blurb_label}:" - " &7A master of volatile reactions. Brew concoctions" - " &7and elixirs that grant inhuman strength and life." - "" - " &#A2FF5Cโœฆ &f{actions_label}:" - " &8โ–ช &7Brew magical potions" - "" - " {join_action}"

actions: block_break: # Logic for breaking blocks 'WHEAT': xp: 5 money: 10. 0 kill_mob: # Logic for hunting 'ZOMBIE': xp: 15 money: 20. 0 ```

4. Use `/jobs reload` in-game to apply your new profession immediately!

> ## ๐Ÿ“Œ Placeholders & Variables Enhance your GUIs and chat with our dynamic placeholders:

| Placeholder | Description | | :--- | :--- | | `{player}` | The name of the player | | `{job}` | The current profession name | | `{level}` | The player's current job level | | `{max_level}` | The maximum level reachable | | `{xp}` | Current experience points | | `{xp_needed}` | Experience needed for next level | | `{progress}` | A visual progress bar (e.g., `|||||.....`) | | `{workers}` | Total number of players in that job |

> ## ๐Ÿ› ๏ธ Commands & Permissions Manage your professions with these simple commands:

| Command | Description | Permission | | :--- | :--- | :--- | | `/jobs` | Open the main professional selection menu | None | | `/jobs stats` | View your personal progress and statistics | None | | `/jobs leave` | Resign from your current job | None | | `/jobs help` | Show the command help menu | None | | `/jobs reload` | Reload all configurations and jobs | `xjobs.admin` |

> ## ๐Ÿ“ฆ Requirements Ensure your server meets these criteria for optimal performance:

| Requirement | Description | Status | | :--- | :--- | :--- | | Vault | Essential for economy rewards and money management | Required | | Java 17+ | Modern runtime required for high-performance execution | Required | | PlaceholderAPI | Enables dynamic labels and custom variables | Recommended |

> ## ๐Ÿ›ฐ๏ธ Discord Integration Keep your community engaged by linking your Discord server. In `config.yml`, set `webhooks.discord.enabled: true` and paste your URL.

Features: Custom Embeds: Edit colors, footers, and thumbnails per event. Async Processing: Webhooks never lag your server. Player Avatars: Automatically fetches the player's head for the notification. !(https://cdn.modrinth.com/data/cached_images/57e09342c67b34aec44123f8d3b063b9ea2ddb03.png) ---

> Pro Tip: You can edit the titles of all GUI sections (like "Information" or "Active Workers") globally in `messages.yml`. Edit once, update everywhere!

> Got some cash? Get a PREMIUM (ES/EN) config on Discord.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
jn_willfrydev
Version
1.0.2
Downloads
258
Endorsements
3
Category
bukkit
Created
5/3/2026
Updated
5/26/2026
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
economy, game-mechanics, minigame

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does xJobs support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of xJobs?

Version 1.0.2, published 2026-05-26 with 258 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by jn_willfrydev ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods