You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no direct fix. Caused by #107 it was required to remove the boat during startup cooldown.
But this causes a problem. The player will sink to ground of the arena within those 10 seconds.
So there is a workaround: Place excatly one solid block at the water surface and create the spawns there. The player will spawn on top of the block without boat. Once the match begins the boat is spawned and entered by the player. The solid block will be replaced by water (disappearing).
Within one of the next versions there will be a configuration option to choose from three modes:
spawn boat on water surface at start of the match count down, but do not deny movement. All players can move within the 10 seconds till the match starts.
spawn boat on top of a solid block as soon as the match starts; no movement allowed during match cooldown
like 2 but replace the spawn block with air or water.
see https://www.spigotmc.org/threads/seabattle.150871/#post-1604483
The text was updated successfully, but these errors were encountered: