Quick question on world naming
How does the DHS plugin recognize world names? I have a world called "world 2025-04" and for the life of me I cannot get LOD generation to start from console where I need to specify the world. I continuously get "Unknown world." Combinations I have tried include
* world 2025-04
* world-2025-04
* world_2025-04
* world_2025_04
* world2025-04
* world202504
* "world 2025-04"
Any thoughts? TIA
8 Replies
Hm, I did not expect worlds with spaces in the name
What does
/dhs worlds
say?World list:
- world 2025-04 (a2600b65-f958-41bb-b83f-78c8272b76bb)
- world 2025-04_nether (24708bd8-69fb-418b-9317-0e14d364c379)
- world 2025-04_the_end (b043589f-69fc-467f-8925-ec102e1a43e5)
Thanks for the quick response. I am also dealing with timeout issues (may make new thread later) so I'm glad the command above loaded. Forgot to mention too I'm using the 9.0.0 plugin nightly branch. Stable branch seems to load (console shows responsivity) with 1.21.5 on Spigot but no commands are active and the plugin is otherwise disabled.
Okay, so the server sees the space as a space. I would need to implement some better command argument parsing.
And yes, the current develop build has quite a few changes over the 0.8.1 release
0.8.1 has no commands, and simply works in the background to generate LODs once they are requested
Cool thanks for the info. I can work with generating chunks with my account in-game for now
Alright. I'll fix this later today probably. Will ping you once it's done
No rush!!
Here. It's not a super nice solution, but will work. Simply use underscores instead of spaces when writing the world name in the command, like you tried before

Awesome, thanks!!