Hyeconomy

⭐ — (3 endorsements) 📥 339 downloads 📌 v1.2-SNAPSHOT-3 📅 10/1/2023
⚪ Last updated 2023

By MidnightTale · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/1/2023 📅 Created: 10/1/2023

🔍 Analysis

  • 🏆 #64 of 1317 bukkit mods in this game by downloads

📋 About This Mod

!(https://cdn.modrinth.com/data/HrYlg7yE/images/0971ab6c446a501992abca0b630864cd345f3cb6.png) ## Features - Economy system for managing in-game currency (diamonds). - Deposit and withdraw diamonds. - Send diamonds to other players. - Check your current balance. - View a leaderboard of top players. - Support (https://docs.advntr.dev/minimessage/format.html) format - PlaceholderAPI supported

## Server Compatibility - Paper / Folia and any forks. - ⚠️ Spigot: untested. - ⚠️ ฺBukkit: untested.

## Database Storage

Hyeconomy utilizes MariaDB for database storage. This ensures reliable and efficient data storage for player balances and transactions.

## Commands ### Player Command - `/balance`: Check your current balance. - `/balance `: Check other current balance. - `/deposit `: Deposit diamonds into your account. - `/withdraw `: Withdraw diamonds from your account. - `/send `: Send diamonds to another player. - `/top`: View the leaderboard of top players. ### Admin Command - `/dgive `: Give balance to player account. - `/dtake `: Take balance from player account. - `/dset `: Set player balance specific value. - `/dreset `: Reset specific player balance to 0. - `/dreload`: Reload config and message.

## Permissions - `hyeconomy.balance`: Permission to use the `/balance` command. - `hyeconomy.balance.other`: Permission to use the `/balance` command check other. - `hyeconomy.deposit`: Permission to use the `/deposit` command. - `hyeconomy.withdraw`: Permission to use the `/withdraw` command. - `hyeconomy.send`: Permission to use the `/send` command. - `hyeconomy.top`: Permission to use the `/top` command. - `hyeconomy.give`: Permission to use the `/dgive` command. - `hyeconomy.take`: Permission to use the `/dtake` command. - `hyeconomy.set`: Permission to use the `/dset` command. - `hyeconomy.reset`: Permission to use the `/dreset` command. - `hyeconomy.reload`: Permission to use the `/dreload` command.

## Configuration

You can customize various aspects of the plugin, including messages and database settings, by editing the `config.yml` and `messages.yml` files in the plugin's folder.

## PlaceholderAPI Integration install (https://www.spigotmc.org/resources/placeholderapi. 6245/) - display a player's balance `%hyeconomy_balance%`. - display a specific player's balance by name, use `%hyeconomy_balance_PLAYERNAME%` (replace `PLAYERNAME` with the actual player's name). - display the username balance of the top 10 players, use `%hyeconomy_balance_top_username_1%`, `%hyeconomy_balance_top_username_2%`, and so on, up to `%hyeconomy_balance_top_username_10%`. - display the amount balance of the top 10 players, use `%hyeconomy_balance_top_amount_1%`, `%hyeconomy_balance_top_amount_2%`, and so on, up to `%hyeconomy_balance_top_amount_10%`.

Remember to replace `PLAYERNAME` with the actual player name you want to query in the second type of placeholder.

If you encounter any issues or have questions, please feel free to (https://github.com/MidnightTale/hyeconomy/issues) on the GitHub repository.

This plugin is open-source and available under the (LICENSE).

## Developer API [!(https://repo.hynse.xyz/api/badge/latest/releases/xyz/hynse/api-hyeconomy)](https://repo.hynse.xyz/api/latest/releases/xyz/hynse/api-hyeconomy)

### Information Apache Maven `pom.xml` ```xml hyeconomy https://repo.hynse.xyz/repository/maven-releases/ xyz.hynse api-hyeconomy 1. 2-SNAPSHOT-1 ``` Gradle Groovy DSL `build.gradle` ```gradlee repositories { maven { url = "https://repo.hynse.xyz/repository/maven-releases/"} } dependencies { compileOnly 'xyz.hynse:api-hyeconomy:1. 2-SNAPSHOT-1' } ```

### Example ```java import xyz.hynse.hyeconomy. API. HyeconomyAPI;

// when you need to get or set player balances: HyeconomyAPI hyeconomyAPI = Hyeconomy.getAPI();

// Get a player's balance by UUID UUID playerUUID = / UUID of the player /; int balance = hyeconomyAPI.getPlayerBalance(playerUUID);

// Set a player's balance by UUID int newBalance = / The new balance /; hyeconomyAPI.setPlayerBalance(playerUUID, newBalance);

int amount = /Amount want to add or subtract/; // Add a player's balance by UUID HyeconomyAPI.addToPlayerBalance(UUID playerUUID, amount) // subtract a player's balance by UUID HyeconomyAPI.subtractFromPlayerBalance(UUID playerUUID, amount) ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
MidnightTale
Version
1.2-SNAPSHOT-3
Downloads
339
Endorsements
3
Category
bukkit
Created
10/1/2023
Updated
10/1/2023
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
economy, management, storage

🔧 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 Hyeconomy 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 Hyeconomy?

Version 1.2-SNAPSHOT-3, published 2023-10-01 with 339 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by MidnightTale 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods