From 44f0bddbf0551b4e3ecb61655a8fc77976eea039 Mon Sep 17 00:00:00 2001 From: Aaron Duran <57845320+duranaaron@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:31:15 +0100 Subject: [PATCH] New translations feather_de.toml (French) --- configuration/feather_de_fr.toml | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 configuration/feather_de_fr.toml diff --git a/configuration/feather_de_fr.toml b/configuration/feather_de_fr.toml new file mode 100644 index 0000000..3049bb5 --- /dev/null +++ b/configuration/feather_de_fr.toml @@ -0,0 +1,47 @@ +messages = { } + +[server] +max_players = 100 +description = "A Feather Server" +host = "0.0.0.0" +port = 25_565 +online_mode = true + +[database] +type = "mysql" +username = "root" +password = "" +database = "feather" +host = "127.0.0.1" +port = 3_306 + +[spawn] +spawn_on_join = true +send_join_message = true +world = "demo" +x = "7.5" +y = -24 +z = "-3.5" + +[player.default] +prefix = "Wanderer" +prefix_color = "" +level = 1 +city_color = "" +chat_color = "" + +[chat] +format = " : " +enabled = true + + [chat.radius] + enabled = true + radius = 100 + MessageWhenNobodyInRange = false + +[sidebar] +enabled = true +title = "" + +[economy] +starting_balance = 1_000