import com.mojang.brigadier.context.CommandContext;

Started by Derpy101 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 18:50, 3. May 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
import com.mojang.brigadier.context.CommandContext;

THIS my fellow fellowers, is what has been my pain for today lol.

not sure if its a bug, prob is, But when I got rid of the Mcreator Link api (turned it on, didn't use it)

My command procedures broke. I looked at everything for about an hour.

They were all missing: import com.mojang.brigadier.context.CommandContext;


I saved them without locking the code and now it works, why refactoring them made it forget to put command context, no idea. I restarted my computer and deleted the caches folder in my gradle folder, didn't help

I wonder now if I regenerate my code if it will get rid of it. who knows, but for those who ever get this for some odd reason here yeah go!

and mcreator dev team, I politely request you take a quick look at it :) thank you!