Commit Graph

54 Commits

Author SHA1 Message Date
Flowsqy
84cb888b64 Add 1.21 to the nms README 2024-06-16 14:43:25 +02:00
Flowsqy
d81aee9068 Add 1.21 support 2024-06-13 22:36:51 +02:00
Flowsqy
b91e443e09
Update 1.20.6 nms dependency in the readme 2024-05-26 20:21:17 +02:00
Flowsqy
6e4452ff56 Add 1.20.6 support 2024-04-30 14:25:07 +02:00
Flowsqy
aa2546e4b8 Fix package name for 1.20.5 nms submodule 2024-04-25 22:38:28 +02:00
Flowsqy
2a6875af25 Add 1.20.5 nms module 2024-04-25 22:06:16 +02:00
Flowsqy
418cb352b2 Use 1.20.4 spigot version for its own module 2023-12-10 19:12:58 +01:00
Flowsqy
98c6a33bea Update 1.20.3 mention to 1.20.4 2023-12-10 19:10:00 +01:00
xsmeths
cf97d821f1 add 1.20.3 to nms/README.md 2023-12-07 20:01:22 +00:00
xsmeths
5f7aa188c1 1.20.3 2023-12-07 19:59:08 +00:00
Flowsqy
8a549ac58f Add 1.20.2 to nms/README.md 2023-10-09 21:06:24 +02:00
smeths
45b399ccfe
1.20.2 support (#21)
* start 1.20.2 support /unfinished

* add 1.20.2 to PlatformLoader and update some import /unfinished

* correct field mappings for 1.20.2
2023-10-08 12:56:02 +02:00
Flowsqy
6d572e49bb Use Spigot 1.20.1 dependency in nms module 2023-06-13 17:18:55 +02:00
Flowsqy
8fc98eebf2 Update nms assembly version to 1.0.3 2023-06-10 19:43:34 +02:00
Flowsqy
70aa818d9a Update 1.20 reflection fields 2023-06-10 19:25:44 +02:00
Flowsqy
926062b2dc Add v1_20_R1 nms module to the assembly 2023-06-10 19:25:24 +02:00
Flowsqy
d5d3ec4674 Add v1_20_R1 nms module 2023-06-10 19:06:09 +02:00
Flowsqy
87d64cbc6f Add a README for nms module 2023-06-10 18:10:45 +02:00
Flowsqy
a7c4256a2a Set nms-all version to 1.0.2 2023-03-25 18:01:27 +01:00
Flowsqy
884bef3c17 Remove useless blank line in nms/pom.xml 2023-03-25 17:40:27 +01:00
xsmeths
f0daac7d41 lots of changes and now 1.19.4 nms functions correctly, tested working 2023-03-22 20:36:44 +00:00
smeths
efd66796f4
1.19.4 2023-03-21 12:46:50 +00:00
smeths
0fb18cea81
1.19.4 2023-03-21 12:44:57 +00:00
smeths
2e27e82c68
1.19.4 support somewhat.. 2023-03-21 12:42:34 +00:00
smeths
fe33108bc4
Create FakeEntityImpl.java
1.19.4 nms
2023-03-21 12:41:01 +00:00
smeths
2d1522a70f
Create FakeArmorStandImpl.java
1.19.4 nms
2023-03-21 12:39:17 +00:00
smeths
be427a01b5
Create pom.xml
1.19.4 nms
2023-03-21 12:35:50 +00:00
Flowsqy
8bbc6aae0e Add 1.19.3 support 2022-12-18 13:41:53 +01:00
Flowsqy
e4c577c626 Add 1.19.2 support #9 2022-08-21 16:01:38 +02:00
Flowsqy
5e80a7fd23 Add 1.19.1 support 2022-07-28 00:30:27 +02:00
Flowsqy
902686ea47 Add a classifier for nms assembly 2022-07-26 22:23:46 +02:00
Flowsqy
07951a5781 Avoid NMS module compiling 2022-07-26 17:53:18 +02:00
Flowsqy
0ebe7ab6ea Add 1.19 support 2022-06-08 18:39:34 +02:00
Flowsqy
2dc55b5669 Add 1.18.2 support 2022-03-12 17:43:16 +01:00
Flowsqy
c58f39c8b2 Handle error properly 2021-12-30 12:30:54 +01:00
Flowsqy
bc16a6b0e9 Add 1.18 implementation 2021-12-30 11:26:59 +01:00
Flowsqy
8b0bd54a1d Fix item preview in version >= 1.17 2021-12-30 10:52:48 +01:00
Flowsqy
d4cddcab37 Fix format breaking with replacement in /shop info 2021-12-30 01:39:20 +01:00
Flowsqy
551b50b41b Use chat-api and remove useless nms in plugin 2021-12-30 00:58:31 +01:00
Flowsqy
15c39d6f50 Add 1.17.1 implementation 2021-12-29 22:34:30 +01:00
Flowsqy
7410f2088d Add FakeItem implementation in reflection 2021-12-29 21:07:26 +01:00
Flowsqy
5f0b25c412 Add implementation for FakeArmorStand in reflection 2021-12-29 20:29:43 +01:00
Flowsqy
fe27bd5e60 Add reflection implementation structure 2021-12-29 17:12:27 +01:00
Flowsqy
278b4462f3 Add FakeItem implementation 2021-12-29 16:34:05 +01:00
Flowsqy
b37ae0fa9d Add marker flag to the fake armorstand 2021-12-29 16:05:54 +01:00
Flowsqy
b256015c29 Add #setAccessible call to access to private fields 2021-12-29 15:43:57 +01:00
Flowsqy
730e10c17c Set interface dependency to provided scope in nms submodules 2021-12-29 15:09:52 +01:00
Flowsqy
a7bc054dce Change FakeArmorStand structure to implement FakeItem 2021-12-29 12:24:51 +01:00
Flowsqy
41a5206e69 Add reflection module for backward compatibility 2021-12-28 23:56:28 +01:00
Flowsqy
c054e6cfd3 Add #spawn and #remove implementation 2021-12-28 23:29:10 +01:00