You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
RuedigerLP
changed the title
Document other missing filters (rank and countdown)
Document other missing filters (rank and countdown, fill action)
Feb 16, 2023
RuedigerLP
changed the title
Document other missing filters (rank and countdown, fill action)
Document other missing filters (rank and countdown, fill action, subtitle typo)
Feb 16, 2023
<rank>
Match if the player or team's rank is within the specified range.<rank>
and<score>
can also have an team attribute.https://docs.oc.tc/modules/filters#rank_score
https://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/filters/parse/FilterParser.java#L539-L543
<countdown>
https://docs.oc.tc/modules/filters#countdown
https://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/filters/parse/FilterParser.java#L519-L527
<fill>
Fill actionhttps://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/action/ActionParser.java#L283-L290
subtitle
attribute of<message>
action is calledsubtitle
and nottext
.https://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/action/ActionParser.java#L225
spread-teammates
attribute ofspawn
Spawn players as far away as possible from any players, event teammates.<holding/>
,<carrying/>
and<wearing/>
are dynamic filters.exposed
If true an action can be triggered using/action trigger [action]
PGMDev/PGM#1102
The text was updated successfully, but these errors were encountered: