xxplugins/bstats-pmmp
最新稳定版本:1.0.0
Composer 安装命令:
composer require xxplugins/bstats-pmmp
包简介
README 文档
README
bStats-PMMP is an implementation of bStats (https://bStats.org) for PocketMine.
How to use:
namespace your\name\space; use pocketmine\plugin\PluginBase; use xxFLORII\bStats\Metrics; class YourPlugin extends PluginBase { protected function onEnable() : void{ $pluginId = 1234; //ToDo: replace with your plugin ID from https://bstats.org $metrics = new Metrics($this, $pluginId); $metrics->scheduleMetricsDataSend(); } }
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-01-01