Ajneb97 / ConditionalEvents

MIT License
23 stars 13 forks source link

%player_block_above% variable/placeholder is not working #10

Closed Fenix5fire closed 1 year ago

Fenix5fire commented 1 year ago

%player_block_above% variable/placeholder is not working, but still in wiki Its possible to use %player_block__below% with negative value instead, so I thought that it's inteded and just not changed in documentation

image

but the last one isnt working

image

test:
    type: repetitive
    repetitive_time: 20
    conditions:
    - '%playerblock_above_2% == ACACIA_LEAVES'
    actions:
        default:
        - 'message: %playerblock_above_2%'
    enabled: true
Ajneb97 commented 1 year ago

Are you using the latest version of the plugin?

Jonhy188 commented 1 year ago

It's true, you seem to have one % too many.

imagen_2023-02-04_002748103

Ajneb97 commented 1 year ago

Ok I will fix it in the next update