You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,4 +222,47 @@ database:
222
222
223
223
# The prefix to prepend to all created tables
224
224
table_prefix: "tdl_"
225
-
```
225
+
```
226
+
227
+
## Build Requirements
228
+
229
+
Since TrueDiscordLink uses NMS, you need to have all versions of NMS available.
230
+
231
+
The easiest way to do this is to use the following GitHub repository, follow its instructions, then copy the final jar to the project, naming it "all-spigot-nms.jar".
232
+
233
+
https://github.com/Jacxk/all-spigot-nms
234
+
235
+
If, for whatever reason, this doesn't work, you can comment that out and include all of the following versions via BuildTools:
236
+
237
+
```
238
+
(Java 8)
239
+
1.8
240
+
1.8.3
241
+
1.8.8
242
+
1.9.2
243
+
1.9.4
244
+
1.10.2
245
+
1.11.2
246
+
1.12.2
247
+
1.13
248
+
1.13.2
249
+
1.14.4
250
+
1.15.2
251
+
1.16.1
252
+
1.16.3
253
+
1.16.5
254
+
255
+
(Java 16)
256
+
1.17.1
257
+
258
+
(Java 17)
259
+
1.18.1
260
+
1.18.2
261
+
```
262
+
263
+
Run BuildTools with the following command for each version:
Depending on your default Java version, you may need to provide the file location to a "java.exe" file instead of just running "java" for some (or most) of the commands.
0 commit comments