Skip to content

feat(KillAura): Add Target Named Entities to targeting setting#270

Open
IceTank wants to merge 4 commits intolambda-client:1.21.11from
IceTank:feature/targetNamed-setting-in-killaura
Open

feat(KillAura): Add Target Named Entities to targeting setting#270
IceTank wants to merge 4 commits intolambda-client:1.21.11from
IceTank:feature/targetNamed-setting-in-killaura

Conversation

@IceTank
Copy link
Copy Markdown
Contributor

@IceTank IceTank commented Mar 15, 2026

This setting prevents kill aura from targeting entities that are named by default

val priority by c.setting("${prefix}Priority", Priority.Distance, visibility = visibility).group(*baseGroup).index()

/**
* Whether to target named entities (e.g., players with custom names). Configurable with default set to `true`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment still says e.g., players with custom names

@IceTank IceTank requested a review from beanbag44 March 29, 2026 20:49
@beanbag44
Copy link
Copy Markdown
Member

isDead is not present on Entity. You still need to do the cast to LivingEntity

@IceTank
Copy link
Copy Markdown
Contributor Author

IceTank commented Mar 30, 2026

isDead is not present on Entity. You still need to do the cast to LivingEntity

That change came from upstream when resolving a merge conflict. I might have messed up but I didnt write the line I just merged them together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants