Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Entity Tracking #14

Open
BevoBexley opened this issue May 17, 2020 · 1 comment
Open

Prevent Entity Tracking #14

BevoBexley opened this issue May 17, 2020 · 1 comment
Assignees
Labels
+ Enhancement A feature request.

Comments

@BevoBexley
Copy link

BevoBexley commented May 17, 2020

Is your feature request related to a problem? Please describe.
When denying an entity damage, it doesn't prevent the targeting of a player.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Add a new trigger that disables the tracking of players from mobs.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've tried to deny damage from specific mobs but they still target the player.
Additional context
Add any other context or screenshots about the feature request here.

@CoolLord22 CoolLord22 self-assigned this May 17, 2020
@CoolLord22 CoolLord22 added the + Enhancement A feature request. label May 17, 2020
CoolLord22 referenced this issue Sep 26, 2023
OD can now track whether a block broken was placed by a player or occurred naturally. See usage below:

```    DIRT:
        - message: A block placed by a player
          placedby: PLAYER

        - message: A block not placed by player
          placedby: -PLAYER

        - message: A naturally placed block
          placedby: NATURAL

        - message: A block not naturally placed
          placedby: -NATURAL```
@CoolLord22 CoolLord22 transferred this issue from CoolLord22/OtherDrops Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
+ Enhancement A feature request.
Projects
None yet
Development

No branches or pull requests

2 participants