Commit Graph

637 Commits

Author SHA1 Message Date
Flowsqy
1eaab510eb A reverse is applicable on a condition 2022-02-23 00:40:35 +01:00
Flowsqy
42f8ad4744 Add base method for final parsing and reverse checking 2022-02-23 00:23:24 +01:00
Flowsqy
b8fc15a6a8 Improve and fix unit detection, add nodes 2022-02-22 19:53:57 +01:00
Flowsqy
e2f4afde4b Don't evaluate characters if we are in a string 2022-02-16 20:16:27 +01:00
Flowsqy
72e04ba07a Add token parser 2022-02-16 18:12:21 +01:00
Flowsqy
2926e345fa Generify basic operators and conditions and merge 'and' & 'or' condition 2022-02-16 16:02:38 +01:00
Flowsqy
4d7c0434ae Add equals and hash method for future optimizations 2022-02-15 21:44:11 +01:00
Flowsqy
615438d55a Add basic providers 2022-02-15 21:37:15 +01:00
Flowsqy
a475cdc5e6 Add basic calculation operations 2022-02-15 20:55:08 +01:00
Flowsqy
f36b30ffa1 Add basic boolean operations 2022-02-15 20:31:52 +01:00
Flowsqy
2ce87936c7 End comments for understanding purpose. Add a lot of TODO comments. (HologramFormat) 2022-02-13 22:11:57 +01:00
Flowsqy
571c046202 Move HologramFormat code to a dedicated package and add comments to understand the code 2022-02-13 18:55:59 +01:00
Flowsqy
5c001ae979 Bump PlotSquared v6 to version 6.5.0 2022-02-12 23:21:38 +01:00
Flowsqy
fd3b3b3785 Fix platform loading for 1.17.1 2022-01-01 20:55:17 +01:00
Flowsqy
dea78676e9 Update to spigot dependency to version 1.18.1 2021-12-30 12:36:46 +01:00
Flowsqy
c58f39c8b2 Handle error properly 2021-12-30 12:30:54 +01:00
Flowsqy
59152bbf30 Fix javadoc 2021-12-30 12:21:44 +01:00
Flowsqy
9e1f715595 Change javadoc goal to aggregate-jar 2021-12-30 11:51:35 +01:00
Flowsqy
bc16a6b0e9 Add 1.18 implementation 2021-12-30 11:26:59 +01:00
Flowsqy
c74a4e5720 Add missing return statement to stop the initialization of the plugin if version is not supported 2021-12-30 11:03:49 +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
f4499b4cfe Remove useless method in Utils 2021-12-29 21:40:42 +01:00
Flowsqy
b46bd953c3 Link plugin to nms sub modules 2021-12-29 21:31:27 +01:00
Flowsqy
7410f2088d Add FakeItem implementation in reflection 2021-12-29 21:07:26 +01:00
Flowsqy
4ada3fbbe6 Fix javadoc 2021-12-29 20:51:36 +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
5efdb35c15 Add exclusion for transitive system dependencies 2021-12-29 15:10:33 +01:00
Flowsqy
730e10c17c Set interface dependency to provided scope in nms submodules 2021-12-29 15:09:52 +01:00
Flowsqy
1c48ae16ef Add default version for nms implementation (Must be overridden) 2021-12-29 15:08:26 +01:00
Flowsqy
320eb064ee Remove "cd .." in install_local_dependencies.sh to be coherent with README.md 2021-12-29 13:38:00 +01:00
Flowsqy
a7bc054dce Change FakeArmorStand structure to implement FakeItem 2021-12-29 12:24:51 +01:00
Flowsqy
2fda9bbf8d Add little more details in README.md in the build section 2021-12-29 00:06:17 +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
Flowsqy
d3079f6fd1 Add #setLocation implementation 2021-12-28 23:01:09 +01:00
Flowsqy
5123409626 End hologram name implementation 2021-12-28 22:40:23 +01:00
Flowsqy
46257d2242 Add implementation for data watcher dedicated to hologram 2021-12-28 00:08:32 +01:00
Flowsqy
80e27a5823 Add nms structure 2021-12-27 21:12:31 +01:00
Flowsqy
be5d1dcbe3 Fix plugin artifact id and remove redundant comments 2021-12-27 17:37:09 +01:00
Flowsqy
fee706ff15 Remove warnings for overlapping META-INF/ files 2021-12-27 17:36:04 +01:00
Flowsqy
d8c30a2efa Change to relative path for target folders 2021-12-27 17:21:36 +01:00
Flowsqy
9962be1231 Set management and real pom section 2021-12-27 16:55:22 +01:00
Flowsqy
2294cce5a0 Install project library in maven local repository 2021-12-27 16:46:03 +01:00