/id <number> no longer works

Issue #327 resolved
Edward Hart-Davis created an issue

If a player ingame uses the /id command, it doesn't respond as it formerly would - it now only responds when the name of the item is used. This was caused by the change in /id?

Example input:

#!

/id 1

Examples for outputs below, thanks Anna!

Comments (5)

  1. Anna Bakker

    Actually a correct example of the output it should be is:

    * id 1 has name smoothstone

    Or

    * id 1 has id minecraft:stone and name smoothstone

    Or

    * numerical-id 1 has id minecraft:stone and name smoothstone

  2. Anna Bakker

    Also /id stone responds with:

    * name smoothstone:1 has id stone

    (and other names with "stone" in them)

    Instead of:

    * name smoothstone has ids 1 and minecraft:stone

    Or * name smoothstone has ids 1 and stone

  3. Log in to comment