darbyjack
0634a9cd9b
Switch back to the official JSONMessages
2020-07-14 08:18:06 -05:00
Frcsty
3e396a97b0
Changed command system ( #304 )
...
* Save Cacheable expansions data on shutdown
* Prepare for 1.16
* 1.16.1 is out apparently
* Further fixes, still not done
* Inline JSONMessages & fix for 1.16
* Done :O
* Done for real now, (hopefully)
* Changed to static instead of DI for plugin instance
* Cleanup
* Modified tab completions. Removed extra command.
* Apparently this is needed
* Started cleaning stuff up
basically just pushing so I can continue on laptop
* did more cleaning, probs like half way done
* more cleaning. reverted back to a min arg system somewhat similar to what frosty had, but less boilerplate.
* Started debugging and fixing runtime/compile errors
* Fixed bugs, still needs thorough testing
* Re-enable metrics
* relocated stuff again
* - Remove json message relocation
- uncomment other relocations
- reformat pom
- remove useless scope declaration
- Fix metrics constructor
- Switch commands to use inline json message
Co-authored-by: iGabyTM <contactgabytm@gmail.com>
Co-authored-by: darbyjack <admin@glaremasters.me>
Co-authored-by: PiggyPiglet <noreply@piggypiglet.me>
2020-07-13 15:27:59 -04:00
extendedclip
82fa8d7393
Added 1.15
2020-05-02 23:16:46 -04:00
darbyjack
43d134cbe3
Fixes the super old issue of not being able to parse on first join
2020-04-25 21:57:40 -05:00
aBooDyy
784d7dd273
Fixes ecloud placeholders command ( #201 )
...
* fix parsing placeholders on ecloud placeholders command
* try catch on registering expansions
Co-authored-by: aBo0oDyy <35378106+aBo0oDyy@users.noreply.github.com>
2020-04-09 11:43:21 -04:00
WCKDAWE
0666ac7b01
Minor spelling mistakes ( #284 )
...
Not a grammar nazi, just noticed them and though to commit dem changes.
2020-04-09 11:37:48 -04:00
Andre_601
2caf5f0232
Add missing setPlaceholder methods ( #234 )
...
* Add missing setPlaceholder methods
Also includes setBracketPlaceholders and setRelationPlaceholders
* Update PlaceholderAPI.java
2020-04-09 11:37:06 -04:00
darbyjack
bb639328a3
Push to 2.10.5 for release pt2
2020-03-25 23:27:56 -05:00
darbyjack
449c927c6c
Add user-friendly message when host can't connect to ecloud
2020-03-25 23:04:00 -05:00
darbyjack
e95f1b4850
Removed extra semi
2020-03-25 22:54:26 -05:00
PiggyPiglet
38d9185232
made it compile
2020-03-26 11:25:02 +08:00
PiggyPiglet
35738f59d9
covered up string's size insecurities with a fat bufferedreader
2020-03-26 11:15:16 +08:00
extendedclip
c1cff8ca74
javadoc
2020-01-06 14:29:07 -05:00
extendedclip
2dbf69a74e
Allows the setPlaceholders method to specify if color codes should be translated in the output string
2020-01-06 14:27:39 -05:00
Max Berkelmans
5c6202a8ee
Merge branch 'master' into master
2019-10-16 22:28:19 +02:00
extendedclip
51599c4044
Allow cancelling expansion registration
2019-09-19 14:22:08 -04:00
extendedclip
9871efbadb
Allow cancelling expansion registration
2019-09-19 14:16:35 -04:00
Evan Lindsay
6b9f22c7ec
Fix case check in PlaceholderExpansion.isRegistered ( #161 )
2019-08-04 18:03:25 -04:00
Josh (Vicarious)
719172c185
Merge branch 'master' into master
2019-06-30 21:40:51 -07:00
darbyjack
763bb52d06
Changed some logic to suggest the right command.
2019-06-28 12:14:30 -05:00
darbyjack
d0d0c99505
Added message saying to reload papi to enable downloaded expansion.
2019-06-28 12:14:07 -05:00
extendedclip
b9881eb70b
Fix page indexes when on pages greater than 1
2019-06-21 12:49:45 -04:00
extendedclip
a0ac08b838
Start at 1
2019-06-21 12:36:03 -04:00
extendedclip
2c0b768774
ITS 2019
2019-06-21 12:30:32 -04:00
Draycia
5b92dd5553
Shorten line in FileUtil
2019-06-10 11:22:05 -07:00
Draycia
4851655110
Make various things final
2019-06-10 11:10:39 -07:00
Draycia
64a6389ebf
Better use of StringBuilder
2019-06-10 11:10:14 -07:00
Draycia
4860e3f8bf
Remove unused casts
2019-06-10 11:04:01 -07:00
Draycia
dfbf1b95f6
Cleanup formatting / spacing
2019-06-10 11:03:48 -07:00
extendedclip
f367abbdfa
Check if config values aren't null before attempting to set them.
2019-05-10 20:36:43 -04:00
extendedclip
f4409a6d92
Fix numerical order of expansions in papi ecloud list
2019-05-10 10:28:59 -04:00
darbyjack
00333f9a4e
Changed to use authors instead of hardcoded.
2019-05-09 18:47:16 -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
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
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
darbyjack
b943c6fd21
Added support for 1.14 NMS for expansions to hook into
2019-05-03 22:51:34 -05:00