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

[BUG] Argument "self_as_victim" not work or mutators: - id: player_as_victim not work. #21

Open
Futodama opened this issue Mar 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Futodama
Copy link

self_as_victim - not worked.

To Reproduce
effects:

  • id: damage_nearby_entities
    args:
    damage: 2
    radius: 25
    damage_as_player: true
    damage_self: false
    triggers:
    • alt_click
  • id: strike_lightning
    args:
    amount: 1
    damage: 15
    self_as_victim: true
    delay: 1
    mutators:
    • id: player_as_victim
      triggers:
    • kill
  • id: spawn_particle
    args:
    particle: portal
    amount: 100
    triggers:
    • kill

Expected behavior
I expect that, when killing any creature with the "damage_nearby_entities" effect, with the "damage_as_player" argument (damage from a player who has a talisman in his hands), lightning will strike the player holding the talisman from the "strike_lightning" effect with the "self_as_victim" parameter (the player as a target), and the "player_as_victim" mutator (as suggested by the support with Discord).

Server Information (please complete the following information):

  • Version: Paper version git-Paper-265 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: 993f828)
  • Version of plugin and eco: > eco version 6.29.2, Talismans version 5.35.0

Additional context
Add any other context about the problem here.

@Futodama Futodama added the bug Something isn't working label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant