To change the Description plugin configuration:
describe.yml
Table of Contents
This allows you to format what the “glance” command displays for each character. For example, if the format is:
"%{height_title} height, %{age} year-old %{gender_noun} with %{hair} hair."
Then it will show:
"Average height, 25 year-old man with brown hair."
Variables are inserted using the %{variablename}
syntax. Available variables include:
%{hair}
, %{skin}
, etc.) and titlecase (%{hair_title}
, %{height_title}
, etc.) You might use the titlecase ones at the beginning of the sentence (like height in the example above) or if the demographic is a proper noun, like nationality.%{age}
)%{gender_noun}
)These options control the appearance of exit names in room descriptions. The default is square brackets, so exits appear like:
[N] Town Square
The system will display tags next to the names of new characters and admin. You can configure which colors are used for these tags. You’ll probably want to make them match the colors used in the Status System.
This config option will show idle time next to every player’s name in a room, even if they’re not very idle. If this option is false, idle time will only be shown for players who are marked AFK or are significantly idle.