md678685
96c6c7b1ca
Add per-provider implementations of ItemData
2018-08-27 11:23:47 +01:00
md678685
05fcb7b1aa
Refactor to allow items to be added after first load
2018-08-25 18:38:50 +01:00
md678685
303aa77901
Add missing import
2018-08-25 16:55:12 +01:00
md678685
65a4ef7ee5
Use items that actually exist in tryProvider
2018-08-25 16:54:50 +01:00
md678685
1be7fbd8a6
Remove hash comment when rebuilding JSON database
2018-08-25 16:54:09 +01:00
md678685
fec655a29c
Implement ItemDbProviders, pt 7
...
Implement getStack and resolve for FlatItemDbProvider
2018-08-19 23:12:27 +01:00
md678685
610774b0b9
Remove default getStack implementation
2018-08-19 23:11:30 +01:00
md678685
9487665fae
Use Bukkit PotionData instead of our own
2018-08-19 23:10:23 +01:00
md678685
d5b43b7162
Include JSON files in jar at build time
2018-08-19 23:09:02 +01:00
md678685
718d9d9d3a
Initialise provider and file during first reload
2018-08-19 21:55:29 +01:00
md678685
3705dbdd2b
Add items.json
...
TODO: should we auto-download from the CI on build?
2018-08-19 21:43:53 +01:00
md678685
c37d516980
Use MONSTER_EGG in SpawnEggRefl
2018-08-19 21:16:16 +01:00
md678685
b27a6b5b8e
Add additional timer marks
2018-08-19 21:11:51 +01:00
md678685
98809fafd7
Strip out legacy ItemDb code, pt 4
2018-08-19 21:10:54 +01:00
md678685
dd9a0de98d
Implement ItemDbProviders, pt 6
2018-08-19 20:58:45 +01:00
md678685
de2298cf0a
Strip out legacy ItemDb code, pt 3
2018-08-19 20:58:23 +01:00
md678685
56fb8b06cd
Add listNames to abstract ItemDbProvider
2018-08-19 20:55:56 +01:00
md678685
1029305382
Implement ItemDbProviders, pt 5
2018-08-19 19:23:20 +01:00
md678685
9b39509e88
Misc changes
2018-08-19 18:30:44 +01:00
md678685
9da58dde5c
Strip out legacy ItemDb code, pt 2
2018-08-19 18:04:13 +01:00
md678685
e2507d2ff1
Implement ItemDbProviders, pt 4
2018-08-19 18:03:53 +01:00
md678685
b867f121c9
Implement ItemDbProviders, pt 3
2018-08-19 17:49:34 +01:00
md678685
659f1a271a
Merge branch '1.13' into 1.13-items
2018-08-15 19:51:35 +01:00
md678685
3fb4b7958d
Strip out legacy ItemDb code, pt 1
2018-08-15 19:50:15 +01:00
md678685
3ef0f20b0d
Add tipped arrows support on 1.9/1.10
...
On a side note, need to investigate why the potion provider is only needed on 1.10 and below - I don't remember what changed in 1.11?
2018-08-15 19:42:12 +01:00
md678685
340baa9703
Add IEssentials#getItemDbProvider method
2018-08-15 19:40:35 +01:00
md678685
0e9232ba81
Remove breaking import
2018-08-15 19:40:08 +01:00
md678685
299afdc6a1
Add V1_13_R1 to ReflUtil
2018-08-15 18:05:44 +01:00
md678685
04feed8524
Add 1.13+ spawn egg provider
...
Not sure how necessary this is, but I've done it anyway
2018-08-15 17:46:55 +01:00
md678685
773979cb37
Provide ItemDb provider with other providers
...
Provide providers to the provider that needs the providers. Provider provider provider provide provider.
2018-08-15 16:56:46 +01:00
md678685
c27d05fd4b
Fix dependency on IdProvider
2018-08-15 16:40:01 +01:00
md678685
52d814f2cc
Properly fix inaccurate playtime measurement
...
b848d8ce63
2018-08-15 15:26:11 +01:00
md678685
5009b3b545
Revert "Fix playtime calculation"
...
This reverts commit 4e165d375c
.
2018-08-15 15:15:30 +01:00
md678685
4e165d375c
Fix playtime calculation
2018-08-14 19:29:28 +01:00
md678685
306f7a7872
Merge pull request #2119 from lagnat/1.13
...
Add missing methods for OfflinePlayer, FakeWorld, and FakeServer.
2018-08-14 19:20:21 +01:00
md678685
6c11569ac9
Merge branch '2.x' into 1.13
2018-08-14 18:58:06 +01:00
md678685
4be28ba193
Implement ItemDbProviders, pt 2
2018-08-14 18:57:47 +01:00
Steve Green
a1e98f898b
Add missing methods for OfflinePlayer, FakeWorld, and FakeServer.
2018-08-14 08:35:33 -04:00
md678685
c5376d3088
Implement ItemDbProviders, pt 1
2018-08-10 22:07:02 +01:00
md678685
3e1857b966
Add module for FlattenedProvider
2018-08-08 15:42:29 +01:00
md678685
b8a8232bc3
Wrap all constructScalar calls with reflection
...
Allows configs to function with both SnakeYAML 1.19 and 1.21.
2018-08-06 18:19:30 +01:00
md678685
504a7aef0f
Add 1.13 mobs
2018-08-06 17:09:50 +01:00
md678685
1ddb1822ef
Merge branch '2.x' into 1.13
2018-08-05 23:02:11 +01:00
md678685
d3cd4e356d
Add missing OfflinePlayer 1.13 methods
2018-08-05 20:51:39 +01:00
md678685
bef440760a
Remove deprecated economy libs and support
...
None of these economy plugins are supported any more, and removing these allows EssentialsX to be used as a dependency without locally `mvn install`ing the plugin.
2018-08-05 20:51:19 +01:00
Ali Moghnieh
768b92749f
update bukkit to 1.13-R0.1-SNAPSHOT.
...
This commit just fixes compilation errors.
2018-07-29 17:39:32 +01:00
DoNotSpamPls
03b25a0f06
Set target to Java 8 (for 1.13) & update Maven plugins ( #1922 ) @DoNotSpamPls
...
This is the same PR as the last one (PR #1823 ), but I messed that one up accidently, sorry for that!
2018-07-17 09:38:01 +01:00
md678685
a44775cafb
Prevent users being duplicated in the ignore list
...
Fixes #2064 , as well as alleviating the issue encountered in kangarko/ChatControl-Pro#627 for EssentialsX users.
2018-07-17 07:33:14 +01:00
md678685
849efa9756
Merge branch '2.x' of https://github.com/EssentialsX/Essentials into 2.x-upstream
2018-06-15 19:44:45 +01:00
md678685
8aa764f69f
Check whether nick equals "off" before formatting
...
Fixes #1910 .
2018-06-15 19:41:56 +01:00