Not seeing pregenerated chunks on server running DHSupport plugin.
My client is on 1.21.5 and the mod works clientside no problem. My server is on PaperMC 1.21.4, I am connecting with ViaVersion. After a while of using it client-side I installed DHSupport on the server. All of my client-side LODs disappeared which I assume is the result of the server trying to send me LODs.
I ran /dhs pregen start survival 0 0 3000. I waited a while and let it finish. I don't see the LODs at all. As you can see in the image I am well within 3000 blocks of 0, 0 and the only LODs visible are of the two places I have manually been to myself via the nether (hence why there are gaps in between).
I'm using the latest
I ran /dhs pregen start survival 0 0 3000. I waited a while and let it finish. I don't see the LODs at all. As you can see in the image I am well within 3000 blocks of 0, 0 and the only LODs visible are of the two places I have manually been to myself via the nether (hence why there are gaps in between).
I'm using the latest
DistantHorizonsSupport-Bukkit-Paper-0.9.0-1.21.4 build I got off gitlab.
Solution
The plugin does this permission check in two steps:
First it checks if the permission has been set at all, ignoring its value. If it has not been set, then the player is allowed to use DH.
If it has been set, then it check the actual value of the permission and uses that to determine if the player is allowed to use DH.
This way the effective default value of this permission is
First it checks if the permission has been set at all, ignoring its value. If it has not been set, then the player is allowed to use DH.
If it has been set, then it check the actual value of the permission and uses that to determine if the player is allowed to use DH.
This way the effective default value of this permission is
true for everyone, but server admins have the option of setting it to false for certain players.