xAlmas

⭐ — (1 endorsements) 📥 69 downloads 📌 v1.0.0 📅 3/6/2026
🟡 Updated this year

By jn_willfrydev · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/6/2026 📅 Created: 3/6/2026

🔍 Analysis

  • 🏆 #193 of 1080 bukkit mods in this game by downloads

📋 About This Mod

<h1 align="center"> ⚡ xAlmas - Premium PvP Soul Economy ⚡</h1> <p align="center"> <b>The ultimate, highly customizable PvP economy plugin for your Minecraft server.</b><br> </p> !(https://cdn.modrinth.com/data/cached_images/41574217c9227b618e5e0ca2683bd86cf85cfa4e.jpeg) (https://jitpack.io/v/WilfryDev/xAlmas.svg)](https://jitpack.io/#WilfryDev/xAlmas) --- ## 📖 Overview **xAlmas** is a premium Minecraft plugin designed to reward players for their PvP skills. Every time a player gets a kill, they can collect the victim's "soul" as a physical, highly customizable item. It features a robust anti-farming system, modern HEX color support, and a dedicated Developer API. Whether you want to use standard dyes or custom Base64 player heads, **xAlmas** gives you complete control over your server's kill-reward economy! ## ✨ Key Features * 💀 **Custom Soul Items:** Create infinite types of currencies! Support for standard materials, custom lore, enchantments, hidden flags, and **Base64 Custom Heads**. * 🛡️ **Advanced Anti-Farming System:** Prevent abuse with built-in IP-matching blocks and configurable per-player cooldowns. * 🎨 **Modern Formatting:** Full support for **MiniMessage** and **HEX Colors** (`&#HEX` or `<#HEX>`). Make your items and chat messages look stunning. * 🎲 **Dynamic Drops:** Choose whether souls go directly into the killer's `INVENTORY` or `DROP` on the ground. You can even set the dropped item to be `random` from your configured list! * 🌍 **World Whitelist/Blacklist:** Disable soul drops in specific worlds (e.g., spawn or end). * 📊 **PlaceholderAPI Support:** Display player soul stats on scoreboards or menus using `%xa_almas%`. * 🔊 **Custom Sounds:** Play specific sounds (with adjustable pitch and volume) when a player collects a soul. * ⚙️ **Developer API:** Includes a powerful API with custom events so other plugins can interact with the economy. --- ## 💻 Commands & Permissions All commands are manageable under a single, easy-to-use base command with full Tab-Completer support. | Command | Description | Permission | | :--- | :--- | :--- | | `/xa help` | Shows the custom help menu. | `xalmas.admin` | | `/xa give <currency> <amount>` | Gives a specific amount of souls to a player. | `xalmas.admin` | | `/xa reload` | Reloads `config.yml`, `almas.yml`, and data safely. | `xalmas.admin` | --- ## 🔌 (https://modrinth.com/plugin/placeholderapi) > Make sure you have !(https://cdn.modrinth.com/data/cached_images/e814f497cc96eb9795572b9bbc08dc29975eabaf.png) > installed to use this feature! * `%xa_almas%` — Returns the total amount of souls the player has collected. --- ## 🛠️ Configuration Snapshot Setting up your items in `almas.yml` is incredibly easy. Here is an example of a premium Base64 head setup: ```yaml items: alma_premium: material: "PLAYER_HEAD" base64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRjODgwNTNjMWE4NTNmNzE2NmM5ZTkzYmIzYzUxN2YwODE5NTQ0NzM5ZGJlYWJkNDhhODU5Y2VkNDIwYjcwYiJ9fX0=" name: "&#FACBCB☠ Premium Soul &#FACBCB&lF&#EED1D0&lA&#E2D8D5&lN&#D5DED9&lI&#C9E4DE&lA &#FACBCB♫" lore: - "" - "&8 ℹ Information " - "" - "&f Exchange this rare coin for " - "&f VIP rewards at spawn. " - "" - "&#FACBCB ▸ Special Edition! " - "" enchantments: - "DURABILITY:3" flags: - "HIDE_ENCHANTS" ``` --- ## 🚀 For Developers (API) **xAlmas** is built with extensibility in mind. You can use our API via JitPack to hook into the plugin, manipulate soul balances, and listen to custom events. ### 1. Dependency Installation First, add the JitPack repository and the xAlmas dependency to your project. *(Make sure to replace `VERSION` with the latest release, e.g., `v1.0.1`)*. **Gradle (Kotlin DSL)** ```kotlin repositories { mavenCentral() maven("(https://jitpack.io)") } dependencies { compileOnly("com.github.WilfryDev:xAlmas:VERSION") } ``` **Gradle (Groovy)** ```gradle repositories { mavenCentral() maven { url '(https://jitpack.io)' } } dependencies { compileOnly 'com.github.WilfryDev:xAlmas:VERSION' } ``` **Maven** ```xml <repositories> <repository> <id>jitpack.io</id> <url>(https://jitpack.io)</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.github.WilfryDev</groupId> <artifactId>xAlmas</artifactId> <version>v1.0.1</version> <scope>provided</scope> </dependency> </dependencies> ``` ### 2. Available Events **`PlayerReceiveSoulEvent`** This event is fired right before a player receives a soul item from a PvP kill. * `isCancelled()` / `setCancelled(boolean)`: Cancel the event to prevent the drop. * `getSoulType()` / `setSoulType(String)`: View or dynamically change the type of soul awarded based on killer's ranks or permiss

⚡ xAlmas - Premium PvP Soul Economy ⚡

The ultimate, highly customizable PvP economy plugin for your Minecraft server.

!(https://cdn.modrinth.com/data/cached_images/41574217c9227b618e5e0ca2683bd86cf85cfa4e.jpeg) [![](https://jitpack.io/v/WilfryDev/xAlmas.svg)](https://jitpack.io/#WilfryDev/xAlmas) ---

## 📖 Overview

xAlmas is a premium Minecraft plugin designed to reward players for their PvP skills. Every time a player gets a kill, they can collect the victim's "soul" as a physical, highly customizable item. It features a robust anti-farming system, modern HEX color support, and a dedicated Developer API.

Whether you want to use standard dyes or custom Base64 player heads, xAlmas gives you complete control over your server's kill-reward economy!

## ✨ Key Features

💀 Custom Soul Items: Create infinite types of currencies! Support for standard materials, custom lore, enchantments, hidden flags, and Base64 Custom Heads. 🛡️ Advanced Anti-Farming System: Prevent abuse with built-in IP-matching blocks and configurable per-player cooldowns. 🎨 Modern Formatting: Full support for MiniMessage and HEX Colors (`&#HEX` or `<#HEX>`). Make your items and chat messages look stunning. 🎲 Dynamic Drops: Choose whether souls go directly into the killer's `INVENTORY` or `DROP` on the ground. You can even set the dropped item to be `random` from your configured list! 🌍 World Whitelist/Blacklist: Disable soul drops in specific worlds (e.g., spawn or end). 📊 PlaceholderAPI Support: Display player soul stats on scoreboards or menus using `%xa_almas%`. 🔊 Custom Sounds: Play specific sounds (with adjustable pitch and volume) when a player collects a soul. ⚙️ Developer API: Includes a powerful API with custom events so other plugins can interact with the economy.

## 💻 Commands & Permissions

All commands are manageable under a single, easy-to-use base command with full Tab-Completer support.

| Command | Description | Permission | | :--- | :--- | :--- | | `/xa help` | Shows the custom help menu. | `xalmas.admin` | | `/xa give ` | Gives a specific amount of souls to a player. | `xalmas.admin` | | `/xa reload` | Reloads `config.yml`, `almas.yml`, and data safely. | `xalmas.admin` |

## 🔌 (https://modrinth.com/plugin/placeholderapi)

> Make sure you have !(https://cdn.modrinth.com/data/cached_images/e814f497cc96eb9795572b9bbc08dc29975eabaf.png) > installed to use this feature!

`%xa_almas%` — Returns the total amount of souls the player has collected.

## 🛠️ Configuration Snapshot

Setting up your items in `almas.yml` is incredibly easy. Here is an example of a premium Base64 head setup:

```yaml items: alma_premium: material: "PLAYER_HEAD" base64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRjODgwNTNjMWE4NTNmNzE2NmM5ZTkzYmIzYzUxN2YwODE5NTQ0NzM5ZGJlYWJkNDhhODU5Y2VkNDIwYjcwYiJ9fX0=" name: "&#FACBCB☠ Premium Soul &#FACBCB&lF&#EED1D0&lA&#E2D8D5&lN&#D5DED9&lI&#C9E4DE&lA &#FACBCB♫" lore: - "" - "&8 ℹ Information " - "" - "&f Exchange this rare coin for " - "&f VIP rewards at spawn. " - "" - "&#FACBCB ▸ Special Edition! " - "" enchantments: - "DURABILITY:3" flags: - "HIDE_ENCHANTS" ```

## 🚀 For Developers (API)

xAlmas is built with extensibility in mind. You can use our API via JitPack to hook into the plugin, manipulate soul balances, and listen to custom events.

### 1. Dependency Installation First, add the JitPack repository and the xAlmas dependency to your project. (Make sure to replace `VERSION` with the latest release, e.g., `v1. 0. 1`).

Gradle (Kotlin DSL) ```kotlin repositories { mavenCentral() maven("(https://jitpack.io)") }

dependencies { compileOnly("com.github. WilfryDev:xAlmas:VERSION") } ```

Gradle (Groovy) ```gradle repositories { mavenCentral() maven { url '(https://jitpack.io)' } }

dependencies { compileOnly 'com.github. WilfryDev:xAlmas:VERSION' } ```

Maven ```xml jitpack.io (https://jitpack.io)

com.github. WilfryDev xAlmas v1. 0. 1 provided ```

### 2. Available Events

`PlayerReceiveSoulEvent` This event is fired right before a player receives a soul item from a PvP kill. `isCancelled()` / `setCancelled(boolean)`: Cancel the event to prevent the drop. * `getSoulType()` / `setSoulType(String)`: View or dynamically change the type of soul awarded based on killer's ranks or permiss

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
jn_willfrydev
Version
1.0.0
Downloads
69
Endorsements
1
Category
bukkit
Created
3/6/2026
Updated
3/6/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.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 xAlmas support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of xAlmas?

Version 1.0.0, published 2026-03-06 with 69 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