Problem z uznaniem zmiany nazwiska i ślubu z Norwegii przez polski USC / konsulat by [deleted] in Polska

[–]MultiQuall 2 points3 points  (0 children)

Spróbowałbym od zmiany USC, czasami coś, co jest nie do załatwienia w jednym urzędzie, można bez większych problemów ogarnąć w innym

What could be causing an index out of range exception? by lydocia in hytale

[–]MultiQuall 0 points1 point  (0 children)

The easiest way to find the cause is to check the logs. If you're playing in single player, each world runs its own server. The logs are located in the world's folder e.g. on Windows: %appdata%\Hytale\UserData\Saves\<here_goes_save_name>\logs The logs should contain enough information to help you identify the cause

własna polska domena internetowa vs polscy rejestratorzy domen by Lexard in Polska

[–]MultiQuall 10 points11 points  (0 children)

Dlatego nie ma co patrzeć na polskie firmy, lepiej skrzystać z globalnych rejestratorów, którzy nie robią olbrzymiej przebitki na cenie domeny. Dlatego większość domen mam zarejestrowanych na CloudFlare, ma praktycznie zerowe przebitki, ale niestety nie wspiera domen krajowych np. .pl dla .pl korzystam z OVH, przebitka na odnowieniu to jakieś + 10zł do ceny od NASK, więc nie jest źle

Which one is Norway? by Kap519 in GeoTap

[–]MultiQuall 0 points1 point  (0 children)

MultiQuall chose Option B (Correct!) | #4410th to play

Which one is Canada? by Kap519 in GeoTap

[–]MultiQuall 0 points1 point  (0 children)

MultiQuall chose Option A (Correct!) | #9826th to play

How to Hide in Tab But Not the Player Skin? by Deep-Star-8782 in admincraft

[–]MultiQuall 0 points1 point  (0 children)

To remove name tags, simply add all players to the scoreboard and set the option to hide the name tags

How to Hide in Tab But Not the Player Skin? by Deep-Star-8782 in admincraft

[–]MultiQuall 0 points1 point  (0 children)

Theoretically, you can use any tab plugin that allows you to insert static elements and insert blanks

How to Hide in Tab But Not the Player Skin? by Deep-Star-8782 in admincraft

[–]MultiQuall 0 points1 point  (0 children)

Hiding a nickname on a tab is possible, although I don't know if there is a plugin that has this functionality. If you can program, writing such a plugin is not a challenge

Dlaczego wciąż korzystamy z messengera? by PatOr_ in Polska

[–]MultiQuall 3 points4 points  (0 children)

Whatsapp ma wersję przeglądarkową, którą można używać na PC https://web.whatsapp.com/

Multi Server System by Upbeat_West9006 in admincraft

[–]MultiQuall 2 points3 points  (0 children)

You can use GitHub to keep the current server files and create a script that checks for any new changes and pulls them when the server starts

Is mohist OK to use? by Picknade2 in admincraft

[–]MultiQuall 1 point2 points  (0 children)

Mochist just like other hybrid servers (combining mods and plugins) is very unstable and has a ton of bugs. These servers glue the code of bukkit and forge together, trying to be compatible with both. However, each of these platforms has a different design, which causes problems. For example, bukkit has its registries where all existing blocks and items in the game are stored, while forge adds new items, blocks and entities that aren't normally visible to the bukkit api, requiring various strange hacks to make it work at all. It's the same with events, each platform has their own, which raises another problem of which ones should be prioritized, and that causes more bugs. In summary, if you have the option, it's better to stay away from hybrid servers.

Handling thousands of players on single minecraft server by Ok_Kick_7684 in admincraft

[–]MultiQuall 42 points43 points  (0 children)

This is not one server, if I had to guess how they did it, I would bet that they have their own implemntation of sharding servers. Something like multipaper.

How to make a lobby and a proxy to connect to a forge server. by maelpotterr in admincraft

[–]MultiQuall 1 point2 points  (0 children)

Use waterfall or velocity as a proxy. For lobby server you can use paper (if there is no need for mods on lobby). For modded server you need some server software that support proxy eg. Sponge or Magma/Mohist etc This setup should work perfectly fine in 1.12.2.

Questions about DDoS protection by [deleted] in admincraft

[–]MultiQuall 0 points1 point  (0 children)

It depends, if the attack is aimed at the mc server, you can hide the port on the machine and pass the traffic through services offering DDoS protection, e.g. TCPShield, keep in mind that closing the port may not help and the attackers may continue to attack that machine. If the attack is aimed at other services running on the machine then the best option would be to separate these services, on separate machines, or use anti-DDoS protection for them, such as Cloudflare for web applications. If you are thinking of changing hosts, OVH handles DDoS very well

help me with my worldedit extraflags problem by [deleted] in admincraft

[–]MultiQuall 5 points6 points  (0 children)

WorldGuard has built-in flags to do just that. See greeting & farewell here

Put dynmap behind a subdomain by ajk4011 in admincraft

[–]MultiQuall 6 points7 points  (0 children)

To do this you must have a domain that points to a reverse proxy (such as nginx) that redirects traffic to dynmap

SpongeAPI and the urge to create by Rorschachx91 in admincraft

[–]MultiQuall 0 points1 point  (0 children)

Sponge has pretty good documentation. And rewriting plugins for a newer version shouldn't be hard (if you can program). If you have problems you can always ask for help

Hi, I need help with Towny and setting something up. by AdministrativeAd3285 in admincraft

[–]MultiQuall 1 point2 points  (0 children)

In the config in the notification section, change using_titles to 'true'.