[SPIGOT-4165] NBT tags Created: 27/Jul/18 Updated: 09/Aug/18 Resolved: 27/Jul/18 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Mark Sheremeta | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | 1.13, nbt, spigot | ||
Environment: |
Linux Ubuntu 18.04.1 |
Version: | spigot-1.13-R0.1-SNAPSHOT-b1770.jar |
Guidelines Read: | Yes |
Description |
With spigot you are unable to edit NBT tags of items in player's inventory. The feature of changing NBT tag of items in player's inventory works on vanilla, but doesn't work on spigot. |
Comments |
Comment by Mark Sheremeta [ 28/Jul/18 ] |
https://www.youtube.com/watch?v=eohYt3y6ZU8&feature=youtu.be Here is a video demonstration of this bug |
Comment by md_5 [ 27/Jul/18 ] |
That command does not work in single player |
Comment by Mark Sheremeta [ 27/Jul/18 ] |
Steps to reproduce: hold a diamond pickaxe and run this command: `execute store success entity @s SelectedItem.tag.Damage int 100 if entity @s` It should change the damage to the pick but it doesn't |
Comment by Hex [ 27/Jul/18 ] |
Edit NBT using what sort of mechanism? To pursue this we need detailed reproduction instructions. |