Summoning Staff

Started by viatrophy997 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Summoning Staff

procedure

Hello, I wanted to create a Void Staff that summons the mobs, tame them instantly and despawn after one minute. Cant seem to make that work and i dont want the minions to surround me when i have a staff in hand or get them a wither effect to mess original mob procedures. Any ideas?

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
uh,i dont think you can tame…
Fri, 03/19/2021 - 13:28

uh,i dont think you can tame them or configure despawnig without fancy spawning stuff but you can always use procedures

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried to use procedures…
Fri, 03/19/2021 - 17:28

I tried to use procedures but don't really know how, most of them dont work.

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
basically, make a when right…
Thu, 04/03/2025 - 22:19

basically, make a when right clicked procedure for the staff, which summons the minion, depending if you only want one of multiple at a time

multiple: nothing changes

one:
do /kill @e[type=yournamespace:yourmob]

then under that summon your entity

in the entity ai, make it so it only attacks hostile mobs so its like "only attack mobs of type: zombies, skeletons, whatever

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and also when it spawns make…
Thu, 04/03/2025 - 22:20

and also when it spawns make a prodecure for when it spawns saying that itll wait 1200 ticks on server side before doing /kill @e[type=yournamespace:yourmob]