I got a Crash by using a Custom Command

Started by SparkleArts on

Topic category: Troubleshooting, bugs, and solutions

Active 1 day ago
Joined Feb 2018
Points:
1990

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
I got a Crash by using a Custom Command

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.

Active 1 week ago
Joined Aug 2016
Points:
3303

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2931
You define two arguments…
Fri, 03/03/2023 - 00:02

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.

Active 1 day ago
Joined Feb 2018
Points:
1990

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
Oh, I didn't see that!
Sat, 03/04/2023 - 15:11

Oh, I didn't see that!