Started by
SparkleArts
on
Topic category: Troubleshooting, bugs, and solutions
I made a custom Command that allows you to change the Fog Color and Distance for a Player.
But if I try to fully write the Command it crashes if I try to type the 5th Number Paramer. (You need to write 6 Numbers to perform the Command)
Here is a Screenshot of the Command:
And here is the Crash Report.
You define two arguments with the same name (red) on the same branch, so Minecraft doesn't know which argument it should take the value from.
Oh, I didn't see that!