Aller au contenu
  • 0

Tuer automatiquement les withersboss dans un rayon de 200 blocs du spawn


Question

Posté(e)

j'ai tapé ceci en espérant que cela fonctionne mais aucune erreur ni fonctionnement seriez vous en mesure de m'aider s'il vous plais :/

 

 

command /butcher <r=200>:

trigger:

set {_x} to random number between 141 and 372

set {_y} to random number between -1 and 256

set {_z} to random number between 343 and 92

set {_R} to location at {_x}, {_y}, {_z}

loop entities in radius r-argument around {_R}:

if loop-entity is not a player:

kill loop-entity

7 réponses à cette question

Messages recommandés

  • 0
Posté(e)

command /butcher <R=200>:

trigger:

set {_x} to random number between 141 and 372

set {_y} to random number between -1 and 256

set {_z} to random number between 343 and 92

set {_R} to location ({_x}, {_y}, {_z}) in world "PVP"

loop entities in radius R-argument around the player:

if loop-entity is not a player:

kill loop-entity

 

 

 

J'ai mis sa j'ai une erreur maintenant :/

  • 0
Posté(e)

options:

pos: 1, 1, 1 #x y z

 

on load:

set {kill.wither} to location {@pos}

every 1 second:

loop all entity around 200 blocks of {kill.wither}:

if loop-entity is not player:

kill loop-entity

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.