Recent content by _Souper_

  1. S

    [MC-Plugins] Redis or SQL

    You could use Redis to cache your query results from SQL/MongoDB. Redis has an automatic way to set an expiry so all you really have to do is check if a key exists, if it does return the value of it and if it doesn't do your expensive query, set your key and return the query result. So, i...
  2. S

    OpenVPN setup

    This is an old thread but this info might be useful for someone out there: couldn't you just run an install script like https://github.com/angristan/openvpn-install on your server (it asks for an IP to listen on, you could set this to the private IP of your server) and then use the .ovpn config...
  3. S

    Looking for a specific host

    I'm looking for a cheap-ish minecraft hosting provider that doesn't just run the server with java -jar server.jar and then proceeds to monitor the ram usage of the process and then kills it if it reaches the ram limit. Maybe someone who actually uses Xmx and Xms and sets it to however much ram...
  4. S

    VPS

    You could throw everything on a VPS but that would most likely be the most expensive route ( $/GB ). If you don't expect a lot of players on your hub you could throw your proxy and the hub on a VPS and get your regular servers from a mc hosting provider. Try to get the VPS from the same hosting...
  5. S

    Minecraft server lists are boring.

    How would YOU improve them? I feel like the same design/features have been recycled over and over again and there is nothing new...I'm in the middle of making a new server list from scratch using Sveltekit(I've acquired the following domains: minecraftservers.gg and mc-list.app, not sure which...
Top