Sponge Downloads

All builds

  1. 1.12.2-7.1.0-BETA-120

    1. Bump common for excessive spam fix with frames.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
    SpongeCommon
    1. This is for @Zidane. An unusual side effect of only attaching notifiers
      Gabriel Harris-Rouquette - 8 years ago
    2. Fix excessive spam of exceptions from frame corruption. Fixes #2104.
      Gabriel Harris-Rouquette - 8 years ago
  2. 1.12.2-7.1.0-BETA-119

  3. 1.12.2-7.1.0-BETA-117

    1. Update SpongeCommon
      Anselm Brehme - 8 years ago
    SpongeCommon
    1. fix CraftItemEvent.Preview when crafting multiple items
      Anselm Brehme - 8 years ago
    2. ignore packets with wrong container id
      Anselm Brehme - 8 years ago
    3. fix error message format
      Anselm Brehme - 8 years ago
    4. Provide the user instead of the player during login.
      Gabriel Harris-Rouquette - 8 years ago
    5. improve performance when creating large lenses
      Anselm Brehme - 8 years ago
    6. Resend container if interact block fails to fix ghost item usage.
      Chris Sanders - 8 years ago
  4. 1.12.2-7.1.0-BETA-116

    1. Bump common. Fix Vanilla exploit with cancelled interactions.
      The Vanilla client will not change the digging status sent unless the pos changes during this. Even if a block change comes down, it will happily continue the dig (as the state really doesn't change). This causes a problem when cancelling an interaction as holding down the left mouse button will still play out a block break once the hardness threshold is met. To compensate, we simply track if the interaction was cancelled and disregard the destroy status send by the client. Lastly, we send down the block change once more to complete.
      
      Fun fact: The Vanilla server (without SpongeVanilla bootstrapping it) has this flaw. One can op another player's name, op themselves, click a spawn protected block, deop, hold down left click and break blocks without the server stopping it.
      
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 8 years ago
    2. Bump common ref for command block tracking changes.
      Chris Sanders - 8 years ago
  5. 1.12.2-7.1.0-BETA-115

    1. Bump common for API release dependency.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  6. 1.12.2-7.1.0-BETA-114

  7. 1.12.2-7.1.0-BETA-113

  8. 1.12.2-7.1.0-BETA-112

    1. Fix GravityAffectedPropertyStore instanceof check.
      Fixes https://forums.spongepowered.org/t/gravityaffected-property-set-to-false-on-sand-blocktype/25078.
      JBYoshi - 8 years ago
    SpongeCommon
    1. Fix GravityAffectedPropertyStore instanceof check.
      JBYoshi - 8 years ago
    2. Couple Firework fixes
      Chris Sanders - 8 years ago
    3. fix empty query result returning the entire inventory instead #2081
      Anselm Brehme - 8 years ago
    4. Bump API. Fix default config portal agent id for nether.
      Chris Sanders - 8 years ago
    5. Merge pull request #2079 from RedNesto/fix/2077
      kashike - 8 years ago
    6. Fixes #2077
      RedNesto - 8 years ago
    7. Add missed permission to /sponge metrics
      Daniel Naylor - 8 years ago
  9. 1.12.2-7.1.0-BETA-111

    1. Bump Common for metric update
      Daniel Naylor - 8 years ago
    SpongeCommon
    1. Updated metrics package
      Daniel Naylor - 8 years ago
  10. 1.12.2-7.1.0-BETA-110

    1. Bump SpongeCommon for metrics collection config
      Daniel Naylor - 8 years ago
    SpongeCommon
    1. ANOTHER
      kashike - 8 years ago
    2. rename command
      kashike - 8 years ago
    3. *flips table* fix testplugins
      kashike - 8 years ago
    4. Merge pull request #2060 from SpongePowered/feature/stats-service
      kashike - 8 years ago
    5. stats -> metrics
      kashike - 8 years ago
    6. Implement StatsConfigManager and statistics-collection config
      Daniel Naylor - 8 years ago