server side /dh command doesnt exist?
So i have installed the distant horizons serverside plugin, the pugin gives no errors in the logs at all and seems to work no problem. However the /dh command is not recognized and does not do anything? Is this command not supported yet on the plugin version or is this an error? I was unable to find ant details about this
Solution:Jump to solution
for anyone else with the same issue: https://gitlab.com/distant-horizons-team/distant-horizons/-/wikis/1-user-guide/1-frequently-asked-questions/5-server-owners/Server-Owners
GitLab
Server Owners · Wiki · Distant-Horizons-Team / Distant Horizons ...
This is a mod that adds a Level Of Detail (LOD) system to Minecraft. This implementation renders simplified chunks outside of the normal render distance allowing for an...
5 Replies
Read the wiki
The plugin uses
/dhs
for its commands, and that's only available in recent nightlies. If you're on 0.8.1 or older, then you have no commands at all.i found it hidden in the plugin wiki, was looking at this wiki https://gitlab.com/distant-horizons-team/distant-horizons-server-plugin/-/wikis/home. Thanks guess im stupid
Solution
for anyone else with the same issue: https://gitlab.com/distant-horizons-team/distant-horizons/-/wikis/1-user-guide/1-frequently-asked-questions/5-server-owners/Server-Owners
GitLab
Server Owners · Wiki · Distant-Horizons-Team / Distant Horizons ...
This is a mod that adds a Level Of Detail (LOD) system to Minecraft. This implementation renders simplified chunks outside of the normal render distance allowing for an...
DH won't be able to generate LODs for chunks outside the vanilla render distance unless DH is installed on the server (DH 2.3.0+). Instead, as you travel around the world, LODs will be generated for areas you've visited.
If DH is installed on the server, it will work just like in singleplayer, gradually pregenerating chunks around the player. The server also has access to the
/dh pregen start <dimension> <origin> <chunkRadius>
command, useful when you want to pregen without anyone online.
For more information about serverside support, click hereGitLab
Server Owners · Wiki · Distant-Horizons-Team / Distant Horizons ...
This is a mod that adds a Level Of Detail (LOD) system to Minecraft. This implementation renders simplified chunks outside of the normal render distance allowing for an...
Don't worry. You're not the first person to make this mistake. Literally just a minute before you posted, I made a change to the plugin so that it responds to /dh as well - but it will just respond "Did you mean /dhs?"