#Is it possible to make teams and pvp?

1 messages · Page 1 of 1 (latest)

mellow crow
#

How do I make teams and make them take no damage but others outside of that team?

mortal tendon
#

It would be better to use an add-on for that

barren otter
#

Use entity sensors for the players instead.
Trying to make a team system with only commands is only gonna make it harder than it's worth

blissful umbra
#

player.json , damage_sensor component, has_tag filter.json { "on_damage": { "filters": { "all_of": [ {"test":"has_tag","value":"team_1"}, {"test":"has_tag","subject":"other","value":"team_1"} ] } }, "deals_damage": false }

#

You do that for each team

mellow crow
#

@mortal tendon Can you show me one please?

#

@blissful umbra I'm not that experienced in codes and stuff

#

Sorry

mortal tendon
buoyant solar
#

?

blissful umbra
#

What do you mean by mount it?

buoyant solar