Advertisement
rivai45

Command Spam Kill Minecraft Command Block

Jun 17th, 2019
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Command Spam Kill Player
  2.  
  3. /kill @e[team=!God]
  4.  
  5. Managing Teams
  6.  
  7. (Starting in Minecraft 1.13, use the /team command instead of the /scoreboard command to manage teams)
  8.  
  9. To add a team (in Minecraft 1.12 and older):
  10. /scoreboard teams add <teamName> [displayName]
  11.  
  12. To remove a team (in Minecraft 1.12 and older):
  13. /scoreboard teams remove <teamName>
  14.  
  15. To assign a player to a team (in Minecraft 1.12 and older):
  16. /scoreboard teams join <teamName> [player]
  17.  
  18. * If no player is provided then the player running the command will join the team.
  19.  
  20. To remove a player from a team (in Minecraft 1.12 and older):
  21. /scoreboard teams leave <teamName> [player]
  22.  
  23. * If no player is provided then the player running the command will leave the team.
  24.  
  25. To remove all players from a team (in Minecraft 1.12 and older):
  26. /scoreboard teams empty <teamName>
  27.  
  28. To list all teams (in Minecraft 1.12 and older):
  29. /scoreboard teams list
  30.  
  31. To list all players on a team (in Minecraft 1.12 and older):
  32. /scoreboard teams list <teamName>
  33.  
  34. To assign a color to a team (in Minecraft 1.12 and older):
  35. /scoreboard teams option <teamName> color <teamColor>
  36.  
  37. To turn on/off friendly fire on a team (in Minecraft 1.12 and older):
  38. /scoreboard teams option <teamName> friendlyfire <true|false>
  39.  
  40. To manage the visibility of nametags for players on a team (in Minecraft 1.12 and older):
  41. /scoreboard teams option <teamName> nametagVisibility <nametagOption>
  42.  
  43. To manage the visibility of death messages for players on a team (in Minecraft 1.12 and older):
  44. /scoreboard teams option <teamName> deathMessageVisibility <messageOption>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement