hosts/minecraft: translate a couple of messages

This commit is contained in:
Gabriel Fontes
2023-01-05 03:58:18 -03:00
parent b3db304dfb
commit 41bb9edd5c
@@ -140,6 +140,19 @@ in
secret = velocityForwardingSecret;
};
};
"bukkit.yml" = lib'.toYAMLFile {
settings.shutdown-message = "Servidor fechado (provavelmente reiniciando).";
};
"spigot.yml" = lib'.toYAMLFile {
messages = {
whitelist = "Você não está na whitelist!";
unknown-command = "Comando desconhecido.";
restart = "Servidor reiniciando.";
};
};
"plugins/ViaVersion/config.yml" = lib'.toYAMLFile {
checkforupdates = false;
};
};
symlinks = {
"plugins/ViaVersion.jar" = pkgs.fetchurl rec {