Minigames icon indicating copy to clipboard operation
Minigames copied to clipboard

Regions Event Request: Kill Detection

Open qixils opened this issue 6 years ago • 4 comments

I've been trying to detect player kills on a few maps by detecting when a player gets a point but it's not the most reliable... also is annoying for when I want to setup a lives minigames, because then players can't see how many lives other players have.

qixils avatar Sep 30 '17 23:09 qixils

Also just wanna post a second request here: Add an action to set a player's team. I'm trying to find a work around for the max players per team option not working on gamemodes besides infection (where it doesn't work as I'd want it to), and I thought I could do it using some spawn points & regions but there's no actual action to set a player's team.

qixils avatar Oct 01 '17 01:10 qixils

actually i'll move it so a seperate issue

qixils avatar Oct 01 '17 01:10 qixils

We have a https://github.com/AddstarMC/Minigames/blob/master/Regions/src/main/java/au/com/mineauz/minigamesregions/triggers/DeathTrigger.java

Narimm avatar Oct 09 '17 11:10 Narimm

But that's for detecting when a player dies, right? I'm trying to get the killing player, not the player who was killed.

qixils avatar Oct 10 '17 11:10 qixils