WorldEdit

WorldEdit

42M Downloads

//chunk selected text is wrong and confusing

wizjany opened this issue ยท 0 comments

commented

actor.printInfo(TranslatableComponent.of("worldedit.chunk.selected",

"worldedit.chunk.selected": "Chunk selected: {0}, {1}, {3}",

Technically 2 separate issues:

  1. The i18n string has a {3} instead of a {2}.
  2. The meaning of the y-coordinate is rather unintuitive/unclear. By default //chunk will select the entire 0-255 space. Even in an extended-y situation (cubicchunks), giving the y-coordinate of "0" makes it seem like only a single chunk-section is selected, especially since the x and z coordinates may be given in chunk coords depending on command flags.