<?php __HALT_COMPILER(); ?>
j                     src/ItemAdded/Main.phpN  a]N  g~      
   plugin.ymlo   a]o         <?php

namespace ItemAdded;

use pocketmine\plugin\PluginBase;
use pocketmine\level\Position;
use pocketmine\level\Level;
use pocketmine\item\Item;
use pocketmine\utils\TextFormat;

class Main extends PluginBase{
	public function onEnable(){

		$item = Item::get(247);
		$item->setCustomName("§bネザーリアクターコア");
		Item::addCreativeItem($item);
		
		$item = Item::get(246);
		$item->setCustomName("§b輝く黒曜石");
		Item::addCreativeItem($item);
		
		$item = Item::get(8);
		$item->setCustomName("§b水");
		Item::addCreativeItem($item);
		
		$item = Item::get(9);
		$item->setCustomName("§b動かない水");
		Item::addCreativeItem($item);
		
		$item = Item::get(10);
		$item->setCustomName("§b溶岩");
		Item::addCreativeItem($item);
		
		$item = Item::get(11);
		$item->setCustomName("§b動かない溶岩");
		Item::addCreativeItem($item);
		
		$item = Item::get(95);
		$item->setCustomName("§b不可視の岩盤");
		Item::addCreativeItem($item);
		
		$item = Item::get(137);
		$item->setCustomName("§bコマンドブロック");
		Item::addCreativeItem($item);
	}
}name: ItemAdded
api: [3.0.0]
main: ItemAdded\Main
version: 1.0.0
description: ItemAdded
author: lazyperson0710
o͠dx'6[0Ne   GBMB