Skip to content

Commit

Permalink
Do not register nametag item
Browse files Browse the repository at this point in the history
  • Loading branch information
Muqsit committed Mar 13, 2024
1 parent e1e250f commit b6d3b16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 88 deletions.
2 changes: 0 additions & 2 deletions src/cosmicpe/mcmmo/McMMO.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use cosmicpe\mcmmo\skill\experience\ExponentialSkillExperience;
use cosmicpe\mcmmo\skill\experience\SkillExperienceManager;
use cosmicpe\mcmmo\skill\SkillManager;
use cosmicpe\mcmmo\vanilla\ExtraVanillaData;
use InvalidArgumentException;
use pocketmine\plugin\PluginBase;

Expand All @@ -31,7 +30,6 @@ public static function getInstance() : McMMO{

protected function onLoad() : void{
self::$instance = $this;
ExtraVanillaData::registerOnAllThreads($this->getServer()->getAsyncPool());
$this->player_manager = new PlayerManager();
CustomItemFactory::load($this);
SkillManager::load($this);
Expand Down
47 changes: 0 additions & 47 deletions src/cosmicpe/mcmmo/vanilla/ExtraVanillaData.php

This file was deleted.

39 changes: 0 additions & 39 deletions src/cosmicpe/mcmmo/vanilla/ExtraVanillaItems.php

This file was deleted.

0 comments on commit b6d3b16

Please sign in to comment.