Econix 图标

Econix

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.3.5
本资源为搬运资源,原资源地址: https://modrinth.com/mod/econix
资源信息

Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2

平台: paper

标签: economy library management

资源介绍
Update for this plugin incoming!!

Econix - Lightweight Economy Provider

What is Econix

Econix is an economy provider to have a simple handling with multiple currencies and to address them with a simple developer api. Econix is very simple and easy to integrate as well as to use as an own plugin.

What does Econix offer

  • Developer API - an interface to access Econix
  • In-game command - for each currency you have a command with which you can manage the currency.
  • Infinite currencies - you can register infinite currencies and also register some via API.
  • Item Export - You can export the currency as an item and trade it this way

  • [SOON] Trade System - To trade with other players
  • [SOON] Bank Feature - A bank feature will be added as needed to give players a safe place for their money
  • [SOON] Pay, Transactions, etc. - More commands and cool features will follow.

Permissions

  • crystopia.commands.econix.<currenxyId>- Access to the / Command
  • crystopia.commands.econix.econix - Access to the main /econix Command

Hooks

  • Placeholder API - You can display the current balance with placeholder
  • Vault - The plugin supports Vault and can release a currency for vault

Commands

  • /<currency> - Manage your currency with commands like set, give, remove, item, etc.
  • /econix - Manage the plugin and reload the data

Developer API

You can import our plugin via Maven or Gradle

<version> is the latest version here on modrinth

Zugriff auf die API Instance
class Main : JavaPlugin() {

    private var econix: EconixAPI? = null

    override fun onEnable() {
        // Econix Hook
        if (server.pluginManager.getPlugin("Econix")?.isEnabled == true) {
            logger.info("Hooking into Econix")
            econix = Econix.getAPI()
        } else {
            logger.warning("No Econix version Found!")
            server.pluginManager.disablePlugin(this)
        }
    }

    fun getEconix(): EconixAPI? {
        return econix
    }
}
public class Main extends JavaPlugin {

    private EconixAPI econix;

    @Override
    public void onEnable() {
        // Hook into Econix API
        if (Bukkit.getServer().getPluginManager().getPlugin("Econix") != null && Bukkit.getServer().getPluginManager().getPlugin("Econix").isEnabled()) {
            getLogger().info("Hooking into Econix");
            econix = Econix.getAPI();
        } else {
            getLogger().warning("No Econix version Found!");
            Bukkit.getServer().getPluginManager().disablePlugin(this);
        }
    }

    public EconixAPI getEconix() {
        return econix;
    }
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Better Brightness Slider Respawn

价格:0 墨喵币
下载量:0

查看详情
PixelPVP [ARCHIVED - MOVED TO SWIFTSTRIKE]

价格:0 墨喵币
下载量:0

查看详情
Enchantery

价格:0 墨喵币
下载量:0

查看详情
Vital Hearts

价格:0 墨喵币
下载量:0

查看详情