1
Anyone know of a mod that executes given commands when a player first loads a world? I tried World Primer but it doesn't work, at first I assumed I was putting the command in the config incorrectly but after 30 minutes of messing around with different ways to get commands to work, I realized the mod is just broken. Currently looking for another way to execute commands when the world is generated or before the player even loads.
1
World Primer has a problem with earlyWorldCreationCommands and earlyWorldLoadingCommands, if you want to run a command before the world is loaded, that is impossible currently. But, if you want to run a command after the world is loaded, but before the player is in the world, you can use postWorldCreationCommands for the first time a world is loaded, and postWorldLoadingCommands for anytime a world is loaded. These options are all in the in-game config menu.
