Nosirrom
AAdmincraft
•Created by Nosirrom on 8/29/2023 in #questions
Simple Voice Chat with TCPshield
Has anyone gotten these to work together? The mod needs an additional port to be opened but I'm not seeing options for that on the TCPshield site.
7 replies
AAdmincraft
•Created by Nosirrom on 7/21/2023 in #questions
Can docker download modpacks using mohist type?
https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/hybrids/
The documentation is unclear on this. I see options for curseforge and auto-curseforge to automatically download packs, using MOD_PLATFORM or TYPE flags, and also for mohist (or other hybrids) we have the TYPE flag.
I actually did try having both modplatform=auto_curseforge and type=mohist as the same time, but it seems to just ignore the mohist type?
Anyone know a way around this?
22 replies
AAdmincraft
•Created by Nosirrom on 7/19/2023 in #questions
modrinth server mod on auto curseforge?
I am using docker. I am using auto curseforge for my pack but need a single server side mod from modrinth/github.
Is there a good clean way to do this?
5 replies
AAdmincraft
•Created by Nosirrom on 7/17/2023 in #questions
Help connecting velocity to spigot
Hi I am trying to setup velocity to connect to spigot and have connection problems. The mcserver does not log anything upon connection attempt whereas velocity logs connection refused:
Error message and docker config here: https://pastebin.com/e2Ca8kUd
velocity.toml here https://pastebin.com/4t4p1UgC
In the server.properties I have set the IP to 127.0.0.1 as in the securing guide here https://docs.papermc.io/velocity/security
I have also set the port in the server.properties to 25566. And online-mode=false. https://pastebin.com/GzuNE178
In spigot.yml I have set bungeecord=true.
In paper-global.yml I have set the proxies as follows:
Any help would be nice here, as I am not sure which config(s) I have misconfigured.
72 replies
AAdmincraft
•Created by Nosirrom on 7/16/2023 in #questions
How does velocity work?
I'm interested in using TCPshield with a forge server and AFAIK the only way is by using a proxy such as velocity. I am having some problems but also have some questions about the fundamentals here.
So I am reading all these docs and have some docker containers up for velocity and curseforge, but have a problem where I cannot connect.
I think this is due to the ports being set incorrectly in the server.properties and/or the velocity config. But what should they be? My server properties is 25566, the velocity server is using 25577 (default), with the forge server set to "127.0.0.1:25566".
My question about fundamentals is how do clients even know which port to connect on? I see for velocity that all backend servers should be using different ports eg, 30066, 30067, 30068, and velocity has 25577, so how does a client connect via 25565?
18 replies