diff --git a/Dalamud/Game/Config/UiConfigOption.cs b/Dalamud/Game/Config/UiConfigOption.cs
index 82f823ffe..aaa86230a 100644
--- a/Dalamud/Game/Config/UiConfigOption.cs
+++ b/Dalamud/Game/Config/UiConfigOption.cs
@@ -3473,4 +3473,67 @@ public enum UiConfigOption
///
[GameConfigOption("ItemInventryStoreEnd", ConfigType.UInt)]
ItemInventryStoreEnd,
+
+ ///
+ /// System option with the internal name HotbarXHBEditEnable.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("HotbarXHBEditEnable", ConfigType.UInt)]
+ HotbarXHBEditEnable,
+
+ ///
+ /// System option with the internal name NamePlateDispJobIconInPublicParty.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("NamePlateDispJobIconInPublicParty", ConfigType.UInt)]
+ NamePlateDispJobIconInPublicParty,
+
+ ///
+ /// System option with the internal name NamePlateDispJobIconInPublicOther.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("NamePlateDispJobIconInPublicOther", ConfigType.UInt)]
+ NamePlateDispJobIconInPublicOther,
+
+ ///
+ /// System option with the internal name NamePlateDispJobIconInInstanceParty.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("NamePlateDispJobIconInInstanceParty", ConfigType.UInt)]
+ NamePlateDispJobIconInInstanceParty,
+
+ ///
+ /// System option with the internal name NamePlateDispJobIconInInstanceOther.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("NamePlateDispJobIconInInstanceOther", ConfigType.UInt)]
+ NamePlateDispJobIconInInstanceOther,
+
+ ///
+ /// System option with the internal name CCProgressAllyFixLeftSide.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("CCProgressAllyFixLeftSide", ConfigType.UInt)]
+ CCProgressAllyFixLeftSide,
+
+ ///
+ /// System option with the internal name CCMapAllyFixLeftSide.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("CCMapAllyFixLeftSide", ConfigType.UInt)]
+ CCMapAllyFixLeftSide,
+
+ ///
+ /// System option with the internal name DispCCCountDown.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("DispCCCountDown", ConfigType.UInt)]
+ DispCCCountDown,
+
+ ///
+ /// System option with the internal name TelepoCategoryType.
+ /// This option is a UInt.
+ ///
+ [GameConfigOption("TelepoCategoryType", ConfigType.UInt)]
+ TelepoCategoryType,
}