We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e14b7 commit e5c761bCopy full SHA for e5c761b
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
allprojects {
8
apply(plugin = "java")
9
group = "io.papermc.debuggery"
10
- version = "1.4.0-SNAPSHOT"
+ version = "1.5.0-SNAPSHOT"
11
12
java {
13
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
debuggery-bukkit/src/main/resources/plugin.yml
@@ -1,8 +1,8 @@
1
name: Debuggery
2
main: io.zachbr.debuggery.DebuggeryJavaPlugin
3
version: ${version}
4
-api-version: 1.13
5
-authors: [Z750, kennytv]
+api-version: 1.19
+authors: [Z750, kennytv, Owen1212055]
6
website: https://github.com/PaperMC/Debuggery
description: A small plugin designed to expose API values at runtime.
commands:
0 commit comments