diff --git a/config.ld b/config.ld index 52f8438..0f33a02 100644 --- a/config.ld +++ b/config.ld @@ -44,7 +44,8 @@ end new_type("hooks", "Hooks", true) new_type("items", "Items", true) -new_type("faction", "Factions", true) +new_type("classes", "Class", true) +new_type("factions", "Factions", true) new_type("configurations", "Configurations", true) new_type("panel", "Panels", true) tparam_alias("inventory", "Inventory") diff --git a/skeleton/schema/factions/custom.lua b/skeleton/schema/factions/custom.lua index a68845a..2a1093f 100644 --- a/skeleton/schema/factions/custom.lua +++ b/skeleton/schema/factions/custom.lua @@ -1,5 +1,5 @@ --- Attributes of the custom faction. --- @faction Custom +-- @factions Custom --- A list of the current fields in the faction. -- @realm shared diff --git a/skeleton/schema/factions/default.lua b/skeleton/schema/factions/default.lua index e52b849..e6784ec 100644 --- a/skeleton/schema/factions/default.lua +++ b/skeleton/schema/factions/default.lua @@ -1,5 +1,5 @@ --- Attributes of the default faction. --- @faction Default +-- @factions Default --- A list of the current fields in the faction. -- @realm shared