Skip to content

Releases: Shynixn/BlockBall

Release 7.41.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 20:40
4801644

Bugs/Issues

  • #749 Fixed throw-ins and corner kicks positions were not calculated correctly.

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.2
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

BlockBall (Free)

  • For Minecraft 26.2 (the free version only supports the latest Minecraft version)
  • Download: BlockBall.jar

Release 7.41.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:05
c993d54

Bugs/Issues

  • #747 Fixed compatibility with Paper 26.2 builds.

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.2
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

BlockBall (Free)

  • For Minecraft 26.2 (the free version only supports the latest Minecraft version)
  • Download: BlockBall.jar

Release 7.41.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 20:28
16bb0a6

Important

  • After installing this update and rebooting your server, the ball properties are no longer stored in your arena files.
  • Executing the /blockball toggle <arena> twice on an arena removes the old properties from your arena files and adds new ones
  • Previously set ball properties are not converted. If you have changed the ball properties according to your arena size, you need to reconfigure the ball in the plugins/BlockBall/ball/soccer_ball.yml file. Use /blockball reload to see the changed ball.
  • If you are using different soccer balls for different arenas, you need to create a ball file per arena. Simply copy the default soccer_ball.yml, rename the file, set a new name in the ball file and change the ballNameproperty in your arena file to that name.

Changes

  • #527 Replacing the entire ball physics engine with the new 2026 ball engine.
  • #527 All information can be found on this new wiki page
  • #527 The ball is no longer tied to the arena and can be configured in the new plugins/BlockBall/ball folder.
  • #527 Added new ball properties and replaced existing ones to make it more realistic.
  • #527 The ball can now be configured to have a realistic bounce, spin, and friction.
  • #527 The ball now bounces off walls and players in a more realistic way.
  • #527 The ball can be configured to allow grabbing and throwing. A sample ball called hand_ball.yml is included in the plugins/BlockBall/ball folder.
  • #527 Added configurable ball interactions. You can now configure to take sprinting, sneaking, selected hotbar slots, and more into account when interacting with the ball. e.g. the ball can be shot further while sprinting, the ball can do a left curve when the left slots are selected
  • #527 A sample ball called curve_soccer_ball.yml is available to see how to configure such interactions.
  • #527 The developer api has changed. You can now spawn balls outside of games and use it for other minigames or purposes on your server.
  • #744 Added support for Minecraft 26.2
  • #743 Added a new flag to allow or deny block and items interactions during BlockBall in Minigame mode.

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.2
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

Release 7.40.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:09
6d31bfd

Bugs/Issues

  • #740 Fixed scoreboard race conditions which could cause players to see a wrong scoreboard.

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.1
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

BlockBall (Free)

  • For Minecraft 26.1 (Extended free support for 26.1 because of the Worldcup 2026. )
  • Download: BlockBall.jar

Release 7.40.2

Choose a tag to compare

@github-actions github-actions released this 22 May 19:31
4328c33

Changes

  • #734 Fix club game reference property loading

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.1
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

Release 7.40.1

Choose a tag to compare

@github-actions github-actions released this 10 May 17:36
25f90e8

Warning

This update is experimental and should be installed and tested with caution.
Delete the en_us.yml before installing this update otherwise the new throw-in messages may not be displayed correctly.
You may use v7.39.1 instead which can be considered stable.

Bugs/Issues

  • #732 Replace the goal kick and corner kick detection with dedicated out areas. Take a look at the updated wiki page

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.1
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

Release 7.40.0

Choose a tag to compare

@github-actions github-actions released this 06 May 20:15
fba1d70

Warning

This update is experimental and should be installed and tested with caution.
Delete the en_us.yml before installing this update otherwise the new throw-in messages may not be displayed correctly.

Changes

  • #680 Added throw-ins, corner kicks and goal kicks to BlockBall. This means you can now optionally disable the ball forcefield to automatically trigger a throw-in, corner kick or goal kick when a ball is shot outside of the field. It can be enabled for all game types (hub-game, mini-game, referee-game). Take a look at the updated wiki page The throw-in is a standard "kick" for now because BlockBall does not have any implemented throwing mechanism yet. It is planned for a future update.
  • #680 Updated the design of blockball.shynixn.com.

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.1
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

Release 7.39.1

Choose a tag to compare

@github-actions github-actions released this 11 Apr 09:38
28987ec

Changes

  • #727 Added support for Minecraft 26.1.x

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.1
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Club VS Club games
  • Download: https://www.patreon.com/Shynixn

Release 7.39.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 18:20
162bbeb

Changes

  • #723 Added support for Minecraft 26.1

Bugs/Issues

  • #724 Fixed teleport on HubGame join did not work.

Minecraft

BlockBall (Premium)

  • For Minecraft 1.8.9 - 26.1
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Download: https://www.patreon.com/Shynixn

Hytale

Download here

Release 7.38.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 18:26
2bcb4ca

Changes

  • #712 Added a soccer club management and club VS club games to BlockBall. This update is very huge and brings a lot of features, permissions, config file entries, language file entries. Please take look at the 2 new wiki pages club management + club games.
  • #712 This update can be installed without any additional steps but it is highly recommended to to delete the /plugins/BlockBall/config.yml and BlockBall/lang/en_us.yml file before in order to recreate them with the new options.
  • #717 Armor is now applied after teleporting the player to the arena, which should solve compatibility issues with per-world inventory plugins

Minecraft

BlockBall (Premium)

  • For Minecraft 1.8.9 - 1.21.11
  • Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Supports Folia
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Download: https://www.patreon.com/Shynixn

Hytale

BlockBall-Hytale (Premium)

  • Support the developer to add more features to the Hytale port of BlockBall
  • Stats tracking (Amount of Goals, WinRate, etc.)
  • Referee gamemode (allow referees to control the flow of the match)
  • Website Integration (share your games and player statistics)
  • Download: https://www.patreon.com/Shynixn

BlockBall-Hytale (Free)