-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #591 from Shynixn/development
Merge changes to master --release
- Loading branch information
Showing
11 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Bedrock | ||
|
||
BlockBall supports crossplay with Bedrock clients (SmartPhone,Windows,Console, etc.) using [GeyserMC](https://geysermc.org/). | ||
|
||
### Initial Setup | ||
|
||
* Install [GeyserMC](https://geysermc.org/) on your server or on your proxy server. | ||
* Install BlockBall on your Spigot/Paper based server | ||
* Join your server with a BedRock client and join the BlockBall game ``/blockball join game1``. | ||
* Observe that the ball will be displayed as a simple player_head because bedrock does not support custom player heads. | ||
* Observe, that the ball will not be able to rotate. | ||
|
||
### Fixing skin and rotations via GeyserMC (PatreonOnly) | ||
|
||
Thanks to my **Patreon supporters**, who have funded this feature :heart: . | ||
They can download my [prepared zip file](https://www.patreon.com/Shynixn) to easily setup BlockBall for Bedrock. | ||
|
||
If you are using the free version of BlockBall, you can still configure BlockBall for Bedrock, but it is more work for you. If you want | ||
to save time, become a patreon member at [https://www.patreon.com/Shynixn](https://www.patreon.com/Shynixn). | ||
|
||
=== "Spigot/Paper" | ||
|
||
* Download the ``BlockBall-GeyserMC.zip`` file from [https://www.patreon.com/Shynixn](https://www.patreon.com/Shynixn). | ||
* Extract the ``BlockBall-GeyserMC.zip`` contents into your ``plugins\Geyser-Spigot``. | ||
* Extract the ``custom-skulls_blockball.yml`` into ``plugins\Geyser-Spigot\custom-skulls_blockball.yml`` | ||
* Extract the ``packs/BlockBallPack.mcpack`` into ``plugins\Geyser-Spigot\packs\BlockBallPack.mcpack`` | ||
* Copy the ``player-profiles`` values from ``plugins\Geyser-Spigot\custom-skulls_blockball.yml`` into the ``plugins\Geyser-Spigot\custom-skulls.yml`` file. | ||
|
||
=== "Proxies (BungeeCord, Velocity, etc.)" | ||
|
||
* Download the ``BlockBall-GeyserMC.zip`` file from [https://www.patreon.com/Shynixn](https://www.patreon.com/Shynixn). | ||
* Extract the ``BlockBall-GeyserMC.zip`` contents into your ``plugins\Geyser-<Proxy>``. | ||
* Extract the ``custom-skulls_blockball.yml`` into ``plugins\Geyser-<Proxy>\custom-skulls_blockball.yml`` | ||
* Extract the ``packs/BlockBallPack.mcpack`` into ``plugins\Geyser-<Proxy>\packs\BlockBallPack.mcpack`` | ||
* Copy the ``player-profiles`` values from ``plugins\Geyser-<Proxy>\custom-skulls_blockball.yml`` into the ``plugins\Geyser-<Proxy>\custom-skulls.yml`` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters