Discuss Minecraft's scripting and modding capabilities, including APIs, tools, customization, automation, and creator workflows. Share ideas and feedback on how players and creators can extend and customize Minecraft.

7

/half kill (command)

4 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    You could type “/kill @r” into a repeating command block and turn it on unil there are a reasonable amount of entities.

  • 0
    Registered User commented
    Comment actions Permalink

    What about /kill all players or /kill all entities. Especially the ‘entities’ when you’re being overwhelmed.

  • 1
    Registered User commented
    Comment actions Permalink

    Kill all players: /kill @e[type=player]

  • 2
    Registered User commented
    Comment actions Permalink

    btw, there can be no spaces in command names, so maybe /killhalf

     

    Also, this may be a bit to specific to become a command.