Commit Graph

494 Commits

Author SHA1 Message Date
PiggyPiglet
6f3dcf04fe
Merge pull request #407 from PlaceholderAPI/change/update-contributing
Update Contributing file
2020-12-14 07:56:36 +08:00
Andre_601
6b03c38e40
Update label commenter action 2020-12-13 17:21:52 +01:00
Andre_601
f756fbb43b
Update label-commenter-config.yml 2020-12-13 17:21:18 +01:00
Andre_601
f84702e3b2
Merge pull request #508 from PlaceholderAPI/feature/mention-github-discussions
Mention GitHub Discussions in Template chooser
2020-12-10 17:36:12 +01:00
Andre_601
9c750f50a2
Add Type:Question label 2020-12-09 18:10:19 +01:00
Andre_601
dcca454bad
Mention GitHub Discussions in Template chooser
Adds a link to the new [GitHub Discussions page](https://github.com/PlaceholderAPI/PlaceholderAPI/discussions) of this Repository.
2020-12-09 13:10:11 +01:00
Andre_601
93e83efb57
Rename label 2020-11-15 15:47:37 +01:00
Andre_601
0d9485ddec
Add action for inactive issues. 2020-11-15 15:45:49 +01:00
PiggyPiglet
4cfd419565
Merge pull request #500 from PlaceholderAPI/1.16.4
Compile under 1.16.4 + add new NMS support
2020-11-03 21:19:48 +08:00
darbyjack
f52bdbc458
Compile under 1.16.4 + add new NMS support 2020-11-02 14:35:55 -06:00
Andre_601
1e6fb502a6
Improve some text 2020-10-22 00:54:43 +02:00
PiggyPiglet
b31767ba4a
Merge pull request #487 from GiansCode/patch-1
Update README
2020-09-28 23:25:04 +08:00
Gianluca Falcomer
ae06fcd807
Update README 2020-09-28 17:23:25 +02:00
Andre_601
7a6b6d7ce4
Merge pull request #486 from thienbao860/patch-1
Expansion name shorten request
2020-09-27 15:35:36 +02:00
thienbao860
549a30b502
Update Placeholders.md 2020-09-27 20:05:55 +07:00
Andre_601
35838aa229
Fix wrong expansion get in /papi info 2020-09-13 00:30:27 +02:00
Andre_601
a74f78bd73
Update placeholders 2020-09-12 22:05:06 +02:00
Andre_601
9d35f4c3e6
Fix issue commenter 2020-09-12 22:02:25 +02:00
darbyjack
325cd2d284
Added support for 1.16.2 NMS changes 2020-09-06 16:39:15 -05:00
Andre_601
7691dd93ad
Add and improve responses 2020-09-02 12:08:50 +02:00
Jacob Bordas
2c13acfd30
Changes regarding review by Andre
Signed-off-by: Jacob Bordas <methalicity@gmail.com>
2020-09-01 01:31:52 +02:00
Jacob Bordas
7c404db56b
Added event when all expansions are loaded for developers. 2020-08-31 13:32:11 +02:00
Andre_601
18cfd438b8
Update .github/CONTRIBUTING.md
Co-authored-by: PiggyPiglet <PiggyPiglet@users.noreply.github.com>
2020-08-31 03:00:24 +02:00
Andre_601
d5e27252cf
Fix wrong link 2020-08-31 02:52:16 +02:00
Andre_601
3fe0f0143c
Add note about wiki PRs 2020-08-31 02:50:30 +02:00
Andre_601
61a71b9e73
Add info about target branch. 2020-08-31 02:50:08 +02:00
Andre_601
fe02939466
Add missing getBoolean method 2020-08-28 15:16:03 +02:00
Andre_601
7555bb0f97
Update .github/CONTRIBUTING.md
Co-authored-by: PiggyPiglet <PiggyPiglet@users.noreply.github.com>
2020-08-19 16:27:48 +02:00
Andre_601
a996d9039e
Merge pull request #437 from PlaceholderAPI/feature/label-commenter
Adding Label commenter
2020-08-12 23:17:39 +02:00
Andre_601
cfba92bf14
Add missing info about automated response. 2020-08-12 15:26:40 +02:00
Andre_601
41f408226e
Update label-commenter-config.yml 2020-08-12 15:20:40 +02:00
Andre_601
58cfa92136
Add label-commenter-config.yml 2020-08-12 15:11:21 +02:00
Andre_601
f3309b76d1
Adding Label commenter 2020-08-12 14:58:04 +02:00
Andre_601
7c7025fdbb
Merge pull request #433 from RobinDeBaets/master
Fix Statistic download information
2020-08-10 22:27:42 +02:00
RobinDeBaets
97a4eca0a7
Add back Statistic link 2020-08-10 22:24:06 +02:00
RobinDeBaets
5e4110b1b3
Remove outdated Statistic information 2020-08-10 22:22:53 +02:00
Andre_601
d1e3047445
Update CONTRIBUTING.md 2020-08-10 21:29:42 +02:00
MrIvanPlays
eb5a93dce2
Attach sources and javadoc jar when deploying 2020-08-09 10:22:21 +03:00
Ivan Pekov
c648d6a541
Fix trailing/leading space after placeholder once and for all (#427) 2020-08-06 14:45:27 -04:00
extendedclip
2d72e274e3 account for empty strings 2020-08-06 14:08:48 -04:00
extendedclip
b73d00e169 bstats might have an issue? 2020-08-06 14:05:33 -04:00
Ivan Pekov
5065623ab0
Attempt at fixing 413 (#422)
* Attempt at fixing 413

This is my (miserable) attempt at fixing #413
These changes basically fix some potential threading issues and (probably) #413
Local tests went fine for me, but more tests are required.

* Remove delay, fixed -> cached thread pool
2020-08-06 13:54:35 -04:00
Federico López
8698449e5d
Refactorization of the TimeUtil utility class (#423)
* Refactored `TimeUtil` utility class.

* Minimized `TimeUtil#getRemaining`.
* Fixed a bug regarding how days and hours were calculated in `TimeUtil#getTime`.
* Ditched the use of `int`s and use `long`s instead.

* Implemented `int`-taking methods because my dumb ass didn't think it would break.
2020-08-06 13:43:14 -04:00
extendedclip
722e987b93 Dont trim 2020-08-06 13:27:58 -04:00
extendedclip
a00cbf4be3 trim whitespaces 2020-08-06 11:44:34 -04:00
extendedclip
a1d69cd25f Remove hashcode method 2020-08-05 11:53:06 -04:00
extendedclip
f7504b99ca Add registerExpansion and unregisterExpansion back 2020-08-05 11:45:58 -04:00
extendedclip
02669e2435 Set builds to 2.10.10-dev 2020-08-04 12:47:05 -04:00
extendedclip
3d2fca277f 2.10.9 RELEASE 2020-08-04 12:29:50 -04:00
extendedclip
eeb9c8d5db Restore pre 2.10.7 API functionality for the most part. Only things actually being removed in 2.11.0 are deprecated. No breaking API changes until 3.0 2020-08-04 10:04:34 -04:00