// プレイヤーのOSを取得する。
$this->getServer()->getPluginManager()->getPlugin('getDevice')->getAPI()->getOS(/* Player */);
// プレイヤーのデバイスモデルを取得する。
$this->getServer()->getPluginManager()->getPlugin('getDevice')->getAPI()->getModel(/* Player */);
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.