pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.27k stars 1.54k forks source link

Error or Bug? #5761

Closed gamegam closed 1 year ago

gamegam commented 1 year ago

Issue description

Steps to reproduce the issue

public Config $data; public $db; $this->data = new Config($this->getDataFolder(). "T..yml",Config::YAML, []); $this->db = $this->data->getAll(); The driver is using the latest beta 5.0. The config is saved, but the scoreboard does not work and no error code appears. and RuntimeBlockStateRegistry::getInstance()->register(new FarmLand(new BlockIdentifier(BlockTypeIds::FARMLAND), "Farmlands", new BlockTypeInfo(VanillaBlocks::FARMLAND()->getBreakInfo())), true); When using the code, the block ID conflicts.

OS and versions

Plugins

Crashdump, backtrace or other files

github-actions[bot] commented 1 year ago

Hi, we only accept bug reports on this issue tracker, but this issue looks like a support request.

Instead of creating an issue, try the following:

Docs | Discord | Forums