Condition System

biome:
 - minecraft:plains
 - minecraft:taiga

#Y coordinate
ypos:
 - 50~100
 - 150~200

weather:
 - rain
 - clear
 - rainstorm

permission: 'customfishing.rainbowfish'

world:
 - world

date:
 - 2/29

time:
  - 0~12000

Create complex condition as you want
"||" means one of the conditions is true, it would be true
"&&" means all the conditions must be true to be true
available types "==" "!=" ">" "<" ">=" "<=" "regex"

papi-condition:
  '||':
    condition_1:
      type: '=='
      papi: '%player_world%'
      value: world
    '&&':
      condition_1:
        type: '>='
        papi: '%player_health%'
        value: 5
      condition_2:
        type: '<'
        papi: '%player_health%'
        value: 15

# If the viewer is a bedrock player
geyser: false

You can use this plugin together with CustomNameplates for advanced conditions

https://www.spigotmc.org/resources/conditional-text-placeholders.82920/

Last updated