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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,18 @@ For example, you can test the progress bar with:
31
31
32
32
If you don't have JDK 19 installed or if you don't know where it's installed, you can use our JDK downloader tool to download a local version of JDK 19 without installing on the system. (TODO: Add tutorial after merging PR #8)
33
33
34
+
## Development
35
+
36
+
Setup and start a testing minecraft server:
37
+
38
+
1.`pip install -r requirements.txt`
39
+
2.`python3 -m tools.start_server`
40
+
41
+
Rebuild & update our MCPM plugin while the server is running:
42
+
43
+
1.`python3 -m tools.update_build`
44
+
2.`plugman reload mcpm` (Inside the server's command prompt)
0 commit comments