• Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None
    • git-Spigot-fe3ab0d-ec86574 (MC: 1.13)
    • Yes

      This is an int rounding issue at negative coordinates. You can see it here:

      https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/browse/src/main/java/org/bukkit/craftbukkit/command/CraftBlockCommandSender.java#26

      This is because CommandListenerWrapper.getPosition() returns a centered position, not a block position. You can see that being defined in n.m.s.TileEntityCommand.

      —

      Due to the simple logic nature of the issue, I didn't include reproduction code. If you wish for me to still include reproduction code for these, let me know.

            Assignee:
            Unassigned
            Reporter:
            PseudoKnight
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: