Skip to content
Update Generated menus authored by Nanit's avatar Nanit
......@@ -37,8 +37,8 @@ matrix {
# Templates for matrix
templates {
"x" {
skullOwner: "% ctg_player_name%"
name: "& 7Player & e% ctg_player_name%"
skullOwner: "%ctg_player_name%"
name: "&7Player &e%ctg_player_name%"
}
}
# This is a matrix of cells
......@@ -82,7 +82,7 @@ matrix {
templates {
"x" {
skullOwner: "%ctg_player_name%"
name: "&7Player & e%ctg_player_name%"
name: "&7Player &e%ctg_player_name%"
}
}
# This is a matrix of cells
......@@ -129,7 +129,7 @@ Catalog placeholders look like this:
%ctg_<placeholder>%
```
Here `ctg` is a prefix, short for `catalog`. `<placeholder>` is a specific placeholder, which is usually written as `% <placeholder>%`, between the characters `%`.
Here `ctg` is a prefix, short for `catalog`. `<placeholder>` is a specific placeholder, which is usually written as `%<placeholder>%`, between the characters `%`.
Each directory has its own placeholders, you can find them under the description of each directory. However, there are also common placeholders that exist outside the directory. They are described below.
......
......