sylvxa / sswaystones

Polymer-based server side Waystone mod.
MIT License
4 stars 2 forks source link

Does not work for bedrock / mobile players UNLESS they are operator?! #4

Closed MarkHarrisMedia closed 2 months ago

MarkHarrisMedia commented 2 months ago

Does not work for bedrock / mobile players UNLESS they are operator?!

sylvxa commented 2 months ago

This shouldn't be the case, can you explain the issue a little more?

MarkHarrisMedia commented 2 months ago

I've tested it with both java / pc and mobile / bedrock. It worked perfect on java / pc whether I was operator or not. However, on mobile / bedrock, it worked if I was operator, but once /deopped myself, it would not let me click on the waystone, the gui would not open up. Since there is no permissions node to assign non opped users, it wont work for my server. Please help me fix this as your mod is exactly what I was looking for, I hope we can get it working right.

I even tried adding luckperms but cant find any permission nodes to assign nonopped users.

sylvxa commented 2 months ago

I can't recreate this issue, can you post more about the server you are running? Do you have any sort of land protection mods, spawn protection, etc? Are there any errors in the console or chat?

Please post a mod list and check if the waystone is in any protected land.

MarkHarrisMedia commented 2 months ago

There are not any protected land mods on my server. I will send mod list as soon as I can.

On Sat, Aug 24, 2024 at 11:02 AM sylvie <3 @.***> wrote:

I can't recreate this issue, can you post more about the server you are running? Do you have any sort of land protection mods, spawn protection, etc? Are there any errors in the console or chat?

Please post a mod list and check if the waystone is in any protected land.

— Reply to this email directly, view it on GitHub https://github.com/sylvxa/sswaystones/issues/4#issuecomment-2308423242, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKDQGQW7ZEXY5MWR3MFVM6TZTCN65AVCNFSM6AAAAABM7TEG6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGQZDGMRUGI . You are receiving this because you authored the thread.Message ID: @.***>

sylvxa commented 2 months ago

I tested it out and I would guess you are experiencing the effects of vanilla Minecraft's spawn protection. It won't let you interact with any blocks within the default 16 blocks, though that wouldn't explain why the Java account is still able to interact with the waystone. Try setting this to 0 in the server.properties and see if the issue is still occurring, and post your mod list if not. All I know is that there is nothing in this mod adding a permission check to the waystone viewer.

MarkHarrisMedia commented 2 months ago

I appreciate that. It seems to be working now after restoring a backup and setting spawn protection to 0.

Thank you! I am excited to start using this mod.

sylvxa commented 2 months ago

Closing!