-
Notifications
You must be signed in to change notification settings - Fork 31
Reworked expansion #86
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
Closed
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
4576189
move to gradle
Tanguygab f9d1d07
implemented Gaby's changes https://github.com/PlaceholderAPI/Player-E…
Tanguygab 858efaf
switch
Tanguygab 4662ef2
moved version-dependant/NMS stuff
Tanguygab 37c5434
replaced old colored ping system by customizable ranges
Tanguygab 2572c76
refactored code
Tanguygab dafd89f
fixed -1 in ping ranges & ranges regenerating on reload
Tanguygab 585353d
added time_since_last_played(_formatted)/time_since_last_join(_format…
Tanguygab 1cd6991
yeeted formatted placeholders I just added
Tanguygab 5fafdb9
eased direction placeholder's config
Tanguygab cb16681
returning seconds instead of ms for time_since_join and last_join
Tanguygab a246265
moved stuff around
Tanguygab 21bf110
fixed item data & durability placeholders
Tanguygab 4d4efb4
added health_full placeholder & fixed armor_ item placeholders
Tanguygab 7b31b0f
added %health_full_rounded% as well
Tanguygab cf4b632
added %player_has_unlocked_recipe_<recipe>%
Tanguygab caea98b
changed default ping ranges
Tanguygab 63507d7
unneeded cast
Tanguygab ad07dd8
ignore me
Tanguygab 612222b
added _lore item placeholder
Tanguygab f406f07
added last_damage_given
Tanguygab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| plugins { | ||
| id 'java' | ||
| } | ||
|
|
||
| group = 'com.extendedclip.papi' | ||
| version = '2.1.0' | ||
|
|
||
| repositories { | ||
| mavenCentral() | ||
| maven { | ||
| name = 'spigotmc-repo' | ||
| url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' | ||
| } | ||
| maven { | ||
| name = 'papi-repo' | ||
| url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' | ||
| } | ||
| } | ||
|
|
||
| dependencies { | ||
| compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT' | ||
| compileOnly 'me.clip:placeholderapi:2.11.3' | ||
| compileOnly 'org.projectlombok:lombok:1.18.28' | ||
| annotationProcessor 'org.projectlombok:lombok:1.18.28' | ||
| } | ||
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Why? Please remove this.