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

Power: Selector

Full Name: rpgitems:selector

Providing Plugin: RPGItems

Is a marker power.

Description

Provide a selector for some AOE power

Properties

  • count

    • Type: Integer

    Count of target entities

  • display

    • Type: String

    Display text of this power.

  • dx

    • Type: Integer

    Selects only targets less than dx blocks in X-axis from reference position

  • dy

    • Type: Integer

    Selects only targets less than dx blocks in Y-axis from reference position

  • dz

    • Type: Integer

    Selects only targets less than dx blocks in Z-axis from reference position

  • id

    • Type: String

    ID of this power, should be unique on this item

  • r

    • Type: Integer

    Selects only targets less than r blocks from reference position

  • rm

    • Type: Integer

    Selects only targets more than rm blocks from reference position

  • 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

  • type

    • Type: String

    Type(s) of target entities

  • x

    • Type: String

    X-coordinate of reference position, tilde notation is available. Use player's current position if empty

  • y

    • Type: String

    Y-coordinate of reference position, tilde notation is available. Use player's current position if empty

  • z

    • Type: String

    Z-coordinate of reference position, tilde notation is available. Use player's current position if empty

Example

Note

Clone this wiki locally