There was an error while loading. Please reload this page.
2 parents b1caeb9 + da41cdc commit 670d5f0Copy full SHA for 670d5f0
2 files changed
gradle.properties
@@ -1,6 +1,6 @@
1
#Sun Nov 25 16:06:11 CET 2018
2
pluginGroup=de.astride
3
-pluginVersion=1.1.0
+pluginVersion=1.1.1
4
kotlin.code.style=official
5
versions_spigot=1.8.8-R0.1-SNAPSHOT
6
# Project-wide Gradle settings.
spigot/src/main/kotlin/de/astride/gungame/GunGame.kt
@@ -181,6 +181,9 @@ class GunGame : DarkPlugin() {
181
182
val rollbar: Rollbar = Rollbar.init(withAccessToken("364c0eca3f6f49e98201dc8dabec501d")
183
.codeVersion("1.1.0")
184
+ .custom {
185
+ mapOf("DarkFrame-Version" to server.pluginManager.getPlugin("DarkFrame")?.description?.version)
186
+ }
187
.server {
188
Server.Builder().host(InetAddress.getLocalHost().toString()).build()
189
}
0 commit comments