Skip to content

scoreboardcondition en_US

Liqueur Librazy edited this page Oct 27, 2019 · 3 revisions

Power: Scoreboard Condition

Full Name: rpgitems:scoreboardcondition

Providing Plugin: RPGItems

Is a marker power.

Description

Condition that add requirements of player's scoreboard

Properties

  • displayText

    • Type: String

    Display text of this power.

  • id

    • Type: String

    ID of this condition/selector.

  • isCritical

    • Type: boolean
    • Default: false

    Whether abort current trigger if this condition fails.

  • isStatic

    • Type: boolean
    • Default: false

    Whether only check this condition once.

  • score

    • Type: String

    Selecting targets by score(s), score_name:min,max another_score_name:min,max

  • tag

    • Type: String

    Selecting targets by tag(s), MUST_HAVE,!MUST_NOT_HAVE

  • team

    • Type: String

    Selecting targets by team(s), MUST_ON,!MUST_NOT_ON

Example

Note

Clone this wiki locally