Feature/players listed#8101
Merged
sovdeeth merged 14 commits intoSkriptLang:dev/featurefrom Sep 21, 2025
Merged
Conversation
sovdeeth
requested changes
Aug 1, 2025
Member
sovdeeth
left a comment
There was a problem hiding this comment.
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
Contributor
Author
That is not how you should be talking to contributors, Especially core developers. |
Burbulinis
requested changes
Aug 1, 2025
src/main/java/ch/njol/skript/expressions/ExprListedPlayers.java
Outdated
Show resolved
Hide resolved
sovdeeth
approved these changes
Aug 1, 2025
…java Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Absolutionism
approved these changes
Aug 1, 2025
Burbulinis
approved these changes
Aug 1, 2025
Efnilite
requested changes
Aug 2, 2025
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 <35348263+Efnilite@users.noreply.github.com>
…java Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
TheLimeGlass
commented
Aug 4, 2025
src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java
Outdated
Show resolved
Hide resolved
Efnilite
approved these changes
Aug 4, 2025
erenkarakal
pushed a commit
to erenkarakal/Skript
that referenced
this pull request
Nov 26, 2025
* Adds tablisted view players * Add the to the syntax because of 2.12 conflictions * requested changes * Add keywords * requested changes * requested changes * Remove 1.19.4 method checks * Remove 1.19.4 method checks * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com> * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com> * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com> * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java --------- Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com> Co-authored-by: SirSmurfy2 <82696841+Absolutionism@users.noreply.github.com> Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
erenkarakal
pushed a commit
to erenkarakal/Skript
that referenced
this pull request
Nov 26, 2025
* Adds tablisted view players * Add the to the syntax because of 2.12 conflictions * requested changes * Add keywords * requested changes * requested changes * Remove 1.19.4 method checks * Remove 1.19.4 method checks * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com> * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com> * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com> * Update src/main/java/ch/njol/skript/expressions/ExprTablistedPlayers.java --------- Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com> Co-authored-by: SirSmurfy2 <82696841+Absolutionism@users.noreply.github.com> Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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