Sponge Downloads

All builds

  1. 1.16.5-36.2.5-8.1.0-RC1296

    1. Bump SpongeAPI
      ImMorpheus - 3 years ago
  2. 1.16.5-36.2.5-8.1.0-RC1294

  3. 1.16.5-36.2.5-8.1.0-RC1292

    1. Fix Error related to Banned users with Expiration dates (#3817)
      * Resolve date formatting error when expirationDate exists.
      
      * Remove StoredUserListMixin.java
      This actually causes a ClassCastException wherein it attempts to cast a String to a GameProfile
      
      * Appease the checker
      
      * revert changes for StoredUserListMixin
      
      * Appease the checker
      
      ---------
      
      Co-authored-by: Jesse <[email protected]>
      Jesse McKee - 3 years ago
  4. 1.16.5-36.2.5-8.1.0-RC1291

    1. removed unnecessary blocking (#3832)
      Co-authored-by: ZelvaLea <[email protected]>
      ZelvaLea(JolyJDIA) - 3 years ago
  5. 1.16.5-36.2.5-8.1.0-RC1290

  6. 1.16.5-36.2.5-8.1.0-RC1278

  7. 1.16.5-36.2.5-8.1.0-RC1276

    1. Fix ChunkEvent.Save.Post firing too early
      The chunk was only scheduled to be saved here and does not yet exists in the storage container
      aromaa - 3 years ago
  8. 1.16.5-36.2.5-8.1.0-RC1269

    1. Fixes to serialization behavior
      We were marking world unload as manual save, it should be explicitly asked for.
      
      The documentation of ServerWorld#save states that it should return false on SerializationBehavior.NONE.
      However still call the events to be consistent with how it works for other sources.
      
      Make sure we set the isManualSave to false in case the save event is cancelled. Otherwise the next call would be errously marked as manual save.
      
      Fixed that we did not do automatic saves on saves marked as manual, we should always on automatic behaviour.
      aromaa - 3 years ago
  9. 1.16.5-36.2.5-8.1.0-RC1264

  10. 1.16.5-36.2.5-8.1.0-RC1263

    1. Remove impl from ServerLevelMixin
      We no longer call bridge and this is causing Entity objects to leak
      aromaa - 3 years ago