Topic category: Help with MCreator software
Howdy (:
I am currently trying to do a simple mod that lets you execute certain commands that give items to players or change certain variables.
It worked finde until the last changes I made. I only added commands for sending messages to players and changing a number variable for a player.
So whenever i try it on the integrated server environment it kinda works fine, but there are two main issues:
- When trying to execute any command for multiple players (@a) it doesn't work and spits out a huge error in the server console, so it does not even work for some reason. I tried adding the "For each" block but that doesn't work either.
- The more severe issue is an error players get when joining after I installed my mod on the server. It says this:
I would highly appreciate any help on this because I honestly do not know what to do. The error is super weird and has no log entries. Players just instantly disconnect after joining. I also looked into the recent additions I made in my mod but I can't find anything suspicious that could trigger such a thing.
I just know MCreator seems to mess up with the commands I added, but no clue how to fix it.
Thank you in advance!
Great, no replies at all. Guess this Forum is dead.
What version of MCreator and Minecraft?
Any plugins?
I'm currently using MCreator 2024.2 on MC 1.20.1 with the following plugins:
It's worth to note that there are no custom APIs enabled in my project.
Does this happen if you create new workspace with plugins uninstalled?
Even if plugin or API is not enabled or even used it can still impact code as some plugins override templates and such