2022-01-25 18:36:25 +08:00
2022-01-18 20:26:31 +08:00
2021-09-10 22:52:05 +08:00
-
2022-01-25 18:36:25 +08:00
-
2022-01-25 18:23:55 +08:00
2021-09-10 22:52:05 +08:00
2021-09-10 22:52:05 +08:00
2021-09-10 22:52:05 +08:00
2021-09-10 22:52:05 +08:00
-
2022-01-25 18:24:05 +08:00
-
2022-01-25 18:23:55 +08:00

HamsterCurrency


仓鼠的多货币经济插件

依赖前置

开发者

依赖导入

Maven

添加仓库:

<repositories>
    <repository>
        <id>airgame-repo</id>
        <url>https://maven.airgame.net/repository/maven-repo/</url>
    </repository>
</repositories>

添加导入:

<dependency>
    <groupId>cn.hamster3</groupId>
    <artifactId>HamsterCurrency</artifactId>
    <version>2.0.9-SNAPSHOT</version>
</dependency>

Gradle

添加仓库:

allprojects {
    repositories {
        maven { url 'https://maven.airgame.net/repository/maven-repo/' }
    }
}

添加导入:

dependencies {
    implementation 'cn.hamster3:HamsterCurrency:2.0.9-SNAPSHOT'
}

API

请参考CurrencyAPI

Description
仓鼠的多货币经济插件(2.x旧版)
Readme MIT 285 KiB
Languages
Java 100%