How to give the player an item as soon as they load the game?

Started by @Puppet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to give the player an item as soon as they load the game?

I want to be able to give the player an item as soon as they create the world with the mod. How to do it?

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First, make a new procedure…
Sun, 04/13/2025 - 19:05

First, make a new procedure. Then, find the trigger on player loads/joins game(It might be in the green block at the start of every prodecure). Finally, use the give item block and that should do it. 

(Sorry I don't have a picture or anything, I'm not on my modding computer right now)

Hope that helps! Let me know if you have any questions! - Electromagnetic

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'll try it.
Sun, 04/13/2025 - 19:29

I'll try it.

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When I put "when game loads…
Mon, 04/14/2025 - 21:52

When I put "when game loads with mod" give players such and such, it breaks the workspace and it can't run the mod.

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then IDK i'm not a debugger …
Tue, 04/15/2025 - 18:23

Then IDK i'm not a debugger ): 

Hope somebody else can fix it