Commit Graph

79 Commits

Author SHA1 Message Date
Flowsqy
94e548d2ee Add 1.21.3 module 2024-10-28 15:50:36 +01:00
Flowsqy
e5c8dab73c Remove useless item_names.txt (Fix #31) 2024-09-09 18:23:08 +02:00
Flowsqy
d10ae96487 Add 1.21.1 support 2024-08-10 18:35:24 +02:00
Flowsqy
253bf78fe3 Fix plugin loading on paper (#27) 2024-07-01 01:50:16 +02:00
Flowsqy
d81aee9068 Add 1.21 support 2024-06-13 22:36:51 +02:00
Flowsqy
6e4452ff56 Add 1.20.6 support 2024-04-30 14:25:07 +02:00
Flowsqy
d6bc25ef3a Fix EntityType error in SpawnEggMeta 2024-04-25 22:41:58 +02:00
Flowsqy
7a859b13c6 Fix Potion error in ItemUtils 2024-04-25 22:35:56 +02:00
Flowsqy
ca8c8e123a Fix Unbreaking EnchantName error in ShopCommandExecutor 2024-04-25 22:20:01 +02:00
Flowsqy
2a6875af25 Add 1.20.5 nms module 2024-04-25 22:06:16 +02:00
Flowsqy
98c6a33bea Update 1.20.3 mention to 1.20.4 2023-12-10 19:10:00 +01:00
xsmeths
5f7aa188c1 1.20.3 2023-12-07 19:59:08 +00:00
Flowsqy
808485e2b6 Avoid using #getGeneratedKeys for SQLite (now unsupported by the driver) 2023-10-25 20:40:21 +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
febc46d70a Quick fix for #19 2023-08-17 13:09:07 +02:00
Flowsqy
7cec9d9f1f Add default items.lang 2023-08-09 12:59:05 +02:00
Flowsqy
3509557243 Catch LocalizeItemNameManager cache exception 2023-08-09 12:52:38 +02:00
Flowsqy
88747a8f76 Add DummyItemNameManager 2023-08-09 12:38:04 +02:00
Flowsqy
8ad01dbe35 Add ItemNameManager 2023-08-08 14:20:06 +02:00
Flowsqy
6efb778868 Fix resource content loading on windows (closes #17) 2023-07-20 22:29:28 +02:00
Flowsqy
36b09ffe9e Force the UTF-8 encoding for lang configurations 2023-07-20 16:21:23 +02:00
Flowsqy
345bc8a574 Add LocalizedItemManager 2023-07-20 01:24:03 +02:00
Flowsqy
4e1a336661 Add a dedicated config file for messages 2023-07-19 18:44:15 +02:00
xsmeths
2b413d8984 Add 1.20.1 to PlatformLoader 2023-06-13 13:00:50 +01:00
xsmeths
e28ac34a7c Add 1.20 to PlatformLoader 2023-06-11 09:11:27 +01:00
smeths
1734189bbb
1.19.4 2023-03-21 13:24:16 +00:00
Flowsqy
8c1ed25297 Fix item velocity water bug 2022-12-19 00:46:41 +01: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
05f50bdad3 Load 1.19.1 nms platform 2022-07-28 00:43:25 +02:00
Flowsqy
343918fffc Merge branch 'update/1.19.1' 2022-07-28 00:42:06 +02:00
Flowsqy
30d4ff9213 Use correct plugin name 2022-07-28 00:41:43 +02:00
Flowsqy
313487d5e8 Fix 1.18.2 Platform loading 2022-07-28 00:40:31 +02:00
Flowsqy
5e80a7fd23 Add 1.19.1 support 2022-07-28 00:30:27 +02:00
Flowsqy
3465eb4867 Add PlatformLoader (check mappings versions to load NMS Platform) 2022-07-27 16:40:38 +02:00
Flowsqy
902686ea47 Add a classifier for nms assembly 2022-07-26 22:23:46 +02:00
Flowsqy
020ceb5821 Fix NMS loading for 1.17.1 (module rename) 2022-07-26 18:06:21 +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
38fede5baf Fix conversion error when using numbers in hologram format 2022-02-24 13:35:33 +01:00
Flowsqy
87f4a8808e Add debug messages in HologramFormat 2022-02-24 13:12:36 +01:00
Flowsqy
60ef6410ab Add custom parser exception 2022-02-24 12:58:05 +01:00
Flowsqy
92f537bcb0 Implement dynamic state for Holograms 2022-02-24 12:51:56 +01:00
Flowsqy
8acfc2e45c Load HologramFormat at startup 2022-02-24 00:22:48 +01:00
Flowsqy
05969a2fcc Implement the custom parser in HologramFormat (remove nashorn engine) 2022-02-24 00:06:14 +01:00
Flowsqy
96291d46c3 Add FormatData 2022-02-23 20:30:22 +01:00
Flowsqy
a2d4e967ae Replace the mapping function by a map in FormatParser 2022-02-23 19:40:19 +01:00
Flowsqy
159abf6286 Add final parse method 2022-02-23 16:31:33 +01:00
Flowsqy
69993536e5 Add logic check 2022-02-23 15:42:53 +01:00