Changes in Version 1.0.5.2
Bugfixes:
- Fixed bug with Placeholders (fc_my, fc_top, fc_stats)
- Minor bug fixes
New features:
- Added a new parameter to the config that allows you to configure even more flexibility Placeholders
Code (YAML):
# If the placeholder is empty, then in place of the placeholder will output
# [EXPLANATION] For example, we use the placeholder %fc_player_clan_name% - displays the name of the clan in which the player consists,
# if the player does not belong anywhere, then outputs placeholder_null
# For example: The player is in a clan named TEST, in place of %fc_player_clan_name% -> TEST
# if the player is not a member of the clan in place of %fc_player_clan_name% -> ''
# --- I hope that I explained it clearly, if you have any questions, please contact Discord
placeholder_null
: ''
# If the placeholder specified in placeholder_null_list is empty, it will output
placeholder_null_list_symbol
: 'Улыбнись, эт пасхалка'
# List of placeholders for which placeholder_null_list_symbol is valid
# Example: placeholder_null_list: ['fc_player_clan_name', 'fc_clan_name_uid_', 'fc_all_count_clans', 'fc_top', 'fc_stats', 'fc_my']
placeholder_null_list
:
[
]
Changes:
- The output of /clan, /c help, /c settings. Has become clearer
Have you found a bug? Write to
Discord!