Skip to content

Commit

Permalink
New translations feather_nl.toml (French)
Browse files Browse the repository at this point in the history
  • Loading branch information
duranaaron committed Jan 27, 2024
1 parent 44f0bdd commit 4d5f898
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions configuration/feather_nl_fr.toml
Original file line number Diff line number Diff line change
@@ -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 = "<gray>"
level = 1
city_color = "<gray>"
chat_color = "<gray>"

[chat]
format = "<levelcolor><level> <prefixcolor><prefix> <namecolor><player>: <chatcolor><message>"
enabled = true

[chat.radius]
enabled = true
radius = 100
MessageWhenNobodyInRange = false

[sidebar]
enabled = true
title = "<world>"

[economy]
starting_balance = 1_000

0 comments on commit 4d5f898

Please sign in to comment.