Wie lasse ich in Minecraft mit einem Befehl beliebig viele Monster spawnen?

2 Antworten

wenn du viele Mobs spawnen willst, mache einen command block auf repeat und requires redstone und tippe dann ein /summon <entity>

das redstone ist wichtig weil der command block sonst "begraben" wird unter den mobs

oder mach, dass das redstone eine gewisse anzahl an outputs gibt und mache den command block nicht auf repeat

Java Edition (PC/Mac)

In Minecraft Java Edition (PC/Mac), the syntax to summon an entity (or mob) is:

/summon <entity> [pos] [nbt]
Definitions
  • entity is the Minecraft entity value of the entity to summon. (See Minecraft Entities).
  • x y z is optional. It is the x y z coordinate where the entity should spawn. If no coordinate is specified, the entity will spawn in the current location.
  • nbt is optional. It is a compound NBT tag (formerly called data tag) that sets a property for the entity such as {SkeletonType:1}, {IsBaby:1} or {Owner:DigMinecraft}. (See Minecraft Data Tags).
Handydestroyed 
Fragesteller
 18.12.2021, 22:12

wie kann man die Anzahl dessen bestimmen?

0