Sponge Downloads

All builds

  1. 1.12.2-2705-7.1.1-RC18

    1. So end of files cannot be indented... Jenkinsfile is surely interesting.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  2. 1.12.2-2705-7.1.1-RC17

    1. So end of files cannot be indented... Jenkinsfile is surely interesting.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  3. 1.12.2-2705-7.1.1-RC16

    1. So end of files cannot be indented... Jenkinsfile is surely interesting.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  4. 1.12.2-14.23.5.2768-7.1.6-RC3583

    1. Fix artifact
      ImMorpheus - 7 years ago
    2. Bump SpongeCommon
      Aaron Hill - 7 years ago
    3. Fix for FG changes - stable-7 (#2613)
      clienthax - 7 years ago
    4. Bump SpongeCommon for custom inventory listener registration
      Aaron Hill - 7 years ago
    5. Bump SpongeCommon for capture fix
      Aaron Hill - 7 years ago
    6. Show -115 older commits.
    SpongeCommon
    1. Print more debugging info in TimingsPls
      Aaron Hill - 7 years ago
    2. Ensure that re-opening a closed inventory re-registers its listeners
      Aaron Hill - 7 years ago
    3. Restore captureInventory to previous value.
      Aaron Hill - 7 years ago
    4. Improve CustomInventory performance
      Aaron Hill - 7 years ago
    5. Return -1 when we get an error
      Aaron Hill - 7 years ago
    6. Add debug info to error in getTileEntityId
      Aaron Hill - 7 years ago
    7. Avoid loading entities and TE's when loading existing chunk for regen.
      bloodshot - 7 years ago
    8. Fix chunk always entering terrain generation when we are intending to regenerate.
      Gabriel Harris-Rouquette - 7 years ago
    9. Simplify the chunk offset to allow chunk regeneration.
      Gabriel Harris-Rouquette - 7 years ago
    10. Implement chunk regeneration API.
      bloodshot - 7 years ago
    11. Implement Rotate/Position events.
      bloodshot - 7 years ago
    12. Relocate timings package into SpongeCommon package
      Aaron Hill - 7 years ago
    13. Remove hasSetOwner/hasSetNotifier usage for MixinTileEntity.
      bloodshot - 7 years ago
    14. Add FlowerPot test in relation to #2144. Does verify the first issue included in the PDF being resolved in current versions.
      Gabriel Harris-Rouquette - 7 years ago
    15. Fix owner/notifier checks in MixinTileEntity.
      bloodshot - 7 years ago
    16. Fix scaled health stripping attribute modifiers.
      Gabriel Harris-Rouquette - 7 years ago
    17. Fix missing manipulators (#2127)
      Morpheus - 7 years ago
    18. Add team name/displayname length check
      ImMorpheus - 7 years ago
    19. Prevent having to use "minecraft:" when getting particle types (#2165)
      Adam - 7 years ago
    20. Implement entity-spawn logging
      ImMorpheus - 7 years ago
    21. Fix PositionOutOfBoundsException when calling getHighestYAt
      ImMorpheus - 7 years ago
    22. Still allow GameRegistry.register to be used for recipes.
      Seppe Volkaerts - 7 years ago
    23. Missing license, broken build :D
      ImMorpheus - 7 years ago
    24. Allow modify item MaxStackSize more then 64 (#2145)
      PorPit - 7 years ago
    25. Bump SpongeAPI for EnderDragon phases
      ImMorpheus - 7 years ago
    26. Common changes required to allow for a modified TileEntity.REGISTRY compatibility for Forge MultiPart doing duplicate registrations. (#2095)
      Gabriel Harris-Rouquette - 7 years ago
    27. EnderDragon phases (#1032)
      kashike - 7 years ago
    28. Change always true != null check to instanceof (#2026)
      Simon_Flash - 7 years ago
    29. Fix missing EventContextKeys during Interact events (#2181)
      Morpheus - 7 years ago
    30. implement interaction Slot for ClickInventoryEvents
      Anselm Brehme - 7 years ago
    31. Add test plugin WitherSpawnTest (#1599)
      Ryan Leach - 7 years ago
    32. Add a message during null-check when building a SpongeBlockSnapshot
      ImMorpheus - 7 years ago
    33. Bump version for development towards the next stable release.
      Gabriel Harris-Rouquette - 7 years ago
    34. Mark a new Sponge release 7.1.5
      Gabriel Harris-Rouquette - 7 years ago
    35. Don't convert back and forth between Explosion objects and their unpacked data. (#1368)
      Jonathan Browne - 7 years ago
    36. Bump API for ServerBossBars helper methods
      ImMorpheus - 7 years ago
    37. Add some helper methods for working with ServerBossBars (#1296)
      kashike - 7 years ago
    38. Fix offering walking speed to players.
      Seppe Volkaerts - 7 years ago
    39. Add PaperMC fix for book exploit
      Aaron Hill - 7 years ago
    40. Allow exploit mixins to run on server and client
      Aaron Hill - 7 years ago
    41. Fix negative smelting experience...
      Seppe Volkaerts - 7 years ago
    42. fix PotionType tests
      Anselm Brehme - 7 years ago
    43. Add safety measure in case cached chunk is null.
      bloodshot - 7 years ago
    44. Fix players not being removed from chunk on disconnect.
      bloodshot - 7 years ago
    45. Bump SpongeAPI
      Aaron Hill - 7 years ago
    46. implement PotionType
      Anselm Brehme - 7 years ago
    47. Log a meaningful error when a mod tries to register a invalid smelting recipe.
      Seppe Volkaerts - 7 years ago
    48. Throw a meaningful exception if a item id is accessed before it's registered.
      Seppe Volkaerts - 7 years ago
    49. Add Test Plugin : Score Text Test (#1429)
      Ryan Leach - 7 years ago
    50. Fix spectator not working on respawn (#2119)
      Morpheus - 7 years ago
    51. Partially revert #1958 for world limit fix (#2123)
      Daniel Naylor - 7 years ago
    52. Fix CraftingRecipes catalog.
      Seppe Volkaerts - 7 years ago
    53. Allow recipe registrations through the register event.
      Seppe Volkaerts - 7 years ago
    54. Fix issues with mod dimensions being forcefully loaded by Sponge.
      Gabriel Harris-Rouquette - 7 years ago
    55. Add better logging for unexpected block changes.
      Gabriel Harris-Rouquette - 7 years ago
    56. Avoid random NPEs from mods having null sources of IndirectEntityDamageSource. Fixes SpongePowered/SpongeForge#2577.
      Gabriel Harris-Rouquette - 7 years ago
    57. Make DeathUpdateState process per entity item drops. Fixes SpongePowered/SpongeForge#2297.
      Gabriel Harris-Rouquette - 7 years ago
    58. Avoid trying to check per block entity spawns when entity captures are disabled. Fixes SpongePowered/SpongeForge#2355.
      Gabriel Harris-Rouquette - 7 years ago
    59. Properly fix SpongePowered/SpongeForge#2521.
      Gabriel Harris-Rouquette - 7 years ago
    60. Bump SpongeAPI for error swallowing fix.
      JBYoshi - 7 years ago
    61. Standardize interact events (#2125)
      Morpheus - 7 years ago
    62. Add active item data
      Parker Lougheed - 8 years ago
    63. Update SpongeAPI
      Seppe Volkaerts - 7 years ago
    64. Bump API for abstract data fixes.
      Seppe Volkaerts - 7 years ago
    65. Add @Surrogate for SpongeVanilla
      Aaron Hill - 7 years ago
    66. clear listeners when resetting Inventory buider
      Anselm Brehme - 7 years ago
    67. add DropItemEvent.Close for drops when closing inventories
      Anselm Brehme - 7 years ago
    68. Implement ChangeEntityEquipmentEvents
      Yanbing Zhao - 8 years ago
    69. Fix IllegalStateException in EntityTickPhaseState.
      bloodshot - 7 years ago
    70. Allow plugins to override sponge PvP config.
      bloodshot - 7 years ago
    71. Fix GameRegistryEvent.Register<DataTranslator<?>> not triggering.
      Seppe Volkaerts - 7 years ago
    72. Use a virtual portal agent as a workaround to SpongePowered/SpongeForge#2266
      kashike - 7 years ago
    73. Set EventContextKeys.USED_ITEM when firing UseItemStackEvent
      Aaron Hill - 7 years ago
    74. Ensure that the cause and context for all UseItemStackEvent events is consistent
      Aaron Hill - 7 years ago
    75. Fix incorrect check during pregen that caused all chunks to be loaded again.
      Daniel Naylor - 7 years ago
    76. Don't double-spawn entities when changing dimensions.
      JBYoshi - 7 years ago
    77. Make value processors for JoinData support users
      Aaron Hill - 7 years ago
    78. Fire Forge ServerConnectionFromClientEvent.
      JBYoshi - 7 years ago
    79. Merge pull request #2113 from ImMorpheus/fix/world-gm
      kashike - 7 years ago
    80. fix possible NPE
      Anselm Brehme - 7 years ago
    81. Cleaner solution
      ImMorpheus - 7 years ago
    82. remove custom inventory listeners when inventory is no longer used
      Anselm Brehme - 7 years ago
    83. compat fix with mods that change hotbar size
      Anselm Brehme - 7 years ago
    84. allow to unregister listeners on custom inventories
      Anselm Brehme - 7 years ago
    85. Implement UpdateAnvilEvent
      Anselm Brehme - 8 years ago
    86. fix build
      Anselm Brehme - 7 years ago
    87. Fix DamageType registry not being able to register additional types. Fixes #2101.
      Gabriel Harris-Rouquette - 7 years ago
    88. Actually drop captured entities in BasicInventoryPacketState.
      JBYoshi - 7 years ago
    89. Fix NotePitch objects using the wrong values.
      JBYoshi - 7 years ago
    90. Fix SlotAdapter iterator
      Xakep_SDK - 7 years ago
    91. always use captured crafted stack
      Anselm Brehme - 7 years ago
    92. fix air block getItem
      Anselm Brehme - 7 years ago
    93. Bump Gradle to 3.4.1
      Aaron Hill - 8 years ago
    94. Bump Gradle wrapper to 3.4
      Aaron Hill - 8 years ago
    95. Bump version towards next reccomended build
      Aaron Hill - 8 years ago
    96. Make new Reccomended Build due to Jenkins issue
      Aaron Hill - 8 years ago
    97. Bump RB to next snapshot
      Aaron Hill - 8 years ago
    98. Make new Recommended Build for singleplayer scheduler fix.
      Aaron Hill - 8 years ago
    99. Use proper format string when logging invalid entity
      Aaron Hill - 8 years ago
    100. fix Crafting Preview on after opening a new Container
      Anselm Brehme - 8 years ago
    101. Couple of breeding fixes
      Chris Sanders - 8 years ago
    102. Don't access server before it's available in SpongeScheduler
      Aaron Hill - 8 years ago
    103. Bump RB to next snapshot.
      Gabriel Harris-Rouquette - 8 years ago
    104. Mark new Recommended Build for command plugin container fix. Release 7.1.2
      Gabriel Harris-Rouquette - 8 years ago
    105. Use SpongeCommon container for sponge and help commands
      Daniel Naylor - 8 years ago
    106. mark inventories as dirty and cleanup player inventory state after scheduled tasks ran
      Anselm Brehme - 8 years ago
    107. fix SwitchHotbarScrollState not turning off capture after unwind
      Anselm Brehme - 8 years ago
    108. Some entities make block drops long after the blocks have been broken. Fixes SpongePowered/SpongeForge#2481.
      Gabriel Harris-Rouquette - 8 years ago
    109. Merge implementation of PlainPagedData. Merges #2065.
      Gabriel Harris-Rouquette - 8 years ago
    110. Update API reference. Merge CatalogTypeBuilder implementation additions. Merges #2075.
      Gabriel Harris-Rouquette - 8 years ago
    111. Bump Sponge version towards next recommended build.
      Gabriel Harris-Rouquette - 8 years ago
    112. Make first Recommended Build with the new versioning.
      Gabriel Harris-Rouquette - 8 years ago
    113. Merge Version Changes. Merges #2116.
      Gabriel Harris-Rouquette - 8 years ago
    114. Remove debugging logging for internal plugins.
      Gabriel Harris-Rouquette - 8 years ago
    115. Add a PluginContainer for SpongeCommon using the id 'sponge'. Migrate version strings to use new format.
      Gabriel Harris-Rouquette - 8 years ago
    116. Merge pull request #2115 from kencinder/patch-1
      kashike - 8 years ago
    117. Update ExploitCategory.java
      kencinder - 8 years ago
    118. Fix GameMode not updating
      ImMorpheus - 8 years ago
    119. Update for Key builder change.
      Seppe Volkaerts - 8 years ago
    120. Make catalog type builders consistent. Also make a furnace recipe already a catalog type.
      Seppe Volkaerts - 8 years ago
    121. Assume that book page text is JSON formatted
      Daniel Naylor - 8 years ago
    122. Implement PlainPagedData
      Daniel Naylor - 8 years ago
  5. 1.12.2-2768-7.1.0-BETA-3483

    1. downgrade forge, stupid icon
      kashike - 8 years ago
  6. 1.12.2-2705-7.1.0-BETA-3481

    1. Bump common for move entity event fixes.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  7. 1.12.2-2705-7.1.0-BETA-3480

  8. 1.12.2-2705-7.1.0-BETA-3479

    1. Fix logical boolean.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  9. 1.12.2-2705-7.1.0-BETA-3478

    1. Disable timings for AttachCapabilitiesEvent to reduce startup time.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  10. 1.12.2-2705-7.1.0-BETA-3477

    1. Fix off by one issue causing spam with some redstone and nested neighboring notifications.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
    SpongeCommon
    1. Fix off by one that would cause spam with some excessive redstone stupidity.
      Gabriel Harris-Rouquette - 8 years ago