1
0
minetest-mod-essentials/settingtypes.txt

29 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-05-14 17:51:42 +03:00
# Every session/launch of world/server, mod will be checking for updates
#
# NOTE: Sometimes check for updates feature doesnt work for unknown reasons.
essentials_check_for_updates (Check for updates) bool false
2024-05-17 23:04:50 +03:00
# On every join, if administrator verified ip user,
# near with nickname ill be small check.
essentials_ip_verified (Administrator verified check) bool true
2024-05-14 17:51:42 +03:00
# Allows EVERYONE to see "seed" of the world through the "/seed" command
# Otherwise, the command will be available only to administrators
essentials_seed (Seed command) bool false
2024-05-17 23:04:50 +03:00
# Allows to players see current biome information through the "/biome" command
# Otherwise, the command will be available only to administrators
essentials_biome (Biome command) bool true
2024-05-14 17:51:42 +03:00
# Enables sending a message to the killed player with content of who killed him with command "/kill"
essentials_killed_by ("You has been killed by" message) bool true
2024-05-17 23:04:50 +03:00
# Enables sending a message to those who have changed any attributes
# (like speed or nickname)
2024-05-14 17:51:42 +03:00
essentials_changed_by ("Your name changed by" message) bool true
# Enables watermark on the screen
2024-05-17 23:04:50 +03:00
essentials_watermark (Watermark) bool true
# Enables a additional privileges for commands
essentials_additional_privileges (Additional Privileges) bool true