Releases: Shynixn/BlockBall
Releases · Shynixn/BlockBall
Release 7.12.0
Changes
- #592 Added support for team displaynames. Each team has now got a
displayName
property, which is used in all messages via the new placeholders. Execute the/blockball toggle <game>
command twice to transfer the property to your existing arena files. You need to manually add&9Team blue
,&cTeam red
&fTeam referee
to thedisplayName
properties. Many language file messages have been changed, you may want to delete/recreate your language files. - #605 Added the duration property to language files for action bar messages. This allows to define how long an actionbar message is sent.
- #602 Added new placeholders to display the current amount of goals, ownGoals and totalGoals during a game.
- #601 The forcefield for hubgames is now restricted by the y height of the arena. This means, you can now fly over the arena without getting the join prompt.
- #597 Extended the
/blockball referee setball
command to allow setting absolute coordinates. - #597 Added the
/blockball referee setballrel
command to spawn the ball relative to the player position.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
- BlockBall stats on your Discord Server → MCPlayerStats.
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.11.1
Bugs/Issues
- #603 Fixed a concurrent modification error can happen for the ball to get stuck.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.11.0
Changes
- #577 The ball uses the InteractionEntity now to detect clicks on the ball in Minecraft versions greater or equal to 1.19.4. This hitbox replaces the slime hitbox and fixes all unintended player pushing. You can configure the size of this hitbox using the
kickPassHitBoxSize
property. You can toggle the hitbox visibility usingF3 + B keys
ingame. - #599 Removed the internal dependencies aopalliance, guice and gson. This makes the BlockBall jar file a lot smaller and reduces the memory footprint of the application.
- #599 Reworked the placeholder implementation. The
%blockball_lang_bossBarMessage%
placeholder does no longer exist. Replace it with"&cTeam Red %blockball_game_redScore% : &9%blockball_game_blueScore% Team Blue"
in your arena.yml file.
Bugs/Issues
- #596 Fixed a reloading game issue.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.10.1
Bugs/Issues
- #594 Fixed booting BlockBall in Minecraft 1.17.1.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.10.0
Changes
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Bedrock GeyserMC resource pack (skin and ball rotation for bedrock servers)
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.9.0
Changes
- #585 Extended the blockball join and leave command to allow an optional player parameter to force join other players. See wiki for details.
- #573 The
/blockball join
command now also supports switching teams. This allows to create team switching signs by simply adding the team argument. - #586 The default arena template now contains colored leather armor for each team again. This only applies to newly created arenas.
- #587 Added a new property
ignoreGoalSize
to allow to setup smaller goals than 2x2x2. Execute the/blockball toggle <arena>
command twice to transfer this property to your arena file. - #581 Added a queue timeout timer to the minigame mode of BlockBall. This can be changed via the property
queueTimeOutSec
. Execute the/blockball toggle <arena>
command twice to transfer this property to your arena file.
Bugs/Issues
- #589 Removed empty remaining players message. This is an obsolete feature, which is no longer being used.
- #588 Fixed ball spawn delay property does not work as expected.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.8.0
Changes
- #580 Added support for Minecraft 1.21.4
- #578 Added chinese language file. Thanks to @ItsDApples .
Bugs/Issues
- #579 Removed setting the player speed when someone joins a BlockBall game. This setting caused more harm than good. If you need it for your server, you can simply add a join command to manipulate the player speed on join
/attribute %blockball_player_name% minecraft:generic.movement_speed base set 4.0
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.4
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
BlockBall (Free)
- For Minecraft 1.21.4 (the free version only supports the latest Minecraft version)
- Download: BlockBall.jar
Release 7.7.0
Changes
- #575 Reworked the language files to use the .yml format instead of the .properties format. You can now specify where each message is displayed like
CHAT
,TITLE
,ACTIONBAR
. If you do not need the message, you can hide it completely usingHIDDEN
. Your existing language files will not be deleted but they are no longer used. You need to manually transfer your changed messages to the new file. - #574 Added a new arena.yml option
interactionCoolDownPerPlayerMs
, which allows to define a ball click cooldown per player. Use the/blockball toggle <arena>
command twice to transfer the property to your arena file.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.3
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
Release 7.6.1
Bugs/Issues
- #571 Fixed the ball does not collide with passable blocks (e.g. cobweb)
- #569 Fixed the goal message does not use the correct player name.
- #568 Fixed team player count placeholders were missing.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.3
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn
Release 7.6.0
Changes
- #566 Added support for Minecraft 1.21.3.
BlockBall (Premium)
- For Minecraft 1.8.9 - 1.21.3
- Stats tracking (Amount of Goals, WinRate, etc.)
- Referee gamemode (allow referees to control the flow of the match)
- Download: https://www.patreon.com/Shynixn