Mojira Archive
MC-80399

Variable overflow

This report is based on:

Relates to:

What does "overflow" mean?
"Overflow" describes the event which occurs when a variable with a maximum value is set to a higher value. For example the maximum value of the data type short is 32767. Setting it to 32768 will result in an overflow which causes it to be -32768 (minimum value).

All these variables can overflow:

  • scoreboard scores (int)
  • statistics (int)
  • xp bar (int)
  • map ids (short)

Duplicate

Marcono1234

2015-05-17, 09:02 PM

2017-05-08, 09:22 PM

2015-05-17, 10:09 PM

0

1

Unconfirmed

Minecraft 1.8.4

-