Before I haven’t found a solution and I want to know how to do it. I end it to end when a single team not player team is left
Live player counter but 1 for each team
I’m but how do I do that how do I make a live player counter
I’ve checked that guide but there are no photos
On game start have a counter for each team that increases per player and decreases when a player is knocked out.
So in essence the same thing I linked.
How do I make it increase and decrease and because it is bedwars when the bed is destroyed it doesn’t go back up but still goes down
Wait I have a question too so If i make the zone transmit on channel when player enters is it possible to make it player scoped and when it deactivates when player enters it doesn’t for other players and still add numbers to counter
If it’s player scoped it’ll only go up to one since the other players won’t count to you.
You could just have a relay that triggers on game starts and relays to everyone to increment the counter.
but i need it to start decrementing when the bed is destroyed and not before but still add when game starts
Have a counter that starts at one and updates a property. When a player is knocked out have a checker check if the property is equal to one. If the check fails, it decrements the team player counter. And when the bed is destroyed, it decrements the property.
How do i “decrement the property”?
Sorry I meant decrement the counter that updates the property.