HolographicDisplays WARN!!
mertkaan33 opened this issue · 3 comments
Confirmation
- I have read the documentation.
- I have read the FAQ.
Description
Why does my server keep saying warn when starting up?
Holographic Displays version
HolographicDisplays version 3.0.0-SNAPSHOT-b202
Additional information
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {ext:example} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{ext:example}} instead.
[20:38:08] [Server thread/INFO]: �[0;33;1m[HolographicExtension] �[0;37;22mRegistering placeholder 'scroller' from config.�[m
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {ext:scroller} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{ext:scroller}} instead.
[20:38:08] [Server thread/INFO]: �[0;33;1m[HolographicExtension] �[0;37;22mRegistering placeholder 'typing' from config.�[m
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {ext:typing} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{ext:typing}} instead.
[20:38:08] [Server thread/INFO]: �[0;33;1m[HolographicExtension] �[0;37;22mRegistering placeholder 'rainbow' from config.�[m
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {ext:rainbow} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{ext:rainbow}} instead.
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {fastest} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{fastest}} instead.
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {fast} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{fast}} instead.
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {medium} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{medium}} instead.
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {slow} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{slow}} instead.
[20:38:08] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicExtension registered the placeholder {slowest} with the old v2 API, but it doesn't comply with the new format. In order to display it, you must use {{slowest}} instead.
It's another plugin, but Holographic Displays is not interpreting the placeholders correctly. They are using the right format, it shouldn't warn.
Fixed in c6a1428, you can just ignore the warning and use the placeholders with single (not double) curly braces.