pick up player

Started by Ohioboyofthecentry on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
pick up player

so I have this function that when you right click with an item on a player it picks up the player all I need is to get him down when you click again

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I take it you're making the…
Tue, 01/14/2025 - 06:33

I take it you're making the player ride the current player, if so I assume you could just teleport them to that block you right click on, or just make the top player stop riding?

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hi I have fixed this but now…
Mon, 01/20/2025 - 22:23

hi I have fixed this but now I have one more problem for my downed function it only activates if a player uses a totem but does not have another item. but instead of making the player have weakness and be slowed. what it does is it breaks the game making the player none existent

 

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That should only happen if…
Wed, 01/22/2025 - 09:44

That should only happen if you use the despawn block on any player entity types.

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I fixed that now the player…
Mon, 01/27/2025 - 23:21

I fixed that now the player won't have effects applied to them after the totem is used