mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 16:48:21 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56aba62ffc | |||
| affe047789 | |||
| 6662ae35fb |
@@ -205,6 +205,10 @@
|
|||||||
|
|
||||||
您也可以 [点击这里](.examples/depositories/full-example.yml) 查看一份*详细的仓库配置示例*,以制作您自己的仓库。
|
您也可以 [点击这里](.examples/depositories/full-example.yml) 查看一份*详细的仓库配置示例*,以制作您自己的仓库。
|
||||||
|
|
||||||
|
## 使用统计
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 支持与捐赠
|
## 支持与捐赠
|
||||||
|
|
||||||
若您觉得本插件做的不错,您可以捐赠支持我!
|
若您觉得本插件做的不错,您可以捐赠支持我!
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<groupId>cc.carm.plugin</groupId>
|
<groupId>cc.carm.plugin</groupId>
|
||||||
<artifactId>ultradepository</artifactId>
|
<artifactId>ultradepository</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.1.3</version>
|
<version>1.1.4</version>
|
||||||
|
|
||||||
<name>UltraDepository</name>
|
<name>UltraDepository</name>
|
||||||
<description>超级仓库插件,支持设定不同物品的存储仓库。</description>
|
<description>超级仓库插件,支持设定不同物品的存储仓库。</description>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ public class Main extends JavaPlugin {
|
|||||||
|
|
||||||
if (PluginConfig.METRICS.get()) {
|
if (PluginConfig.METRICS.get()) {
|
||||||
log("启用统计数据...");
|
log("启用统计数据...");
|
||||||
metrics = new Metrics(this, 13776);
|
metrics = new Metrics(this, 13777);
|
||||||
metrics.addCustomChart(new SingleLineChart(
|
metrics.addCustomChart(new SingleLineChart(
|
||||||
"active_depositories",
|
"active_depositories",
|
||||||
() -> getDepositoryManager().getDepositories().size())
|
() -> getDepositoryManager().getDepositories().size())
|
||||||
|
|||||||
Reference in New Issue
Block a user