$item = Item::get(id, damage, count);
i would have to be more of a skin
explain 3d armor, im confused
minjahams plugin will work fine. It just doesnt move up like mine does in the video. if you want help making a plugin like i did my discord is...
https://streamable.com/fc72nb kindof like this?
so you want something like when you hit a player, it displays the damage in a little text, floats up, and dissapears?
ig that works too
import: pocketmine\utils\TextFormat; $hologram = str_replace("\n", TextFormat::EOL, $hologram);
if ($event->getBaseDamage() >= $event->getEntity()->getHealth())
You actually can, you can register new items and even give them custom textures, alot of this is held in texture packs though, in the json files....
Its Really Simple :) simply do this //this code gets the player from the first argument $player = $this->getServer()->getPlayer($args[0]);...
owo sorry for response actually, i didnt notice you posted 4 days ago
do you have the constant $EconomyAPI at the top of ur code like u have to define it
when a player tried to place it, im sure you can force it to place it by using setblock with code, on blockplaceevent get the xyz and then just...
enchantingtableui on poggit or teaspoon (buggy asf)
use this code to add a item to the players inventory $player->getInventory()->addItem(Item::get(351, 3, 1)); // = 1 Cocoa Bean
ok, so i see you are using the code i gave you before. Remove the if !isset($this->cd remove the $config use the code below to remove an 1 of the...
sure :)
Heres Some Code From One Of My Old Plugins It Leaps You In The Air When You Interact With A Feather <?php namespace Taco\TacoLeap; // use...
Separate names with a comma.