extendedclip
9b667fe383
Bump version to 2.10.2 for release
2019-05-10 10:05:52 -04:00
darbyjack
00333f9a4e
Changed to use authors instead of hardcoded.
2019-05-09 18:47:16 -05:00
darbyjack
5472be631c
Added myself as an author to the plugin.
2019-05-09 17:09:21 -05:00
darbyjack
68fa793354
Added documentation / explanation for the ServerLoadEvent
2019-05-08 22:22:01 -05:00
darbyjack
111f5462fc
Cleaned up excess code in TimeUtils
2019-05-08 22:19:57 -05:00
darbyjack
62e282cc0e
Initial attempt at preventing EzPlaceholderHook from working.
2019-05-08 15:36:57 -05:00
darbyjack
5aaa9720c8
Changed to use easier way.
2019-05-08 15:05:30 -05:00
darbyjack
9a2fb89e43
Changed placeholders to register 1 tick after server startup.
2019-05-08 15:04:46 -05:00
extendedclip
fc1a2af011
Merge branch 'master' of https://github.com/PlaceholderAPI/PlaceholderAPI
2019-05-07 14:17:00 -04:00
extendedclip
82e92ce777
set version for 2.10.1 release
2019-05-07 14:16:23 -04:00
Mitchell Cook
9b317c2210
Someone forgot how to use lambdas properly ( #111 )
2019-05-06 16:21:15 -04:00
darbyjack
927f942236
Print out console warnings for the plugins still using EzPlaceholderHook
2019-05-06 09:05:19 -05:00
extendedclip
75c3027e05
This will not be around for much longer. Plugin authors need to update to use PlaceholderExpansion rather than this class.
2019-05-05 13:59:40 -04:00
extendedclip
a2d408aea9
Possible solution for placeholders that register externally before PlaceholderAPI registers expansions
2019-05-05 13:21:28 -04:00
extendedclip
5386b7c23d
Remove load option
2019-05-05 10:39:05 -04:00
extendedclip
a741f35139
Check if server supports ServerLoadEvent and if so register the listener, if not delay registration of placeholders for 15 seconds.
2019-05-05 10:38:42 -04:00
extendedclip
1e25f35aac
Remove ServerLoadEvent listener
2019-05-05 10:37:54 -04:00
extendedclip
3042e49ddb
Move ServerLoadEvent listener to its own class
2019-05-05 10:37:01 -04:00
extendedclip
6495a386a0
Remove EZPlaceholderHook which has been deprecated for over a year. TOODLES!
2019-05-04 21:25:44 -04:00
extendedclip
cee214cc98
Remove PluginEnableEvent listener. Not needed anymore.
2019-05-04 20:15:00 -04:00
extendedclip
41390d8ef4
Remove clean method calls
2019-05-04 20:13:04 -04:00
extendedclip
c0f6cf225f
Remove useless "expansion cache" that I don't even know ever worked. Intention was to cache any expansion that isn't registered due to the dependency not being loaded yet when expansion registration initialized. Non issue now that registration happens in ServerLoadEvent.
2019-05-04 20:08:47 -04:00
extendedclip
16d0a4f690
Register expansions in the ServerLoadEvent which is called after the server startup process is complete.
...
Fixes #103
2019-05-04 19:56:59 -04:00
extendedclip
8f600aec25
Update to 2.10.0-DEV builds
2019-05-04 19:55:35 -04:00
extendedclip
2c15b4dfcf
Update to 2.10.0
2019-05-04 00:19:29 -04:00
darbyjack
b943c6fd21
Added support for 1.14 NMS for expansions to hook into
2019-05-03 22:51:34 -05:00
extendedclip
15b142ed64
Remove unused imports
2019-05-03 23:48:00 -04:00
extendedclip
b2a488c694
Sort expansions alphabetically without errors Fixes #102
2019-05-03 23:44:51 -04:00
Funnycube
8447395c7b
As per request, daddy has been removed.
...
Rip Daddy,
2018 - 2019
"Bastards"
2019-04-29 16:36:08 +10:00
darbyjack
0ad11cd755
Push to 1.14-R0.1-SNAPSHOT
2019-04-27 22:08:57 -05:00
Mitchell Cook
29c61373b0
Implementing #93 ( #94 )
...
Testing required before PR.
2019-04-13 16:34:03 -04:00
Andre_601
e53cad219e
Changed "being made" to "to be made"
2019-01-26 17:54:41 +01:00
Glare Masters
c7d05eff24
Merge pull request #63 from Andre601/master
...
Adding issue templates and updating readme.md
2019-01-22 11:20:21 -06:00
Andre_601
540a0952e7
"changes being made" sounds better imo
2019-01-22 16:18:00 +01:00
Andre_601
cef0a203dc
Links can be made like that
2019-01-22 16:10:52 +01:00
Andre_601
8f1ba895b2
Updating links
2019-01-02 18:08:39 +01:00
Andre_601
4d570aa526
Update bug_report.md
2019-01-02 18:03:24 +01:00
Andre_601
4c127f325b
Update feature_request.md
2019-01-02 18:02:05 +01:00
Andre_601
71f5e11b03
Update bug_report.md
2019-01-02 17:59:00 +01:00
Andre_601
1129f3d902
Update change_request.md
2019-01-02 17:58:09 +01:00
Andre_601
84a8029d7d
Create bug_report.md
2019-01-02 17:52:09 +01:00
Andre_601
dd6d90dbb6
Create change_request.md
2019-01-02 17:04:29 +01:00
Andre_601
0df9eeb2cc
Create feature_request.md
2019-01-02 17:04:04 +01:00
Ryan
05ce2fb5bf
Merge pull request #61 from Phoenix616/patch-1
...
Load at startup
2018-12-27 09:14:31 -05:00
Max Lee
cb7fbb7820
Load at startup
...
By default plugins are loaded later. (post world) This complicates hooking into PlaceholderAPI from other plugins that load directly at startup as PlaceholderAPI isn't available yet at that point.
2018-12-27 13:56:09 +01:00
darbyjack
ce5bb28247
Push to 1.13.2
2018-10-22 22:02:50 -05:00
darbyjack
639b7967e3
Refresh on download to fix the gold bug
2018-10-20 15:43:38 -05:00
darbyjack
90bc3c8da1
Fixed a bug in /papi installed
2018-10-20 15:30:10 -05:00
darbyjack
556faf4290
Changed the Discord Link
2018-10-18 23:06:52 -05:00
darbyjack
4af2a1c7be
Update to 2.9.2-DEV and add in more info when typing /papi
2018-10-17 02:53:39 -05:00