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

Added Stacker Support #812

Closed
wants to merge 12 commits into from
Closed

Added Stacker Support #812

wants to merge 12 commits into from

Commits on Feb 24, 2024

  1. the other side of the teams commit

    - changed recalculate method to include support from the support manager
    sh0inx committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c3f1e3a View commit details
    Browse the repository at this point in the history
  2. Update IridiumSkyblock.java

    sh0inx committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    afb9d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. fixed imports

    sh0inx committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4a6bd28 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Eh

    MertUnverdi authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8626a90 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 12, 2024

  1. Actually fixed values dropping when no players are present

    - Updated lists to HashSets to avoid duplicate support injections
    - Fixed an issue with the plugin only checking from y=0 for teamBlocks
    - Added a condition to skip the loop if the block being inspected is of type AIR, CAVE_AIR, or VOID_AIR
    - Added ObsidianStacker to the soft dependencies list
    sh0inx committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2ee1777 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Rewrote calc method to be based on chunks

    - added a teamBlock filter to not iterate through every item in the game for every block on the island
    sh0inx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    80b4f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

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

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Fixed permissions and improved support

    - removed essentials dependency as its now included in teams
    - added `spawnOnIsland` to force players to respawn on their islands (if they exist), includes new PlayerRespawnEventListener
    - removed the island check for `PlayerInteractEventListener` as it was conflicting with teams
    - changed the WordUtils import location
    - removed unnecessary imports and inlined a few things in `IslandManager`
    - rewrote `PlayerUtils` to use support manager from teams
    sh0inx committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    374a34a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    288e222 View commit details
    Browse the repository at this point in the history
  2. Bump Teams

    PeachesMLG authored May 3, 2024
    Configuration menu
    Copy the full SHA
    b6b54e8 View commit details
    Browse the repository at this point in the history