Summoning Staff

Started by viatrophy997 on

Topic category: Help with Minecraft modding (Java Edition)

Active 10 months ago
Joined Mar 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 16
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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?

Active 3 years ago
Joined Mar 2021
Points:
551

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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

Active 10 months ago
Joined Mar 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 16
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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.

Active 1 week ago
Joined Aug 2024
Points:
49

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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

Active 1 week ago
Joined Aug 2024
Points:
49

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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]