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
@@ -38,8 +44,8 @@ Clone the project from [GitHub](https://github.com/Mvndi/TreeFalls).
38
44
Run `./gradlew assemble`
39
45
The plugin jar file will be in build/libs/
40
46
41
-
You can also start a test server directly from Gradle with `./gradlew runPaper`
47
+
You can also start a test server directly from Gradle with `./gradlew runServer`
42
48
43
49
## Thanks
44
50
Thanks to [SmoothTimber](https://github.com/SourceWriters/SmoothTimber) that inspired this project.
45
-
This project is kind of a simplified version of SmoothTimber with modern tools (Maven -> Gradle, Spigot -> Paper, Manual run -> auto run with runPaper), much less dependencies and no legacy support (1.20+).
51
+
This project is kind of a simplified version of SmoothTimber with modern tools (Maven -> Gradle, Spigot -> Paper, Manual run -> auto run with runServer), much less dependencies and no legacy support (1.20+).
0 commit comments