Skip to content

Conversation

@supercrafter333
Copy link

Fixed bugs in PMMP 3.19.0

@HashimTheArab
Copy link

this doesnt add support for 3.19

@supercrafter333
Copy link
Author

I've tested it, it adds support for 3.19.0

@supercrafter333
Copy link
Author

but don't use PureEntitiesX with this fix or use my fix of PureEntitiesX too

$pk2->username = $this->getDisplayName($player);
$pk2->position = $this->asVector3()->add(0, static::HEIGHT);
$pk2->item = ItemFactory::get(ItemIds::AIR);
$pk2->item = ItemStackWrapper::legacy(Item::get(Item::AIR));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, changing ItemFactory and ItemIds to Item is an unrelated change. Please revert it. Also, remove the added import for pocketmine\item\Item

$pk2->username = $this->getDisplayName($player);
$pk2->position = $this->asVector3()->add(0, static::HEIGHT);
$pk2->item = ItemStackWrapper::legacy(Item::get(Item::AIR));
$pk2->item = ItemStackWrapper::legacy(Item::get(ItemIds::AIR));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also change Item::get back to ItemFactory::get

@supercrafter333
Copy link
Author

:)

@dadodasyra
Copy link

why nobody merges

@TacoNoBurrito
Copy link

because nobody cares :(

name: Slapper
author: jojoe77777
version: 1.7.0
version: 1.7.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the previous version bump you made was never merged into master, I think there is no need for another one

version: 1.7.1
description: Slapper, the NPC plugin for PocketMine-MP
main: slapper\Main
api: 3.13.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to bump the minimum required API version to 3.14.0 since ItemStackWrapper::legacy was added there: pmmp/PocketMine-MP@3.13.1...3.14.0#diff-68d4439663f67995bb26425e333d43bbce3d952bbc1df6f26dcdc1173bad458cR41

@KygekDev
Copy link

why nobody merges

Because jojoe77777 doesn't care

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants