-
-
Notifications
You must be signed in to change notification settings - Fork 404
Feature/players listed #8101
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
base: dev/feature
Are you sure you want to change the base?
Feature/players listed #8101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm rather disappointed in the lack of effort in the PR description, but thank you for at least filling it out. Please be sure to put some effort into the description in any future PRs you make.
src/main/java/ch/njol/skript/expressions/ExprListedPlayers.java
Outdated
Show resolved
Hide resolved
That is not how you should be talking to contributors, Especially core developers. |
src/main/java/ch/njol/skript/expressions/ExprListedPlayers.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java
Outdated
Show resolved
Hide resolved
…java Co-authored-by: sovdee <[email protected]>
src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java
Outdated
Show resolved
Hide resolved
…java Co-authored-by: Efnilite <[email protected]>
…java Co-authored-by: Efnilite <[email protected]>
Problem
Skript can't get the tablisted players, and paper has api for it.
Solution
added, a new expression using the isListed api.
Testing Completed
tested syntax, it wok
Completes: none
Related: none