#Is it possible to make teams and pvp?
1 messages · Page 1 of 1 (latest)
It would be better to use an add-on for that
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
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
@mortal tendon Can you show me one please?
@blissful umbra I'm not that experienced in codes and stuff
Sorry
there would be a way to do this so that whoever has a tag can mount it on a mob
?
What do you mean by mount it?
for example a horse you can only ride it if it has a tag