9bae3b02d4
0.7.4
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
# 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
|
|
|
|
# On every join, if administrator verified ip user,
|
|
# near with nickname ill be small check.
|
|
essentials_ip_verified (Administrator verified check) bool true
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
# 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 to those who have changed any attributes
|
|
# (like speed or nickname)
|
|
essentials_changed_by ("Your name changed by" message) bool true
|
|
|
|
# Enables watermark on the screen
|
|
essentials_watermark (Watermark) bool true
|
|
|
|
# Enables a additional privileges for commands
|
|
essentials_additional_privileges (Additional Privileges) bool true |