I like that mod but there is no easy way to know if a server has draconis.
I can't login into tunnelers' abyss due to how heavy the modpack is, eternal elements uninstalled draconis to ease lag, mystic survival is down for now and roaming lands is gone. It's like servers don't want me to play it :p
Looking for servers with Draconis
- SakhotGamer
- Member
- Posts: 24
- Joined: Sun Dec 13, 2020 00:17
- IRC: Sak
- In-game: Sak
- Location: 100m away from you and approaching rapidly
Looking for servers with Draconis
"That ain't a train of logic, it's a roomba! Except my roomba actually knows how to not fall downstairs..."
- Blockhead
- Moderator
- Posts: 2178
- Joined: Wed Jul 17, 2019 10:14
- GitHub: Montandalar
- IRC: Blockhead256
- In-game: Blockhead Blockhead256
- Location: Land Down Under
- Contact:
Re: Looking for servers with Draconis
I have a script for finding servers with a mod,
or for the full info,
(the serverlist file comes from servers.minetest.net/list.json, you can fetch it with curl https://servers.minetest.net/list.json -o <name>
I ran it on the serverlist just now and this is what it spat out:
"Tunnelers' Abyss"
"[Brasil] Metaverso [ComiteNerd]"
".: Mercurio :."
"Halb und Halb"
"Night City"
"Shipwreck Island"
"Un monde merveilleux"
"Dragons et Villages [FRANCE]"
"NXE"
A lot of those seem not to be targetted at English-language players or may be in a bad region for ping, but I hope it helps.
Spoiler
Code: Select all
jq '.list | map(select(.mods != null)) | map(select(.mods | contains(["draconis"]))) | .[].name' serverlist-2024-10-108.json -C | less -R
Code: Select all
jq '.list | map(select(.mods != null)) | map(select(.mods | contains(["draconis"])))' serverlist-2024-10-108.json -C | less -R
"Tunnelers' Abyss"
"[Brasil] Metaverso [ComiteNerd]"
".: Mercurio :."
"Halb und Halb"
"Night City"
"Shipwreck Island"
"Un monde merveilleux"
"Dragons et Villages [FRANCE]"
"NXE"
A lot of those seem not to be targetted at English-language players or may be in a bad region for ping, but I hope it helps.
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂
- SakhotGamer
- Member
- Posts: 24
- Joined: Sun Dec 13, 2020 00:17
- IRC: Sak
- In-game: Sak
- Location: 100m away from you and approaching rapidly
Re: Looking for servers with Draconis
Oh thank you! That's a very useful script, and yeah only NXE, shipwreck island and tunnelers' abyss seem to be aimed at english speaking players. I can't find night city right now, it may be down but I have seen in the server list beforeBlockhead wrote: ↑Tue Oct 08, 2024 03:52I have a script for finding servers with a mod,I ran it on the serverlist just now and this is what it spat out:Spoiler
or for the full info,Code: Select all
jq '.list | map(select(.mods != null)) | map(select(.mods | contains(["draconis"]))) | .[].name' serverlist-2024-10-108.json -C | less -R
(the serverlist file comes from servers.minetest.net/list.json, you can fetch it with curl https://servers.minetest.net/list.json -o <name>Code: Select all
jq '.list | map(select(.mods != null)) | map(select(.mods | contains(["draconis"])))' serverlist-2024-10-108.json -C | less -R
"Tunnelers' Abyss"
"[Brasil] Metaverso [ComiteNerd]"
".: Mercurio :."
"Halb und Halb"
"Night City"
"Shipwreck Island"
"Un monde merveilleux"
"Dragons et Villages [FRANCE]"
"NXE"
A lot of those seem not to be targetted at English-language players or may be in a bad region for ping, but I hope it helps.
"That ain't a train of logic, it's a roomba! Except my roomba actually knows how to not fall downstairs..."