yesdog / Waterdog

Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
MIT License
186 stars 37 forks source link

Packs and Shaders #108

Closed Infernus101 closed 3 years ago

Infernus101 commented 4 years ago

Version of Waterdog

Waterdog-Bootstrap:1.15-SNAPSHOT:e3f355f:unknown by md_5

Expected Behavior

Shaders and Server Resource Pack working concurrently

Actual Behavior

If I enable Resource pack in waterdog, player's shaders or other resource packs gets disabled. If i disable the resource pack, players can use the shaders again.

Describe the bug

I am assuming the resource pack is being forced on the client and all the other packs/shaders are getting disabled. This shouldn't happen as shaders are needed by players as well as the server resource pack.

To Reproduce

Have a resource pack on waterdog and join the server with shaders/other packs and it will disable them.

Server software used:

Pocketmine 3.12.0

colinrgodsey commented 4 years ago

hmm, currently there's no option to make the packs required vs not. we'll need to add a configuration open for that (currently, if packs are present, they're marked as required).

Infernus101 commented 4 years ago

Yes, please