diff --git a/Developer-Documentation.md b/Developer-Documentation.md index 4f25bf7..98c2ebc 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -38,7 +38,7 @@ repositories { } // PlotSquared legacy API dependencies { - implementation("com.plotsquared:plotsquared-api:latest") + "implementation"("com.plotsquared:plotsquared-api:latest") } ``` You can compile PlotSquared legacy with Gradle, which is included with this repository: @@ -82,7 +82,7 @@ repositories { // PlotSquared API dependencies { - implementation("com.github.intellectualsites.plotsquared:PlotSquared-API:4.400") + "implementation"("com.github.intellectualsites.plotsquared:PlotSquared-API:4.400") } ``` You can compile PlotSquared with Gradle, which is included with this repository: @@ -112,7 +112,7 @@ repositories { // PlotSquared legacy API dependencies { - implementation("com.plotsquared:plotsquared-nukkitapi:latest") + "implementation"("com.plotsquared:plotsquared-nukkitapi:latest") } ``` You can compile PlotSquared legacy with Gradle, which is included with this repository: