Skip to content

Options Library

Dennis Dörr edited this page Mar 8, 2020 · 1 revision
KeyTypeDescription
options.keyslist<string>Lists all possible option keys, see Options
options.possible_values(string key)stringLists possible values for a given option
options.get(string key)objectReturns the current value of the option
options.set(string key, object value)nullSets the option to the value
options.toggle(string key)objectCycles the option to their next value, not supported for options which contain a string value

Options

Possible options keys together with their possible values:

KeyPossible values
fov30 - 110; step = 1
mipmapLevels0 - 4; step = 1
renderDistance2 - 16; step = 1
chat.width0.0 - 1.0; step = 0.0
chat.height.focused0.0 - 1.0; step = 0.0
chat.height.unfocused0.0 - 1.0; step = 0.0
chat.opacity0.0 - 1.0; step = 0.0
chat.scale0.0 - 1.0; step = 0.0
framerateLimit10.0 - 260.0; step = 10.0
mouseWheelSensitivity0.01 - 10.0; step = 0.009999999776482582
sensitivity0.0 - 1.0; step = 0.0
accessibility.text_background_opacity0.0 - 1.0; step = 0.0
gamma0.0 - 1.0; step = 0.0
autoJumptrue, false
autoSuggestCommandstrue, false
chat.colortrue, false
chat.linkstrue, false
chat.links.prompttrue, false
discrete_mouse_scrolltrue, false
vsynctrue, false
entityShadowstrue, false
forceUnicodeFonttrue, false
realmsNotificationstrue, false
reducedDebugInfotrue, false
showSubtitlestrue, false
snoopertrue, false
touchscreentrue, false
fullscreentrue, false
viewBobbingtrue, false
rawMouseInputtrue, false
invertMousetrue, false
aoOFF, MIN, MAX
attackIndicatorOFF, CROSSHAIR, HOTBAR
chat.visibilityFULL, SYSTEM, HIDDEN
mainHandLEFT, RIGHT
narratorOFF, ALL, CHAT, SYSTEM
particlesALL, DECREASED, MINIMAL
renderCloudsOFF, FAST, FANCY
tutorialStepMOVEMENT, FIND_TREE, PUNCH_TREE, OPEN_INVENTORY, CRAFT_PLANKS, NONE
graphicstrue, false
accessibility.text_backgroundtrue, false
toggleCrouchtrue, false
toggleSprinttrue, false
hideServerAddresstrue, false
advancedItemTooltipstrue, false
pauseOnLostFocustrue, false
heldItemTooltipstrue, false
skipMultiplayerWarningtrue, false
guiScale0 - 2; step = 1
lastServer
langaf_za, ar_sa, ast_es, az_az, ba_ru, bar, be_by, bg_bg, br_fr, brb, bs_ba, ca_es, cs_cz, cy_gb, da_dk, de_at, de_ch, de_de, el_gr, en_au, en_ca, en_gb, en_nz, en_pt, en_ud, en_us, enp, enws, eo_uy, es_ar, es_cl, es_es, es_mx, es_uy, es_ve, et_ee, eu_es, fa_ir, fi_fi, fil_ph, fo_fo, fr_ca, fr_fr, fra_de, fy_nl, ga_ie, gd_gb, gl_es, got_de, gv_im, haw_us, he_il, hi_in, hr_hr, hu_hu, hy_am, id_id, ig_ng, io_en, is_is, it_it, ja_jp, jbo_en, ka_ge, kab_kab, kk_kz, kn_in, ko_kr, ksh, kw_gb, la_la, lb_lu, li_li, lol_us, lt_lt, lv_lv, mi_nz, mk_mk, mn_mn, moh_ca, ms_my, mt_mt, nds_de, nl_be, nl_nl, nn_no, no_no, nuk, oc_fr, oj_ca, ovd, pl_pl, pt_br, pt_pt, qya_aa, ro_ro, ru_ru, scn, se_no, sk_sk, sl_si, so_so, sq_al, sr_sp, sv_se, swg, sxu, szl, ta_in, th_th, tlh_aa, tr_tr, tt_ru, tzl_tzl, uk_ua, val_es, vec_it, vi_vn, yi_de, yo_ng, zh_cn, zh_tw

Clone this wiki locally