-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Command + Permission Data Extraction #6083
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
Merged
Merged
Conversation
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
JRoy
added a commit
to EssentialsX/website-next
that referenced
this pull request
Mar 14, 2025
the json data is from EssentialsX/Essentials#6083 will be at some url later, not static
…tracting # Conflicts: # Essentials/src/main/java/com/earth2me/essentials/commands/Commandeditsign.java
mdcfe
requested changes
Jul 5, 2025
mdcfe
approved these changes
Jul 5, 2025
Euphillya
added a commit
to Euphillya/Essentials-Folia
that referenced
this pull request
Jul 9, 2025
EssentialsX@fa4c6b6 Add merge queue trigger to PR workflow (EssentialsX#6203) EssentialsX@e6b8493 Fix misleading whois command description (EssentialsX#6187) EssentialsX@6100ced Fix max nick length with hex color codes (EssentialsX#6185) EssentialsX@e3b4e77 Fix PlaceholderAPI maven repo url (EssentialsX#6204) EssentialsX@c43ad26 Fix chat url parsing for tlds >3 chars (EssentialsX#6184) EssentialsX@573aae0 Fix /skull issues on 1.20.4+ (EssentialsX#6188) EssentialsX@dae9e3d Trim chat messages with shout/question prefix (EssentialsX#6192) EssentialsX@8d44d1a Fix bstats error with unsupported permission plugins (EssentialsX#6190) EssentialsX@6ad737d Fix various TPR issues (EssentialsX#6205) EssentialsX@ed3c9b8 Command + Permission Data Extraction (EssentialsX#6083) EssentialsX@3563b41 Fix command data task (EssentialsX#6207)
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.
for the new site, we're gonna have our own command and permissions page and to make this less of a pain, this PR adds a gradle task which will export that data. the resulting files end up in the root directory under the generated folder.
gotta figure out how we automatically fetch this for the site, maybe we make the generated json files part of the jenkins build process?