-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingtypes.txt
29 lines (22 loc) · 1.23 KB
/
settingtypes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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