Uh oh!
There was an error while loading. Please reload this page.
Command + Permission Data Extraction - #6083
Merged
Merged
Conversation
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
JRoy
marked this pull request as ready for review
April 20, 2025 00:07
…tracting # Conflicts: # Essentials/src/main/java/com/earth2me/essentials/commands/Commandeditsign.java
JRoy
enabled auto-merge
July 5, 2025 21:17
mdcfe
requested changes
Jul 5, 2025
Uh oh!
There was an error while loading. Please reload this page.
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)
rewsdjad1 pushed a commit
to rewsdjad1/EssentialsXPlus
that referenced
this pull request
Aug 13, 2026
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?
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 freeto 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?