Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document other missing filters (rank and countdown, fill action, subtitle typo) #89

Closed
7 tasks done
RuedigerLP opened this issue Feb 9, 2023 · 2 comments
Closed
7 tasks done
Assignees

Comments

@RuedigerLP
Copy link

RuedigerLP commented Feb 9, 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 action

https://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/action/ActionParser.java#L283-L290

  • subtitle attribute of <message> action is called subtitle and not text.

https://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/action/ActionParser.java#L225

  • spread-teammates attribute of spawn 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

@RuedigerLP RuedigerLP changed the title Document other missing filters (rank and countdown) Document other missing filters (rank and countdown, fill action) Feb 16, 2023
@RuedigerLP 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
@CoWinkKeyDinkInc
Copy link
Collaborator

PGMDev/PGM#1138 and
PGMDev/PGM#1149 have also been documented.

@CoWinkKeyDinkInc CoWinkKeyDinkInc self-assigned this Mar 17, 2023
@CoWinkKeyDinkInc
Copy link
Collaborator

All of these have been added. Thanks so much for linking all the relevant information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants