diff --git "a/data/datalib/function/systems/dev_settings/other/t\304\261ggle_admin_mode.mcfunction" "b/data/datalib/function/systems/dev_settings/other/t\304\261ggle_admin_mode.mcfunction" new file mode 100644 index 0000000..4046548 --- /dev/null +++ "b/data/datalib/function/systems/dev_settings/other/t\304\261ggle_admin_mode.mcfunction" @@ -0,0 +1,3 @@ +execute at @s if data storage datalib:engine {dev_settings:{devMode:1b}} run tag @s add datalib.admin + +execute at @s if data storage datalib:engine {dev_settings:{devMode:0b}} run tag @s remove datalib.admin