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

feat: add invulnerability period #117

Open
wants to merge 43 commits into
base: v6
Choose a base branch
from

Commits on Aug 2, 2023

  1. feat: add invulnerability period

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    58c72ee View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix: warning about slimjar and semi-fix for building

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    720c721 View commit details
    Browse the repository at this point in the history
  2. chore(version): bump to v6.0.0-rc.3

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    51eff97 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Merge branch 'v6' into feat/teleport-invulnerability

    # Conflicts:
    #	AdvancedTeleport-Bukkit/src/main/java/io/github/niestrat99/advancedteleport/api/ATPlayer.java
    #	gradle.properties
    Thatsmusic99 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    80f62bd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    7c8a510 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    4001396 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    850a42e View commit details
    Browse the repository at this point in the history
  2. chore: remove old building issues

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fe99245 View commit details
    Browse the repository at this point in the history
  3. chore: cant believe i deleted a whole line

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ffa7e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. feat: Adding permission nodes to bypass teleport timer cancellations (#…

    …115)
    
    * feat: Added permission nodes for bypassing movement and rotation on teleport timers
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    * fix: return true by default if player is not stored in database for tp toggle (#116)
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    * chore: add debugging for command registration
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    * chore: add debugging for payment parsing
    
    * fix: missing brackets
    
    * fix: item payments being parsed incorrectly
    
    * fix: check if permission is set
    
    * fix: warning about slimjar and semi-fix for building
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    * chore(version): bump to v6.0.0-rc.3
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    * chore: remove old build stuff here too
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    * chore: clarify movement timer code better
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Co-authored-by: Niestrat99 <35385996+niestrat99@users.noreply.github.com>
    Thatsmusic99 and Niestrat99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1c917de View commit details
    Browse the repository at this point in the history
  2. feat: add check-exact-coordinates

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5145e81 View commit details
    Browse the repository at this point in the history
  3. chore: streams have no place in tab completion

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1ea09cc View commit details
    Browse the repository at this point in the history
  4. feat: add cooldowns to signs

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6495d93 View commit details
    Browse the repository at this point in the history
  5. feat: allow /tploc to run from the console

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    eb2bcff View commit details
    Browse the repository at this point in the history
  6. chore: debug /homes issues

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f127133 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7f20d2 View commit details
    Browse the repository at this point in the history
  8. feat: this is a sign.

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0dc5a9b View commit details
    Browse the repository at this point in the history
  9. fix: typo

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    419929f View commit details
    Browse the repository at this point in the history
  10. chore: extra documentation on API

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    19373b3 View commit details
    Browse the repository at this point in the history
  11. chore: tidy up core class

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    589c4e0 View commit details
    Browse the repository at this point in the history
  12. chore(version): bump to 6.1.0

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b49db85 View commit details
    Browse the repository at this point in the history
  13. fix: oOOPS incomplete code

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    71e88be View commit details
    Browse the repository at this point in the history
  14. fix: correct regex pattern

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e15fbe9 View commit details
    Browse the repository at this point in the history
  15. fix: missing versions for publishing

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    38fe0cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b05be1c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6300686 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a4854b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb03e67 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9b7709f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    30eccf3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f7be025 View commit details
    Browse the repository at this point in the history
  23. fix: I rest my case

    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1dad476 View commit details
    Browse the repository at this point in the history
  24. fix: WorldGuard not being picked up?

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0171216 View commit details
    Browse the repository at this point in the history
  25. fix: make the plugin hook manager not check a single claim plugin

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    09e04ad View commit details
    Browse the repository at this point in the history
  26. chore(version): bump to 6.1.1

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f25eefb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6fa7220 View commit details
    Browse the repository at this point in the history
  28. fix: #131 (floodgate players not being assigned on login)

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ca6889e View commit details
    Browse the repository at this point in the history
  29. feat: add invulnerability period

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ed08a29 View commit details
    Browse the repository at this point in the history
  30. chore: these names were disgusting so I changed them

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0da529d View commit details
    Browse the repository at this point in the history
  31. fix: invulnerability not being applied to /tpa and /tpahere

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c403246 View commit details
    Browse the repository at this point in the history
  32. feat: add cancel-warm-up-on-damage

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a8182dc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e9d2901 View commit details
    Browse the repository at this point in the history
  34. fix: you want a valid statement?? i'll give YOU a valid statement

    Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
    Thatsmusic99 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    081711a View commit details
    Browse the repository at this point in the history