1
0
minetest-mod-essentials/settingtypes.txt

17 lines
792 B
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
# 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
# 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
# Enables sending a message whose name has been changed by the player with rename menu
essentials_changed_by ("Your name changed by" message) bool true
# Enables watermark on the screen
essentials_watermark (Watermark) bool true