Problem with [sell] sign
Hardko opened this issue · 5 comments
Information
Full output of /ess version
:
2.15.0.52
EssentialsX config https://gist.github.com/Hardko/937ba6b3f993b53826509361c3c15c43/cdaddd0c568ad805586391a0c56dda2c9269271e#file-config-yml
Help request
Problem
I can't sell items with NBT Tag in the signs, they don't recognize.
What I have tried
I tried with /sell and worth, but is uncomfortable for the players of my server, and some items can't sell because can´t recognize the ID, like lapis lazuli.
As far as I can recall, Essentials has never allowed the sale of items with NBT on signs (correct me if I'm wrong). This is likely to avoid accidentally selling special items by mistake instead of regular ones.
/ess version
output from attached server log:
[13:23:52] [Server thread/INFO]: CONSOLE issued server command: /ess version
[13:23:52] [Server thread/INFO]: Server version: 1.13.2-R0.1-SNAPSHOT git-Spigot-a1f2566-97b0057 (MC: 1.13.2)�[m
[13:23:52] [Server thread/INFO]: EssentialsX version: 2.15.0.52�[m
[13:23:52] [Server thread/INFO]: EssentialsX_WarpGUI version: �[0;31;1m1.6.1�[m
[13:23:52] [Server thread/INFO]: Vault version: 1.7.1-b91�[m
[13:23:52] [Server thread/INFO]: EssentialsXProtect version: 2.15.0.52�[m
[13:23:52] [Server thread/INFO]: EssentialsXChat version: 2.15.0.52�[m
[13:23:52] [Server thread/INFO]: EssentialsXSpawn version: 2.15.0.52�[m
[13:23:52] [Server thread/INFO]: La version no coincide! Por favor actualiza todos los jars de Essentials a la misma version.�[m
@Hardko Are you able to replicate this on the latest 1.13 prerelease version?
Hi, the problem with NBT Tag i could solve it, because it was generated by other plugin.
[12:53:09 INFO]: Server version: 1.13.2-R0.1-SNAPSHOT git-Spigot-a1f2566-97b0057 (MC: 1.13.2)
>
[12:53:09 INFO]: EssentialsX version: 2.16-pre2.3
>
[12:53:09 INFO]: GroupManager version: 2.0.1-b332
>
[12:53:09 INFO]: Vault version: 1.7.1-b91
>
[12:53:09 INFO]: EssentialsXProtect version: 2.16-pre2.3
>
[12:53:09 INFO]: EssentialsXChat version: 2.16-pre2.3
>
[12:53:09 INFO]: EssentialsXSpawn version: 2.16-pre2.3
>
[12:53:09 INFO]: You are running unsupported plugins!
But, I can't sell lapis lazuli with '/sell hand' command, I put the id (lapis_lazuli) in the worth file and it does not work
Can you reproduce this on the latest version of EssentialsX?