Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Condition placeholdernumber compare to another placeholder #64

Open
leogianfagna opened this issue May 4, 2024 · 0 comments
Open

Condition placeholdernumber compare to another placeholder #64

leogianfagna opened this issue May 4, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers low-priority This isn't a high priority issue and will likely be quite a while before it's implemented

Comments

@leogianfagna
Copy link
Contributor

I can do this and works fine:

Condition:
    - type:placeholdermatch
    - '%mycommand_playerdata_safra_10007%:match:%localtime_time_D%'

But this doesn't work with the placeholdernumber type. So I can't do this:

Condition:
    - type:placeholdernumber # Changed here
    - '%mycommand_playerdata_safra_10007%:over:%localtime_time_D%' # and here

The placeholdernumber can only be compared to static numbers, like this:

Condition:
    - type:placeholdernumber
    - '%mycommand_playerdata_safra_10007%:over:50'

Would be nice that we can use placeholdernumber compared with two placeholders !

@Travja Travja added low-priority This isn't a high priority issue and will likely be quite a while before it's implemented enhancement New feature or request good first issue Good for newcomers labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers low-priority This isn't a high priority issue and will likely be quite a while before it's implemented
Projects
None yet
Development

No branches or pull requests

2 participants