mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-25 07:39:40 -05:00
hosts/minecraft: translate a couple of messages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user