essential: disable telemetry and auto updates
Those notifications are annoying, so disable them.
This commit is contained in:
@@ -0,0 +1,111 @@
|
|||||||
|
|
||||||
|
[general]
|
||||||
|
|
||||||
|
[general.general]
|
||||||
|
timestamps_format = 1
|
||||||
|
streamer_mode = false
|
||||||
|
modcore_warning = true
|
||||||
|
replace_window_title = true
|
||||||
|
|
||||||
|
[general.online_status]
|
||||||
|
show_essential_indicator_on_tab = true
|
||||||
|
show_essential_indicator_on_nametags = true
|
||||||
|
|
||||||
|
[general.experience]
|
||||||
|
closer_placement_of_minimal_essential_menu = true
|
||||||
|
darken_re-textured_menu_buttons = false
|
||||||
|
essential_menu_layout = 0
|
||||||
|
enable_essential = true
|
||||||
|
use_vanilla_button_texture = true
|
||||||
|
quick_action_bar = true
|
||||||
|
|
||||||
|
[hidden]
|
||||||
|
play_emote_sounds_in_wardrobe = true
|
||||||
|
previously_launched_with_container = 1
|
||||||
|
acknowledged_permanent_suspension = false
|
||||||
|
|
||||||
|
[hidden.hidden]
|
||||||
|
emote_perspective = 1
|
||||||
|
coinspurchasecreatorcode = "__default__"
|
||||||
|
screenshotbrowseritemsperrow = 3
|
||||||
|
spspinnedgamerules = ""
|
||||||
|
showemotepagekeybindbanner = true
|
||||||
|
coinsselectedcurrency = "USD"
|
||||||
|
|
||||||
|
[emotes]
|
||||||
|
|
||||||
|
[emotes.general]
|
||||||
|
disable_emotes = false
|
||||||
|
allow_emote_sounds = 0
|
||||||
|
play_emotes_in_third_person_view = true
|
||||||
|
emote_preview = false
|
||||||
|
|
||||||
|
[privacy]
|
||||||
|
|
||||||
|
[privacy.general]
|
||||||
|
display_current_server = false
|
||||||
|
friend_privacy_settings = 0
|
||||||
|
|
||||||
|
[notifications]
|
||||||
|
|
||||||
|
[notifications.general]
|
||||||
|
disable_all_notifications = false
|
||||||
|
host_world_ip_warning = false
|
||||||
|
update_notifications = false
|
||||||
|
screenshot_toast_duration = 1
|
||||||
|
message_sound = true
|
||||||
|
online_friend_alert = true
|
||||||
|
message_notifications = true
|
||||||
|
group_message_notifications = true
|
||||||
|
|
||||||
|
[notifications.warnings]
|
||||||
|
link_opening_warning = false
|
||||||
|
|
||||||
|
[quality_of_life]
|
||||||
|
|
||||||
|
[quality_of_life.general]
|
||||||
|
auto_refresh_session = true
|
||||||
|
|
||||||
|
[quality_of_life.fullscreen]
|
||||||
|
windowed_fullscreen = false
|
||||||
|
|
||||||
|
[quality_of_life.accessibility]
|
||||||
|
enlarge_chat_metadata = false
|
||||||
|
|
||||||
|
[quality_of_life.discord_integration]
|
||||||
|
show_username_and_avatar = true
|
||||||
|
set_activity_status_on_discord = true
|
||||||
|
allow_ask_to_join = true
|
||||||
|
show_current_server = false
|
||||||
|
|
||||||
|
[quality_of_life.zoom]
|
||||||
|
smooth_zoom_animation = false
|
||||||
|
toggle_to_zoom = false
|
||||||
|
smooth_camera_when_zoomed = true
|
||||||
|
|
||||||
|
[quality_of_life.nameplate]
|
||||||
|
show_my_nameplate_in_third-person = true
|
||||||
|
|
||||||
|
[quality_of_life.screenshots]
|
||||||
|
vanilla_screenshot_message = false
|
||||||
|
"screenshot_quick_action_#2_-_top_right" = 2
|
||||||
|
"screenshot_quick_action_#3_-_bottom_left" = 0
|
||||||
|
essential_screenshots = true
|
||||||
|
screenshot_sounds = true
|
||||||
|
"screenshot_quick_action_#1_-_top_left" = 5
|
||||||
|
post_screenshot_action = 0
|
||||||
|
"screenshot_quick_action_#4_-_bottom_right" = 4
|
||||||
|
|
||||||
|
[__meta]
|
||||||
|
version = 12
|
||||||
|
|
||||||
|
[cosmetics]
|
||||||
|
|
||||||
|
[cosmetics.general]
|
||||||
|
hide_cosmetic_particles_in_first_person = false
|
||||||
|
hide_cosmetics_on_server_skins = false
|
||||||
|
disable_cosmetics = false
|
||||||
|
"cosmetic_&_armor_conflict_-_on_myself" = 0
|
||||||
|
disable_cosmetics_in_inventory = false
|
||||||
|
"cosmetic_&_armor_conflict_-_on_others" = 0
|
||||||
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
autoUpdate=false
|
||||||
|
pendingUpdateResolution=true
|
||||||
|
pendingUpdateVersion=1.4.1
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"accepted_tos": false,
|
||||||
|
"has_shown_wiki_toast": true,
|
||||||
|
"sent_auto_update_telemetry": false
|
||||||
|
}
|
||||||
+12
-4
@@ -1,5 +1,17 @@
|
|||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "essential/config.toml"
|
||||||
|
hash = "a9cab15005fafba3f0a656e584ae745708254433a14655e52deaae8409a229ef"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "essential/essential-loader.properties"
|
||||||
|
hash = "e2f292c23203fc4f2e8ced6b7ed7ea7261a9caeb13e9a2e3a0d9dd487e7ef48f"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "essential/onboarding.json"
|
||||||
|
hash = "93989d81aa80bb51ee8a18e90601507bd3c2d0a7d1ce9e53608d7e098ac305f6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/3dskinlayers.pw.toml"
|
file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "c4d0beb267925df7e513d53eaa7f6a9eb93ac002a7b8211e14a07587fada9586"
|
hash = "c4d0beb267925df7e513d53eaa7f6a9eb93ac002a7b8211e14a07587fada9586"
|
||||||
@@ -969,7 +981,3 @@ metafile = true
|
|||||||
file = "mods/yungs-cave-biomes.pw.toml"
|
file = "mods/yungs-cave-biomes.pw.toml"
|
||||||
hash = "8681b0a7788308fc91ec773dabb22b6fa115cdc6499c772f223086b16fbbbf36"
|
hash = "8681b0a7788308fc91ec773dabb22b6fa115cdc6499c772f223086b16fbbbf36"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "pack.toml.old"
|
|
||||||
hash = "4e7a6329220c4d3f4eb04db45c321a0f6b50bedac15ae0f8490892c6855e1852"
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "b9b7ae310d2edec6348202c6a6500ac202262032cc8d3577ee07e0f14fc34868"
|
hash = "419040306e32c41addc28145b0c0bb4aebfd2bef1487d92d6680de5345c00648"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user