EssentialsX

EssentialsX

2M Downloads

Player item meta variable in give command not functional.

mibby opened this issue ยท 4 comments

commented

Paper dev 175 (Spigot 1.14.4)
EssentialsX dev 780

Spawning in a head with the command /give <player> player_head 1 player:<player> doesn't seem to work.

Did it break in this commit?
5f9eb22

Edit: Downgrading to dev 779 fixes the issue, so commit definitely broke it in 1.14.

commented

Can reproduce issue on the following:

[17:06:00 INFO]: Server version: 1.14.4-R0.1-SNAPSHOT git-Paper-176 (MC: 1.14.4)
[17:06:00 INFO]: EssentialsX version: 2.17.1.13

Downgrading to 2.17.1.12 does fix the issue as mentioned above.

commented

Now works as expected on:

[10:07:14 INFO]: Server version: 1.14.4-R0.1-SNAPSHOT git-Paper-176 (MC: 1.14.4)
[10:07:14 INFO]: EssentialsX version: 2.17.1.15

EDIT: Tested and confirmed to be fixed on all EssentialsX-supported versions using the latest EssentialsX and Paper builds (1.8.8, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4) @md678685

commented

@mibby @triagonal Thanks for reporting and testing this. I think I've spotted the issue and 219012b should fix this - could you try the latest build?

commented

Seems to be functional again with the fix commit, thanks!