Vadim
Vadim
At the end of install CEF there is an error that prevent main.cpp to include cef_app.h: `cp: указанная цель 'стол/mcpelauncher-linux/libs/cef/include' не является каталогом` (on english this means that 'стол/mcpelauncher-linux/libs/cef/include' is...
Basically, when displayed in tree view, NBT entries which are not foldable, are not in line with foldable entries. In this example, "Inventory" compound is looking like it is a...
Having this problem for around 2+ months. The decoder fails when trying to decode skin animation image with 128 * 128 * 4 cap, while the actual skin is having...
Upon sending a dialogue to the player, it's getting status "closed" with closeListener activating. Sample code: ```php public function onShift(PlayerToggleSneakEvent $e): void{ $player = $e->getPlayer(); NpcDialogueManager::send($player, (NpcDialogueBuilder::create()) ->setText("TEXT") ->setName("NAME") ->setCloseListener(function(Player...
Currently, it is impossible to unregister a command using this method: ```java public static boolean unregisterCommand(Command command){ command.setLabel(command.getName() + "__unregistered"); return command.unregister(Server.getInstance().getCommandMap()); } ``` `command.unregister()` returns `false` because `Command.allowChangesFrom()` returns...
This PR changes /effect and /xp to extend VanillaCommand, instead of basic Command. It now is easier to distinguish Nukkit's commands from the plugin ones....
As the title suggests, the data types for `SHULKER_ATTACHED` and `SHULKER_ATTACH_FACE` are defined incorrectly in EntityDataTypes. In fact, this may be a problem specific to Bedrock_v291, as this is the...
### **Describe the bug** When a player is transferred from one downstream server to another while having an inventory container open (e.g., a chest or a custom menu), the client's...
Hello. I'm facing an issue where the plugin seems to be loaded, but its UI elements are not visible. My Environment: PhpStorm Version: 2025.2.3, Build #PS-252.26830.95 (copy from Help ->...