Skip to content

Add support for PMMP 3.19.0#309

Open
supercrafter333 wants to merge 7 commits intojojoe77777:masterfrom
supercrafter333:master
Open

Add support for PMMP 3.19.0#309
supercrafter333 wants to merge 7 commits intojojoe77777:masterfrom
supercrafter333:master

Conversation

@supercrafter333
Copy link
Copy Markdown

Fixed bugs in PMMP 3.19.0

@HashimTheArab
Copy link
Copy Markdown

this doesnt add support for 3.19

@supercrafter333
Copy link
Copy Markdown
Author

I've tested it, it adds support for 3.19.0

@supercrafter333
Copy link
Copy Markdown
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));
Copy link
Copy Markdown

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));
Copy link
Copy Markdown

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
Copy Markdown
Author

:)

@dadodasyra
Copy link
Copy Markdown

why nobody merges

@TacoNoBurrito
Copy link
Copy Markdown

because nobody cares :(

name: Slapper
author: jojoe77777
version: 1.7.0
version: 1.7.1
Copy link
Copy Markdown

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
Copy link
Copy Markdown

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
Copy Markdown

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