A feedback area designed for scripting and mods suggestions and feedback. Please note bug reports and support issues will be removed.

9

Ability to store long type number using "/execute store"

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    The whole point of /execute store result is not that you're moving or copying NBT data, it is that you're running the /data get command, seeing the result it produces, and storing the result in your desired position. It just so happens that the result of `/data get is the value of the NBT tag.


    In order to accomplish what you are adding for in your suggestion, the entire commands system would need to be redesigned so that results of commands are all long integer values. It would be very haphazardly to attempt to "make an exception" for just this one case.


    Please consider taking a look at /data modify—it is the preferred way of copying NBT data and works for these long numbers.