• 0

    posted a message on (worldedit) How to remove entities in a selection?

    Yes, some of those parameters could be the option of range:


    "/kill @e[r="number"]" where you are killing all entities that are withing that selected number of blocks.


    Or even:


    "/kill @e[type="kind of mob"]" for example, if you want to kill all Phantoms you type "/kill @e[type=phantom]"


    You can combine all of those in a sentence like:


    "/kill @e[type=phantom,r=10]


    That's it :3

    Posted in: Creative Mode
  • To post a comment, please .