Skip to content

Instantly share code, notes, and snippets.

View PJZ9n's full-sized avatar
🏠
Working from home

PJZ9n PJZ9n

🏠
Working from home
View GitHub Profile
@k-kawaa
k-kawaa / LevelNametag.php
Created May 28, 2020 01:28
MiningLevelをネームラグ横に表示
class Main extends pluginBase implements Listener
{
public function onEnable()
{
$this->getLogger()->notice("MiningLevelforNametagの読み込み成功");
$this->getServer()->getPluginManager()->registerEvents($this, $this);
}