BungeeTabListPlus icon indicating copy to clipboard operation
BungeeTabListPlus copied to clipboard

Spaces in placeholders?

Open hirata-estate opened this issue 3 years ago • 0 comments

Trying to use the "${viewer localtime_timezone_Asia/Manila,hh:mm a}" placeholder from LocalTime, and apparently the space makes the tablist not work and the console to go on an all out hissy fit by spamming this error.

Using ${viewer localtime_timezone_Asia/Manila,hh:mm} seems to work fine, so I used this system for now instead:

  phtime:
    !conditional
    condition: "${viewer localtime_timezone_Asia/Manila,HH} <= 11"
    true: "${viewer localtime_timezone_Asia/Manila,hh:mm} AM"
    false: "${viewer localtime_timezone_Asia/Manila,hh:mm} PM"

This seems to work fine so far, I'm just reporting this for the sake of the bug.

hirata-estate avatar Dec 01 '21 03:12 hirata-estate