diff --git a/minetest.conf b/minetest.conf deleted file mode 100644 index 102fce6..0000000 --- a/minetest.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Chatplus settings -##chatplus_distance = 10 \ No newline at end of file diff --git a/minetest.conf.example b/minetest.conf.example new file mode 100644 index 0000000..4492fec --- /dev/null +++ b/minetest.conf.example @@ -0,0 +1,61 @@ +# Whether teams own the nodes around their flag +#ctf_node_ownership = true +#ctf_flag_protect_distance = 25 + +# Can teams have multiple flags? +#ctf_multiple_flags = true + +# Whether flags need to be taken to other teams flag to win +#ctf_flag_capture_take = false + +# Are GUIs enabled +#ctf_gui = true + +# Team GUI on /team +#ctf_team_gui = true + +# Default tab when opening Team GUI +# news +# flags +# diplo +# admin +#ctf_team_gui_initial = news + +# Enable tabs in Team GUI +#ctf_flag_teleport_gui = true +#ctf_news_gui = true +#ctf_diplomacy = true + +# Show the spawn as a target in flag teleport Team GUI +#ctf_spawn_in_flag_teleport_gui = false + +# Can flags have names? +#ctf_flag_names = true + +# Do teams have their own chat channel? +#ctf_team_channel = true + +# Can players chat with other teams on /all. If team_channel is disabled, this setting does nothing. +#ctf_global_channel = true + +# Can players change teams using /join? +#ctf_players_can_change_team",true) + +# How are players allocated to teams? +# 0: none, +# 1: random, +# 2: one of first two largest groups, +# 3 smallest group +#ctf_allocate_mode = 0 + +# Maximum number in team, obeyed by allocation and /join. Admins don't obey this +#ctf_maximum_in_team = -1 + +# The default Diplomacy state (if diplomacy is enabled) +# war +# peace +# alliance +#ctf_default_diplo_state = war + +# Chatplus distance - how far players can hear each other +#ctf_chatplus_distance = -1