We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef24d42 commit 8a292afCopy full SHA for 8a292af
README.md
@@ -35,6 +35,18 @@ We provide some documentation on how to migrate your existing plugin to use the
35
<scope>provided</scope>
36
</dependency>
37
```
38
+**Or alternatively, with Gradle:**
39
+```kotlin
40
+repsitories {
41
+ maven {
42
+ url = uri('https://mvn.exceptionflug.de/repository/exceptionflug-public/')
43
+ }
44
+}
45
+
46
+dependencies {
47
+ compileOnly("dev.simplix:protocolize-api:2.2.1")
48
49
+```
50
### Install the plugin
51
In order to use Protocolize, you have to install it onto your proxy server. Protocolize is supporting BungeeCord and Velocity proxy servers.
52
0 commit comments