You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id returns a TypeId that can be used for //replace and other commands. Recently, I was unable to use the name of an item that is registered by a third-party plugin, and I used its typeId.
//id should give a type name (minecraft:x), it can be obtained by
GlobalItemDataHandlers::getSerializer()->serializeType($inhand)->getName()
The text was updated successfully, but these errors were encountered: