mirror of
https://github.com/MiniDay/HamsterCurrency-Parent.git
synced 2025-08-24 13:15:30 +08:00
-
This commit is contained in:
@@ -10,6 +10,12 @@
|
|||||||
- [Vault](https://www.spigotmc.org/resources/vault.34315/) (仅开启Vault经济系统时需要)
|
- [Vault](https://www.spigotmc.org/resources/vault.34315/) (仅开启Vault经济系统时需要)
|
||||||
- [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) (非必须)
|
- [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) (非必须)
|
||||||
|
|
||||||
|
# 变量列表
|
||||||
|
|
||||||
|
| 变量 | 描述 |
|
||||||
|
|:-----------------|:--------|
|
||||||
|
| %Currency_<货币名称% | 玩家的货币余额 |
|
||||||
|
|
||||||
# 开发者
|
# 开发者
|
||||||
|
|
||||||
## 依赖导入
|
## 依赖导入
|
||||||
@@ -19,6 +25,7 @@
|
|||||||
添加仓库:
|
添加仓库:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>airgame-repo</id>
|
<id>airgame-repo</id>
|
||||||
@@ -30,6 +37,7 @@
|
|||||||
添加导入:
|
添加导入:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hamster3</groupId>
|
<groupId>cn.hamster3</groupId>
|
||||||
<artifactId>HamsterCurrency</artifactId>
|
<artifactId>HamsterCurrency</artifactId>
|
||||||
|
Reference in New Issue
Block a user